| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .head{
- position: relative;
- height: 300rpx;
- border-radius: 0px 0px 10px 10px;
- background-color: rgba(42, 130, 228, 1);
- }
- .content{
- position: absolute;
- top:120rpx;
- left: 14rpx;
- width:720rpx;
- height: 568rpx;
- background-color: white;
- border: 1px solid rgba(128, 128, 128, 0.45);
- }
- .logo{
- font-size: 36rpx;
- font-weight: 700;
- margin-top: 18rpx;
- text-align: center;
- }
- .uni-list-cell-left-2{
- float: left;
- margin-top: 80rpx;
- margin-left: 26rpx;
- }
- .uni-list-cell-db-2{
- float: right;
- margin-right: 34rpx;
- margin-top: 70rpx;
- width: 540rpx;
- height: 70rpx;
- border-radius: 28rpx;
- background-color: rgba(166, 166, 166, 0.18);
- }
- .uni-input-2{
- margin-left: 20rpx;
- margin-top: 10rpx;
- font-size: 24rpx;
- cursor: not-allowed;
- }
- .uni-input-placeholder{
- margin-top: 12rpx;
- text-align: center;
- }
- button{
- position: absolute;
- bottom: 72rpx;
- left: 140rpx;
- line-height: 66rpx;
- }
|