/* pages/user/cashOut/index.wxss */ .cashout-page{ width: 100%; min-height: 100vh; padding: 40rpx; background: #F8F8F8; } .profit-box{ width: 100%; height: 256rpx; position: relative; margin-top: 20rpx; } .profit-box image{ position: absolute; top: 0; } .profit-info{ width: 100%; height: 100%; position: absolute; top: 0; z-index: 3; padding: 48rpx 94rpx 0 36rpx; color: #fff; font-weight: 500; } .s-word{ font-size: 22rpx; } .fz70{ font-size: 70rpx; font-weight: 500; line-height: 98rpx; } .tips{ font-size: 20rpx; color:#FF3434; margin: 62rpx 0 20rpx; font-weight: 600; } .handle-box{ background: #fff; border-radius: 18rpx; font-size: 28rpx; } .handle-box .tit{ width: 100%; height: 98rpx; line-height: 98rpx; text-indent: 2em; border-bottom: 2rpx solid #F5F5F5; font-size: 28rpx; } .inp-box{ width: 100%; padding: 0 32rpx; height: 108rpx; } .inp-box input{ margin-left: -100rpx; } .fz50{ font-size: 50rpx; } .colO{ color: #F68514; } .submit-btn{ width: 440rpx; height: 88rpx; background: #F7C37A; border-radius: 44rpx; text-align: center; line-height: 88rpx; font-size: 42rpx; color: #FFFFFF; margin: 110rpx auto 0; }