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
768 B

.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;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;}
.bottom{color:#fff;height: 80rpx;line-height:80rpx;text-align:center;width:94%;position: absolute;bottom:24rpx;left:3%;background: #f66a01;border-radius: 12rpx;}