| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .page{
- background: #F7F7F7;
- }
- .content{
- width: 750rpx;
- position: relative;
- }
- .stepImg{
- width: 592rpx;
- height: 112rpx;
- margin-top: 32rpx;
- }
- .formView{
- width: 638rpx;
- height: 672rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- margin-top: 40rpx;
- padding: 0 24rpx;
- }
- .selectButton{
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 84rpx;
- margin-top: 60rpx;
- }
- .userMsg{
- width: 686rpx;
- height: 404rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- margin-top: 40rpx;
- }
- .key{
- width: 112rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- margin-left: 24rpx;
- display: block;
- }
- .value{
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- margin-left: 32rpx;
- }
- .list{
- margin-top: 24rpx;
- }
- .step2Button{
- width: 750rpx;
- background: #FFFFFF;
- }
- .last{
- width: 240rpx;
- height: 84rpx;
- background: #EEEEEE;
- border-radius: 54rpx;
- text-align: center;
- line-height: 84rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- margin: 24rpx 22rpx 24rpx 32rpx;
- }
- .next{
- width: 424rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- text-align: center;
- line-height: 84rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- margin: 24rpx 0;
- }
- .recordView{
- width: 686rpx;
- height: 80rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- }
- .selectRecord{
- width: 335rpx;
- height: 64rpx;
- background: #FFE05C;
- border-radius: 6rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 64rpx;
- margin-top: 8rpx;
- }
- .record{
- width: 335rpx;
- height: 64rpx;
- background: #FFFFFF;
- border-radius: 6rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #757A85;
- line-height: 64rpx;
- margin-top: 8rpx;
- }
- .successImg{
- width: 160rpx;
- height: 160rpx;
- border-radius: 80rpx;
- margin-top: 248rpx;
- }
- .successText{
- height: 44rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 44rpx;
- margin-top: 40rpx;
- }
- .endButton{
- width: 638rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 84rpx;
- margin-top: 160rpx;
- }
|