| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .title{padding: 20rpx 20rpx 0 20rpx;color: #000;font-size: 32rpx;}
- .set_From{padding: 20rpx 20rpx 0 20rpx;border-radius: 25rpx;}
- .pz_info{margin: 20rpx 20rpx 0 20rpx;padding: 14rpx 32rpx 14rpx 32rpx;background: #ffffff;border-radius: 25rpx;}
- .pz_info_item{ font-size: 28rpx; line-height: 38rpx; padding: 12px 0; display: flex; justify-content: space-between;}
- .pz_info_label{ color: #999999;}
- .pz_info_val{ color: #333333;}
- .pz_info_form{ display: flex; justify-content: space-between;align-items: center;line-height: 120rpx;background: #ffffff; padding: 0 32rpx; font-size: 30rpx; color: #333333;}
- .pz_info_form input{height: 120rpx; width: 100%; flex: auto; text-align: right; color: #999999;}
- .pz_info_form view{ flex: none;}
- .pz_info_form text{ flex: none; color: #999999;}
- .reg_form_btn{ width: 610rpx; display: block; line-height: 80rpx; margin:100rpx auto auto auto; border-radius: 10rpx;box-shadow: 0 12rpx 18rpx 0 rgba(45, 89, 230, 0.27); position: fixed; bottom: 60rpx; left: 70rpx;}
- .pz_info_foot{ text-align: center; line-height: 36rpx; height: 108rpx; font-size: 26rpx; color: #B4B4B4; margin-top: 100rpx;}
- .prem_win {
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 99;
- background-color: rgba(0, 0, 0, 0.48);
- }
- .prem_win_mid {
- width: 588rpx;
- height: 470rpx;
- text-align: center;
- border-radius: 24rpx;
- background: #ffffff;
- position: relative;
- padding-top: 80rpx;
- }
- .prem_win_close {
- position: absolute;
- top: 40rpx;
- right: 45rpx;
- }
- .prem_win_tit {
- font-size: 35rpx;
- color: #222222;
- padding: 87rpx 0 50rpx 0;
- }
- .successImg{
- width: 140rpx;
- height: 160rpx;
- }
- .prem_win_mid > text{
- display: block;
- color: #333333;
- font-weight: 600;
- font-size: 34rpx;
- }
- .prem_win_mid > .textMsg{
- color: #999999;
- font-size: 28rpx;
- padding-top: 10rpx;
- padding-bottom: 42rpx;
- }
- .prem_win_mid > .butMsg{
- color: #2D59E6;
- font-size: 34rpx;
- padding: 26rpx 0;
- border-top: 2rpx solid #D8D8D8;
- }
|