@@ -5,7 +5,7 @@
<image class="_image" src="{{item.active ? item.selectedIconPath : item.iconPath}}" />
</view>
<view class="_text">
- <text>{{item.text}}</text>
+ <text class="{{item.active ? 'text_color' : ''}}">{{item.text}}</text>
@@ -25,4 +25,12 @@
height: 28px;
text-align: center;
font-size: 28rpx;
+}
+
+.text_color{
+ line-height: 28rpx;
+ height: 28px;
+ text-align: center;
+ font-size: 28rpx;
+ color: #B01717;
}
@@ -63,3 +63,23 @@
color: #FFFFFF;
margin-left: 58rpx;
+.head-card-nt{
+ margin-right: 51rpx;
+.head-card-num{
+ font-size: 120rpx;
+ font-weight: bold;
+ color: #FFFFFF;
+.head-card-text{
+ width: 40rpx;
+ height: 40rpx;
+ font-size: 30rpx;
+ font-weight: 300;
+ margin-top: 70rpx;