|
@@ -174,7 +174,21 @@ |
|
@@ -174,7 +174,21 @@ |
174
|
</view> -->
|
174
|
</view> -->
|
175
|
|
175
|
|
176
|
</view>
|
176
|
</view>
|
177
|
-
|
177
|
+
|
|
|
178
|
+ <view class="dibushujushow">
|
|
|
179
|
+ <view class='dibushujushowitem'>
|
|
|
180
|
+ <view class="dibushutop">明确总数</view>
|
|
|
181
|
+ <view class="dibushubottom">5000</view>
|
|
|
182
|
+ </view>
|
|
|
183
|
+ <view class='dibushujushowitem'>
|
|
|
184
|
+ <view class="dibushutop">疑似总数</view>
|
|
|
185
|
+ <view class="dibushubottom">5000</view>
|
|
|
186
|
+ </view>
|
|
|
187
|
+ <view class='dibushujushowitem'>
|
|
|
188
|
+ <view class="dibushutop">复核总数</view>
|
|
|
189
|
+ <view class="dibushubottom">5000</view>
|
|
|
190
|
+ </view>
|
|
|
191
|
+ </view>
|
178
|
</view>
|
192
|
</view>
|
179
|
|
193
|
|
180
|
<!-- 遮罩层 -->
|
194
|
<!-- 遮罩层 -->
|
|
@@ -948,4 +962,26 @@ |
|
@@ -948,4 +962,26 @@ |
948
|
font-weight: 400;
|
962
|
font-weight: 400;
|
949
|
color: rgba(255, 255, 255, 1);
|
963
|
color: rgba(255, 255, 255, 1);
|
950
|
}
|
964
|
}
|
|
|
965
|
+ .dibushujushow{
|
|
|
966
|
+ display: flex;
|
|
|
967
|
+ align-items: center;
|
|
|
968
|
+ justify-content: space-between;
|
|
|
969
|
+ padding: 12rpx 64rpx;
|
|
|
970
|
+ box-sizing: border-box;
|
|
|
971
|
+ background:#F29600 ;
|
|
|
972
|
+
|
|
|
973
|
+ }
|
|
|
974
|
+ .dibushutop{
|
|
|
975
|
+ width:120rpx;
|
|
|
976
|
+ color:#fff;
|
|
|
977
|
+ font-size: 28rpx;
|
|
|
978
|
+ text-align: center;
|
|
|
979
|
+ }
|
|
|
980
|
+ .dibushubottom{
|
|
|
981
|
+ width:120rpx;
|
|
|
982
|
+ color:#fff;
|
|
|
983
|
+ font-size: 28rpx;
|
|
|
984
|
+ margin-top:5rpx;
|
|
|
985
|
+ text-align: center;
|
|
|
986
|
+ }
|
951
|
</style> |
987
|
</style> |