| | |
| | | transform: translate(-50%, -50%) scale(1); |
| | | -webkit-transform: translate(-50%, -50%) scale(1); |
| | | } |
| | | .square-2 { |
| | | .square-2 { |
| | | background-color: #ffffff; |
| | | box-shadow: 0px 0px 5px #d9d9d9; |
| | | width: 94%; |
| | | width: 96%; |
| | | height: 200rpx; |
| | | border-radius: 20rpx; |
| | | margin: 20rpx auto 20rpx auto; |
| | |
| | | .square-1 { |
| | | background-color: #ffffff; |
| | | box-shadow: 0px 0px 5px #d9d9d9; |
| | | width: 94%; |
| | | width: 96%; |
| | | height: 100rpx; |
| | | border-radius: 20rpx; |
| | | margin: 20rpx auto 20rpx auto; |
| | |
| | | font-size: 32rpx; |
| | | color: #FFFFFF; |
| | | } |
| | | .square-form { |
| | | background-color: #ffffff; |
| | | box-shadow: 0px 0px 5px #d9d9d9; |
| | | width: 96%; |
| | | height: 150rpx; |
| | | border-radius: 20rpx; |
| | | margin: 20rpx auto 20rpx auto; |
| | | } |
| | | .form-title { |
| | | height: 50%; |
| | | line-height: 80rpx; |
| | | text-indent: 20rpx; |
| | | font-size: 32rpx; |
| | | font-weight: 700; |
| | | } |
| | | .form-input{ |
| | | height: 50%; |
| | | } |
| | | .form-input input { |
| | | margin-left: 40rpx; |
| | | } |
| | | </style> |