From 0556e2bfdf6e9424ef6ef12abe08fc9d7b44cf1b Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 08:54:05 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-xcx

---
 pages/yuyue/choseService.wxss |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/pages/yuyue/choseService.wxss b/pages/yuyue/choseService.wxss
index 059608a..2150775 100644
--- a/pages/yuyue/choseService.wxss
+++ b/pages/yuyue/choseService.wxss
@@ -10,14 +10,14 @@
 
 }
 .cate-item{
-  height: 30px;
+  height:40px;
   overflow: hidden;
   padding: 5px 10px;
   color: #999;
-  display: inline-block; 
 line-height: 40px;    
+text-align: center;
 font-size: 14px;
-
+background: #f7f7f7;
 }
 
 .service-wrap{
@@ -26,9 +26,6 @@
   border-radius: 5px;
   background: #fff;
   overflow:hidden;
-}
-.service-wrap:first-of-type{
-  margin-top:50px;
 }
 
 

--
Gitblit v1.9.1