|
@@ -249,9 +249,7 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
|
margin-bottom: 12upx;
|
|
margin-bottom: 12upx;
|
|
|
- padding: 8upx 12upx;
|
|
|
|
|
- border-radius: 8upx;
|
|
|
|
|
- transition: all 0.3s ease;
|
|
|
|
|
|
|
+ padding: 8upx 0upx;
|
|
|
|
|
|
|
|
&:last-child {
|
|
&:last-child {
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
@@ -281,11 +279,7 @@ export default {
|
|
|
color: rgba(255, 255, 255, 0.85);
|
|
color: rgba(255, 255, 255, 0.85);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- &.highlight {
|
|
|
|
|
- background: rgba(255, 107, 53, 0.15);
|
|
|
|
|
- border: 1upx solid rgba(255, 183, 77, 0.3);
|
|
|
|
|
- box-shadow: 0 0 12upx rgba(255, 107, 53, 0.2);
|
|
|
|
|
-
|
|
|
|
|
|
|
+ &.highlight {
|
|
|
.intro-tip-text {
|
|
.intro-tip-text {
|
|
|
color: #fff4e6;
|
|
color: #fff4e6;
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|