zhangdan 4 年之前
父節點
當前提交
4d438abb99
共有 1 個文件被更改,包括 3 次插入3 次删除
  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="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"></view>
+					<!-- <view class="notice-content-item"></view> -->
 				</view>
 			</view>
 			<!-- 下单 -->
@@ -449,10 +449,10 @@
 							}
 						}
 						.notice-content-item:last-child{
-							font-size: 26upx;
+							font-size: 32rpx;
 							font-family: PingFang SC;
 							font-weight: 400;
-							color: #7C7D7E;
+							color: #191919;
 						}
 					}
 					.notice-static{