You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

10 lines
725 B

.container{width:94%;margin:0 auto;}
.choose{height:64rpx;line-height:64rpx;margin-top:32rpx;font-size:24rpx;color:#979797}
.radio-box{margin:24rpx auto;}
.radiocircle{border:1rpx solid red;display: flex;justify-content: space-between;height:80rpx;line-height:80rpx;padding:0 32rpx;border: 1px solid #cfcfcf;border-radius: 5rpx;}
.radiocircle .name{font-size:28rpx;}
.radiocircle radio{transform:scale(0.7);}
.intro{color:#E6A23C;font-size:24rpx;margin:16rpx 0 36rpx;}
.notice{font-size:24rpx;}
.bottom{width:94%;position: absolute;bottom:32rpx;left:3%;height:96rpx;line-height: 96rpx;text-align: center;color:#fff;background: #f66a01;
border-radius: 12rpx;box-shadow: 0px 4px 12px 0px rgba(255,108,1,0.34);font-size:28rpx}