|
@@ -35,7 +35,7 @@ view{box-sizing: border-box;}
|
|
|
.tabbar-item{text-align: center;width: 160rpx;}
|
|
|
.tabbar-item-icon{width: 40rpx;height: 40rpx;display: block;@include ezy-no-repeat-cover();margin: 0 auto 2rpx;}
|
|
|
.tabbar-item-text{font-size: 28rpx;color: #333;}
|
|
|
- .active .tabbar-item-text{color: #3fd2a1;}
|
|
|
+ .tabbar-item-text.active{color: #3fd2a1;}
|
|
|
}
|
|
|
.phone-client-tabbar{
|
|
|
background-color: #0abf8a;border: 0;
|
|
@@ -198,6 +198,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 24rpx;
|
|
|
text-align: justify;word-wrap: break-word;word-break: break-all;display: block;@include ezy-rich-text;
|
|
|
display: flex;flex-direction: row;justify-content: flex-start;
|
|
|
+ .question-num{flex-shrink: 0;}
|
|
|
}
|
|
|
|
|
|
/***** 单选题 *****/
|