123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* 会员编号 */
- .number_box{padding:0 30rpx;}
- .number text{font-size:26rpx;color: #292828;font-weight:600;}
- .number input{border:1px solid #ECECEC;height:80rpx;border-radius:6rpx;margin-top:20rpx;padding:0 30rpx;font-size:26rpx;color:#A7A6A6;}
- /* 提交按钮 */
- .Key_box{padding: 0 30rpx;position:fixed;bottom:44rpx;}
- .Key_l{width:334rpx;height:100rpx;float:left;display:flex;align-items:center;justify-content:center;background:#F2F2F2;border-radius:6rpx;font-size:32rpx;color:#292828;font-weight:600;}
- .Key_r{width:334rpx;height:100rpx;float:left;background: linear-gradient(to right, #FF9BCA , #FF79B8);font-size:32rpx;color:#FFF;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:6rpx;margin-left:18rpx;}
- /* 填写资料 */
- .data_box{margin:auto;margin-top:60rpx;padding:0 30rpx;}
- .data_name{border-bottom:1px solid #ECECEC;padding-bottom:14rpx;line-height:50rpx;}
- .data_name text{float:left;font-size:28rpx;color:#000;}
- .data_name input{float:right;width:200rpx;text-align:right;display:block;font-size:28rpx;color:#B3B3B3;}
- .Choice_dx_box{border-bottom:1px solid;padding-bottom:14rpx;color:#ECECEC;line-height:50rpx;margin-top:40rpx;}
- .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
- .Choice_dx_text{float:right;font-size:28rpx;color:#B3B3B3;max-width:620rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
- .Choice_dx_text .picker text{display:block;float:right;}
- /* 省市区弹窗 */
- .Popup_box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;}
- .Popup_zhez{width:100%;height: 100%;background:rgba(0, 0, 0, 0.5);}
- .Popup_gb{width:60rpx;height:60rpx;border-radius:50rpx;position:absolute;bottom:50%;left:50%;margin-left:-30rpx;margin-bottom:-520rpx;}
- .Popup_gb image{width:100%;height:100%;}
- .Popup{background:#FFF;width:600rpx;height:900rpx;position:absolute;top:50%;left:50%;margin-left:-300rpx;margin-top:-485rpx;border-radius:6rpx;background:#F1F1F1;overflow:hidden;}
- .Popup_title{background:#F5F5F5;height:100rpx;text-align:center;line-height:100rpx;font-size:30rpx;color:#333;}
- .Unlimited{width:97%;height:80rpx;margin:auto;margin-top:10rpx;background:#FFF;border-radius:6rpx;text-align:center;line-height:80rpx;font-size:28rpx;color:#333;}
- .Popup_list{margin-top:10rpx;height:696rpx;}
- .province{float:left;width:45%;height:696rpx;}
- .city{float:right;width:55%;height:696rpx;background:#FFF;}
- .province_li{height:85rpx;font-size:26rpx;color:#333;text-indent:30rpx;line-height:85rpx;}
- .province_li.onFFF{background:#FFF;}
- .province_li.onNone{background:none;}
- .city_li{min-height:85rpx;line-height:85rpx;}
- .city_li text{font-size:26rpx;color:#333;text-indent:30rpx;display:block;}
- .area{background:#E7E7E7;}
- .area .area_text{border-bottom:1px solid #E0DFE4;font-size:25rpx;color:#333;text-indent:50rpx;}
- .hidden{display:none;}
|