|
|
@@ -14,6 +14,7 @@
|
|
|
.bjcx-logo-title{font-size: 34rpx;color: #000;margin-top: 16rpx;}
|
|
|
.agreement-checkbox-box{
|
|
|
display: flex;font-size: 28rpx;color: #666;margin: 72rpx 56rpx 16rpx;line-height: 1.5;text-align: justify;
|
|
|
+ .agreement-checkbox-input{border: 0;}
|
|
|
.agreement-text-box{flex-direction: row;display: flex;align-items: center;}
|
|
|
.agreement-text {color: #3fd2a1;display: contents;}
|
|
|
}
|
|
|
@@ -52,7 +53,7 @@
|
|
|
// head
|
|
|
.card-head-box{
|
|
|
height: 70rpx;display: flex;align-items: center;padding: 0 6rpx 0 20rpx;background-color: red;
|
|
|
- .card-line-title {display: block;color: #fff;font-size: 30rpx;line-height: 1;}
|
|
|
+ .card-line-title {display: block;color: #fff;font-size: 30rpx;line-height: 1.4;}
|
|
|
.card-line-title:before{content: ' ';width: 6rpx;height: 28rpx;background-color:#fff;
|
|
|
margin-right: 12rpx;display: inline-block;vertical-align: middle;}
|
|
|
.card-more{
|