Browse Source

样式完善

lchao 1 year ago
parent
commit
8ab60057e1
2 changed files with 11 additions and 23 deletions
  1. 5 11
      pages/highServer/help/help.vue
  2. 6 12
      pages/highServer/inquiry/inquiry.vue

+ 5 - 11
pages/highServer/help/help.vue

@@ -22,18 +22,12 @@
 						v-if="index2 < 3" :key="index2"></image>
 				</view>
 
-				<view class="jlSj">
+				<view class="jlSj" style="height: 2vh;display: flex;margin-top: 10px;">
+					<span style="color: #07c160;font-size: 24rpx;">
+					   {{ item.createTime }}
+					    <!-- <em class="iconfont icon-jifen"></em> -->
+					</span>
 					<view class="ck">
-						<span>
-							<em class="iconfont icon-chakan"></em>
-							{{ item.likeNum }}
-						</span>
-<!--						<span>-->
-<!--							<em class="iconfont icon-shoucang"></em>-->
-<!--							{{ item.watchNum }}-->
-<!--						</span>-->
-					</view>
-				</view>
 			</view>
 		</view>
 	</view>

+ 6 - 12
pages/highServer/inquiry/inquiry.vue

@@ -22,18 +22,12 @@
 						v-if="index2 < 3" :key="index2"></image>
 				</view>
 
-				<view class="jlSj">
-					<view class="ck f-r">
-						<span>
-							<em class="iconfont icon-chakan"></em>
-							{{ item.likeNum }}
-						</span>
-<!--						<span>-->
-<!--							<em class="iconfont icon-shoucang"></em>-->
-<!--							{{ item.watchNum }}-->
-<!--						</span>-->
-					</view>
-				</view>
+				<view class="jlSj" style="height: 2vh;display: flex;margin-top: 10px;">
+					<span style="color: #07c160;font-size: 24rpx;">
+					   {{ item.createTime }}
+					    <!-- <em class="iconfont icon-jifen"></em> -->
+					</span>
+					<view class="ck">
 			</view>
 		</view>
 	</view>