|
|
|
@ -23,6 +23,7 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.question-section { |
|
|
|
.question-section { |
|
|
|
|
|
|
|
padding-bottom: 220rpx; |
|
|
|
.list-title { |
|
|
|
.list-title { |
|
|
|
margin: 24rpx 40rpx 0; |
|
|
|
margin: 24rpx 40rpx 0; |
|
|
|
font-size: 44rpx; |
|
|
|
font-size: 44rpx; |
|
|
|
@ -44,7 +45,7 @@ page { |
|
|
|
&.active { |
|
|
|
&.active { |
|
|
|
border-color: #0eb66d; |
|
|
|
border-color: #0eb66d; |
|
|
|
.check-icon { |
|
|
|
.check-icon { |
|
|
|
border-color: #0eb66d; |
|
|
|
border-color: transparent; |
|
|
|
background: linear-gradient(94deg, #0eb66d 0%, #00d277 100%); |
|
|
|
background: linear-gradient(94deg, #0eb66d 0%, #00d277 100%); |
|
|
|
.icon-inner { |
|
|
|
.icon-inner { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
@ -56,10 +57,11 @@ page { |
|
|
|
width: 44rpx; |
|
|
|
width: 44rpx; |
|
|
|
height: 44rpx; |
|
|
|
height: 44rpx; |
|
|
|
border-radius: 8rpx; |
|
|
|
border-radius: 8rpx; |
|
|
|
border: 2px solid rgba(187, 187, 187, 1); |
|
|
|
border: 1px solid rgba(187, 187, 187, 1); |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
.icon-inner { |
|
|
|
.icon-inner { |
|
|
|
width: 22rpx; |
|
|
|
width: 22rpx; |
|
|
|
height: 12rpx; |
|
|
|
height: 12rpx; |
|
|
|
@ -134,7 +136,7 @@ page { |
|
|
|
.list-item.active { |
|
|
|
.list-item.active { |
|
|
|
border-color: rgba(89, 86, 233, 1); |
|
|
|
border-color: rgba(89, 86, 233, 1); |
|
|
|
.check-icon { |
|
|
|
.check-icon { |
|
|
|
border-color: rgba(89, 86, 233, 1); |
|
|
|
border-color: transparent; |
|
|
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%); |
|
|
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|