123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /* pages/codeInput/codeInput.wxss */
- .mine {
- padding: 26rpx 30rpx 104rpx 30rpx;
- position: relative;
- }
- .tab-content {
- background: #FFFFFF;
- border-radius: 8px;
- box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
- }
- .price {
- margin-top: 20rpx;
- background: #FFFFFF;
- border-radius: 8px;
- box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
- }
- .van-cell {
- border-radius: 8px;
- padding-top: 34rpx !important;
- padding-bottom: 34rpx !important;
- }
- .van-field__label {
- font-size: 16px !important;
- font-family: PingFangSC-Regular !important;
- color: #333333 !important;
- }
- .van-field__control {
- font-size: 16px !important;
- font-family: PingFangSC-Regular !important;
- color: #333333 !important;
- }
- .cloise {
- margin-top: 20rpx;
- background: #FFFFFF;
- border-radius: 8px;
- }
- .remarks {
- margin-top: 20rpx;
- background: #FFFFFF;
- border-radius: 8px;
- height: 412rpx;
- }
- .bottom-confirm {
- width: 626rpx;
- height: 96rpx;
- line-height: 96rpx;
- background: #0271E3;
- border-radius: 52rpx;
- text-align: center;
- font-family: PingFangSC-Regular;
- font-size: 36rpx;
- color: #FFFFFF;
- letter-spacing: 0;
- margin-top: 72rpx;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- }
|