Your Name 2 月之前
父節點
當前提交
fa040fd8f6
共有 8 個文件被更改,包括 98 次插入34 次删除
  1. 21
    0
      .idea/deployment.xml
  2. 8
    0
      .idea/sshConfigs.xml
  3. 21
    0
      .idea/webServers.xml
  4. 14
    0
      m/css/city_m.css
  5. 14
    0
      skin/css/city.css
  6. 1
    16
      template/dafeult/city.html
  7. 1
    18
      template/dafeult/wap/city.html
  8. 18
    0
      批量修改色调.txt

+ 21
- 0
.idea/deployment.xml 查看文件

@@ -0,0 +1,21 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="PublishConfigData" serverName="leda" remoteFilesAllowedToDisappearOnAutoupload="false">
4
+    <serverData>
5
+      <paths name="leda">
6
+        <serverdata>
7
+          <mappings>
8
+            <mapping deploy="/" local="$PROJECT_DIR$" web="/" />
9
+          </mappings>
10
+        </serverdata>
11
+      </paths>
12
+      <paths name="zhanlan">
13
+        <serverdata>
14
+          <mappings>
15
+            <mapping deploy="/" local="$PROJECT_DIR$" web="/" />
16
+          </mappings>
17
+        </serverdata>
18
+      </paths>
19
+    </serverData>
20
+  </component>
21
+</project>

+ 8
- 0
.idea/sshConfigs.xml 查看文件

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="SshConfigs">
4
+    <configs>
5
+      <sshConfig authType="PASSWORD" host="121.196.214.32" id="99f8b8b0-530e-4055-b09a-489c059a3ae5" port="22" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" />
6
+    </configs>
7
+  </component>
8
+</project>

+ 21
- 0
.idea/webServers.xml 查看文件

@@ -0,0 +1,21 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="WebServers">
4
+    <option name="servers">
5
+      <webServer id="5b2626fd-4859-4a68-8be6-8eccfe28d9f3" name="leda">
6
+        <fileTransfer rootFolder="/www/wwwroot/tyqngp" accessType="SFTP" host="121.196.214.32" port="22" sshConfigId="99f8b8b0-530e-4055-b09a-489c059a3ae5" sshConfig="root@121.196.214.32:22 password">
7
+          <advancedOptions>
8
+            <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
9
+          </advancedOptions>
10
+        </fileTransfer>
11
+      </webServer>
12
+      <webServer id="d16cf352-ac64-4d26-9424-7bc898d6bdba" name="zhanlan">
13
+        <fileTransfer rootFolder="/www/wwwroot/tyqngp" accessType="SFTP" host="121.196.214.32" port="22" sshConfigId="99f8b8b0-530e-4055-b09a-489c059a3ae5" sshConfig="root@121.196.214.32:22 password">
14
+          <advancedOptions>
15
+            <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
16
+          </advancedOptions>
17
+        </fileTransfer>
18
+      </webServer>
19
+    </option>
20
+  </component>
21
+</project>

+ 14
- 0
m/css/city_m.css 查看文件

@@ -0,0 +1,14 @@
1
+*{padding:0;margin:0}
2
+.citylist{    width: 1200px;
3
+    margin: 0 auto; padding:15px 0 5px;  }
4
+.citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
5
+.citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
6
+.citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }
7
+.citylist dl dt a{ color:#fff; display: block; text-align: center; height: 30px; line-height: 30px;text-decoration: none; }
8
+.citylist dl dd a{text-decoration: none; display: inline-block; color:#666; height: 30px; line-height: 30px; padding: 0 5px; }
9
+.citylist dl dd a:hover{ color:#05B381; text-decoration: none;}
10
+@media(max-width:789px){
11
+    .citylist{width:auto;margin:0 20px;}
12
+    .citylist dl{font-size:14px}
13
+    .citylist dl dd {margin-left: 0;}
14
+}

+ 14
- 0
skin/css/city.css 查看文件

@@ -0,0 +1,14 @@
1
+*{padding:0;margin:0}
2
+.citylist{    width: 1200px;
3
+    margin: 0 auto; padding:10px 0 30px;  }
4
+.citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
5
+.citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
6
+.citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }
7
+.citylist dl dt a{ color:#fff; display: block; text-align: center; height: 30px; line-height: 30px;text-decoration: none; }
8
+.citylist dl dd a{text-decoration: none; display: inline-block; color:#666; height: 30px; line-height: 30px; padding: 0 5px; }
9
+.citylist dl dd a:hover{ color:#05B381; text-decoration: none;}
10
+@media(max-width:789px){
11
+    .citylist{width:auto;margin:0 20px;}
12
+    .citylist dl{font-size:14px}
13
+    .citylist dl dd {margin-left: 0;}
14
+}

+ 1
- 16
template/dafeult/city.html 查看文件

@@ -15,6 +15,7 @@
15 15
 <link href="/skin/css/iconfont.css" rel="stylesheet" media="screen" type="text/css" />
16 16
 <script type="text/javascript" src="{pboot:sitedomain}/skin/js/jquery1.42.min.js"></script>
17 17
 <script type="text/javascript" src="{pboot:sitedomain}/skin/js/superslide.3.0.js"></script>
18
+<link href="{pboot:sitedomain}/skin/css/city.css" rel="stylesheet" media="screen" type="text/css" />
18 19
 </head>
19 20
 <body>
20 21
 {include file=head_city.html}
@@ -23,22 +24,6 @@
23 24
 </div>-->
24 25
 <div class="page-bg" style="padding: 20px 0;">
25 26
   <div class="page-box">
26
-         <style>
27
- 		*{padding:0;margin:0}
28
-         .citylist{    width: 1200px;
29
-     margin: 0 auto; padding:10px 0 30px;  }
30
-         .citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
31
-         .citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
32
-         .citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }
33
-         .citylist dl dt a{ color:#fff; display: block; text-align: center; height: 30px; line-height: 30px;text-decoration: none; }
34
-         .citylist dl dd a{text-decoration: none; display: inline-block; color:#666; height: 30px; line-height: 30px; padding: 0 5px; }
35
-         .citylist dl dd a:hover{ color:#05B381; text-decoration: none;}   
36
- 		@media(max-width:789px){
37
-    .citylist{width:auto;margin:0 20px;}
38
-    .citylist dl{font-size:14px}
39
-    .citylist dl dd {margin-left: 0;}
40
- }
41
-     </style>
42 27
 		
43 28
 	            <div class="citylist">
44 29
 				<div class="tips">{label:city_str}</div>

+ 1
- 18
template/dafeult/wap/city.html 查看文件

@@ -17,28 +17,11 @@
17 17
 <link href="/m/css/iconfont.css" rel="stylesheet" media="screen" type="text/css" />
18 18
 <script type="text/javascript" src="{pboot:sitedomain}/m/js/jquery1.42.min.js"></script>
19 19
 <script type="text/javascript" src="{pboot:sitedomain}/m/js/superslide.3.0.js"></script>
20
+<link href="{pboot:sitedomain}/m/css/city_m.css" rel="stylesheet" media="screen" type="text/css" />
20 21
 </head>
21 22
 <body>
22 23
 {include file=head_city.html}
23 24
 <div class="main">
24
-  
25
-  
26
-  <style>
27
-  		*{padding:0;margin:0}
28
-          .citylist{    width: 1200px;
29
-      margin: 0 auto; padding:15px 0 5px;  }
30
-          .citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
31
-          .citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
32
-          .citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }
33
-          .citylist dl dt a{ color:#fff; display: block; text-align: center; height: 30px; line-height: 30px;text-decoration: none; }
34
-          .citylist dl dd a{text-decoration: none; display: inline-block; color:#666; height: 30px; line-height: 30px; padding: 0 5px; }
35
-          .citylist dl dd a:hover{ color:#05B381; text-decoration: none;}   
36
-  		@media(max-width:789px){
37
-     .citylist{width:auto;margin:0 20px;}
38
-     .citylist dl{font-size:14px}
39
-     .citylist dl dd {margin-left: 0;}
40
-  }
41
-      </style>
42 25
   		
43 26
   	            <div class="citylist">
44 27
   				<div class="tips">{label:city_str}</div>

+ 18
- 0
批量修改色调.txt 查看文件

@@ -0,0 +1,18 @@
1
+#05B381
2
+改成
3
+#c01e1f
4
+
5
+=============================================
6
+手机端
7
+#70ba96
8
+改成
9
+#c01e1f
10
+
11
+
12
+宝塔安装
13
+文件搜索及批量修改 1.1.2
14
+插件
15
+
16
+查找目标 #05B381
17
+文件类型 *.css;*.svg
18
+目录选择网站根目录 包含子目录打钩

Loading…
取消
儲存