zhangdan 4 years ago
parent
commit
4d438abb99
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index/index.vue

+ 3 - 3
pages/index/index.vue

@@ -10,7 +10,7 @@
 			<view class="bottom-new-notice" v-if="orderTime" @click="checkOrderDetail()">
 			<view class="bottom-new-notice" v-if="orderTime" @click="checkOrderDetail()">
 				<view class="notice-content">
 				<view class="notice-content">
 					<view class="notice-content-item"><u-icon class="icon" name="home_icon_bells" custom-prefix="custom-icon" size="38" color="#333"></u-icon></span><span class="item-title">您于{{orderTime ? orderTime :''}}下单成功,点击查看详情</span></view>
 					<view class="notice-content-item"><u-icon class="icon" name="home_icon_bells" custom-prefix="custom-icon" size="38" color="#333"></u-icon></span><span class="item-title">您于{{orderTime ? orderTime :''}}下单成功,点击查看详情</span></view>
-					<view class="notice-content-item"></view>
+					<!-- <view class="notice-content-item"></view> -->
 				</view>
 				</view>
 			</view>
 			</view>
 			<!-- 下单 -->
 			<!-- 下单 -->
@@ -449,10 +449,10 @@
 							}
 							}
 						}
 						}
 						.notice-content-item:last-child{
 						.notice-content-item:last-child{
-							font-size: 26upx;
+							font-size: 32rpx;
 							font-family: PingFang SC;
 							font-family: PingFang SC;
 							font-weight: 400;
 							font-weight: 400;
-							color: #7C7D7E;
+							color: #191919;
 						}
 						}
 					}
 					}
 					.notice-static{
 					.notice-static{