/* 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%); }