Browse Source

样式修复

lilei 4 years ago
parent
commit
dad9f649b6
2 changed files with 5 additions and 6 deletions
  1. 2 1
      pages/shopTourRecord/screenModule.vue
  2. 3 5
      pages/shopTourRecord/shopTourRecord.vue

+ 2 - 1
pages/shopTourRecord/screenModule.vue

@@ -255,8 +255,9 @@
 						width: 30%;
 						text-align: center;
 						line-height: 60upx;
-						background-color: #e2e2e2;
+						background-color: #F8F8F8;
 						color: #333;
+						border-radius: 6upx;
 						font-size: 24upx;
 						margin: 0 10upx;
 					}

+ 3 - 5
pages/shopTourRecord/shopTourRecord.vue

@@ -9,7 +9,7 @@
 				<view class="record-con">
 					<u-sticky offset-top="80">
 						<view v-show="searchForm.creatTime.length != 0" class="alert-tips">
-							<text>{{searchForm.creatTime[0]}} ~ {{searchForm.creatTime[1]}}</text>
+							<text>创建时间:{{searchForm.creatTime[0]}} 至 {{searchForm.creatTime[1]}}</text>
 						</view>
 					</u-sticky>
 					<view class="record-item" v-for="(item,index) in list" :key="index" @click="getDetails(item)">
@@ -202,14 +202,12 @@
 				.record-con{
 					.alert-tips{
 						padding: 20upx 30upx 10upx;
-						background-color: #fff;
+						background-color: #F8F8F8;
+						border-bottom: 1px solid #EEEEEE;
 						text{
 							display: block;
 							font-size: 24upx;
 							padding: 4upx 10upx;
-							border: 1upx solid #fcbd71;
-							background-color: #fdf6ec;
-							border-radius: 6upx;
 						}
 					}
 					.record-item{