| 12345678910111213141516171819202122 |
- /* promote/apply/apply.wxss */
- .topimg{padding: 20rpx 20rpx 0;}
- .topimg image{width: 100%;}
- .cen{padding: 120rpx 40rpx 0;font-size: 30rpx;color: #999;line-height: 44rpx; }
- .cen2{padding: 40rpx 30rpx 0;font-size: 30rpx;color: #999;line-height: 44rpx; }
- .cen image{width: 219rpx;height: 147rpx;margin: 0 auto;}
- .tiaojian{text-align: center;margin: 45rpx 0 15rpx;}
- .info text{color: #FE0419;}
- .btn{height:100rpx !important;border-radius:50rpx !important;line-height: 100rpx !important;font-size: 36rpx;color: #fff;text-align: center;margin-top: 170rpx;position: fixed;left: 40rpx;right: 40rpx;bottom: 115rpx;z-index: 20;}
- .gray{background:#999;}
- .form{background: #fff;border-radius: 10rpx;padding: 0 30rpx;}
- .ipt{width: 100%;font-size: 30rpx;color: #333;padding: 23rpx 0;height: 54rpx;line-height: 54rpx;border-bottom: 2rpx solid #F4F4F4;}
- .phone{align-items: center;padding: 23rpx 0;}
- .phone-btn{width: 180rpx !important;height: 54rpx !important;line-height: 54rpx !important;border-radius: 10rpx !important;font-size: 24rpx;color: #F5F6F7;align-items: center;justify-content: center;background: #2AA147;}
- .phone-btn image{width: 39rpx;height: 31rpx;margin: 0;margin-right: 5rpx;}
- .tip{position: fixed;left: 40rpx;right: 40rpx;text-align: center;font-size: 26rpx;color: #999;bottom: 60rpx;}
- .sex{color:rgb(128,128,128) ; display: flex; justify-content: space-between;}
- .show{display:none;}
- .picker{display: flex;justify-content: space-between;}
- radio .wx-radio-input{border-radius:50%;width:30rpx;height:30rpx;}
- input{ text-align: right; color: black;}
- radio{margin-left: 20rpx; color: black;}
|