@@ -50,10 +50,8 @@ | |||||
.van-checkbox-group { | .van-checkbox-group { | ||||
.van-checkbox { | .van-checkbox { | ||||
pointer-events: none; | pointer-events: none; | ||||
span { | |||||
color: #fff; | |||||
font-size: 32px; | |||||
} | |||||
font-size: 16px; | |||||
color: #fff; | |||||
& + .van-checkbox { | & + .van-checkbox { | ||||
margin-top: 10px; | margin-top: 10px; | ||||
} | } | ||||
@@ -114,6 +114,9 @@ | |||||
bottom: 0; | bottom: 0; | ||||
right: 0; | right: 0; | ||||
max-height: 80%; | max-height: 80%; | ||||
max-width: 60%; | |||||
width: auto; | |||||
object-fit: cover; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -377,7 +377,7 @@ | |||||
margin-top: 40px; | margin-top: 40px; | ||||
} | } | ||||
.van-checkbox__label img { | .van-checkbox__label img { | ||||
width: 50px; | |||||
width: 30px; | |||||
} | } | ||||
} | } | ||||
.textarea { | .textarea { | ||||