浏览代码

整理文件夹

彭宇 1 年之前
父节点
当前提交
d97a46ff88
共有 3 个文件被更改,包括 10 次插入10 次删除
  1. 1 1
      pages.json
  2. 0 0
      pages/highServer/service/service.css
  3. 9 9
      pages/service/service.vue

+ 1 - 1
pages.json

@@ -242,7 +242,7 @@
 			}
 		},
 		{
-			"path": "pages/service/service",
+			"path": "pages/highServer/service/service",
 			"style": {
 				"usingComponents": {},
 				"navigationBarBackgroundColor": "#07c160",

pages/service/service.css → pages/highServer/service/service.css


+ 9 - 9
pages/service/service.vue

@@ -70,25 +70,25 @@
 </script>
 
 <style>
-	@import './service.css';
+	@import 'service.css';
 	.marriage-pic{
-		background: url('../../static/images/more/marriage.png') 0 0 no-repeat;
+		background: url('../../../static/images/more/marriage.png') 0 0 no-repeat;
 		background-size: 100% 100%;
 	}
 	.legal-pic{
-		background: url('../../static/images/more/legal.png') 0 0 no-repeat;
+		background: url('../../../static/images/more/legal.png') 0 0 no-repeat;
 		background-size: 100% 100%;
 	}
 	.system-pic{
-		background: url('../../static/images/more/system.png') 0 0 no-repeat;
+		background: url('../../../static/images/more/system.png') 0 0 no-repeat;
 		background-size: 100% 100%;
 	}
 	.specialService-pic{
-		background: url('../../static/images/more/specialService.png') 0 0 no-repeat;
+		background: url('../../../static/images/more/specialService.png') 0 0 no-repeat;
 		background-size: 100% 100%;
 	}
 	.life-pic{
-		background: url('../../static/images/more/lifeHelp.png') 0 0 no-repeat;
+		background: url('../../../static/images/more/lifeHelp.png') 0 0 no-repeat;
 		background-size: 80% 80%;
 		margin: 10% !important;
 	}
@@ -96,7 +96,7 @@
 		content:'';
 		left: -109px;
 		width: 12vw;
-		background: url('../../static/images/more/specialService.png') 0 0 no-repeat;
+		background: url('../../../static/images/more/specialService.png') 0 0 no-repeat;
 		background-size: 93% 93%;
 		position: relative;
 	}
@@ -118,5 +118,5 @@
 	.specialService li view{
 		width: 100%;
 	}
-	
-</style>
+
+</style>