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.
35 lines
2.6 KiB
35 lines
2.6 KiB
.container{background:#fff;padding-bottom:110rpx;} |
|
.circle{width:100%;} |
|
.top{height:100rpx;line-height:100rpx;text-align:center;font-size:34rpx;border-bottom:8rpx solid #F6F6F6} |
|
.content{width:94%;margin:24rpx auto;} |
|
.content .list{width:100%;height:96rpx;line-height:96rpx;font-size:28rpx;display: flex;justify-content:space-between;border-bottom:2rpx solid #F6F6F6} |
|
.content .list .inputbox{width:60%;} |
|
.content .list .title{color:#9A9A9A;font-size:26rpx;} |
|
.content .list .inputbox input{width:100%;text-align: right;height:40rpx;margin-top:28rpx;} |
|
.content .mark .title{color:#9A9A9A;font-size:26rpx;line-height:80rpx;} |
|
.content .mark textarea{border:2rpx solid #9A9A9A;width:92%;height:100rpx;padding:12rpx 4%;border-radius: 8rpx;} |
|
.add{width:100%;height:100rpx;display: flex;justify-content: space-around;margin-top:34rpx;font-size:28rpx;} |
|
.add view{width:320rpx;height:80rpx;line-height:80rpx;text-align: center;color:#fff;background:#FFCB12;border-radius:8rpx;box-shadow: 0px 4px 12px 0px rgba(255,108,1,0.34); } |
|
.delete{width:100%;margin:12rpx 0;position: relative;height:85rpx;font-size:28rpx;} |
|
.delete view{width:168rpx;height:72rpx;line-height:72rpx;border:2rpx solid #F66A01;border-radius: 66rpx;text-align:center;color:#F66A01;position: absolute;right:0;top:16rpx} |
|
.agree{width:100%;margin-top:12rpx;font-size:28rpx;text-align: center;} |
|
checkbox{transform:scale(0.6);} |
|
.formlist{width:100%;height:96rpx;line-height: 96rpx;display: flex;justify-content: space-between;border-bottom:2rpx solid #dfdfdf;font-size:26rpx;} |
|
.formlist text{width:40%;color:#919191;} |
|
.formlist .authright{font-size:28rpx;color:#919191;} |
|
.formlist .authright radio{transform:scale(0.6);} |
|
/* .agree text{color:#00E58D} */ |
|
/* 广告弹出层 */ |
|
.modal-box{ position:fixed; background:rgba(0,0,0,0.4); top:5rpx; width:100%; left:0;z-index:999;height:100%;} |
|
/* .modal-box .modal-content{ margin-top:50rpx; height:50rpx;} */ |
|
.modal-box .modal{ margin: 0 auto;background: #fff;width: 85%;padding:20rpx 0 20rpx 0;border:1px solid #ccc;border-radius:15rpx} |
|
.modal-box .knowBtn{height:40rpx;line-height:48rpx;text-align: center; width:40%;margin-left: 30%;border:1px solid #00E58D;color:#fff;background:#00E58D;font-size:24rpx} |
|
.modal-box .modal .choice{width:94%;margin:15rpx 3% 10rpx 3%;font-size:30rpx;} |
|
.bottom{width: 100%;height:100rpx;line-height:100rpx;position: fixed;background:#fff;bottom:0;left:0;display: flex;justify-content: start;} |
|
.bottom .price{width:60%;padding-left:5%;font-size:24rpx;} |
|
.bottom .price text{color:#F66A01;font-size:50rpx;} |
|
.bottom .price text text{font-size:24rpx;} |
|
.bottom .join{width:35%;text-align: center;color:#fff;background: #F66A01;} |
|
.xy{ |
|
color: blue; |
|
}
|
|
|