浏览代码

帮助样式

xiuli.gao 6 年之前
父节点
当前提交
10694f08ff

+ 1 - 1
fund_h5/css/fund_h5_api.css

@@ -182,7 +182,7 @@ nav p span{
182 182
 
183 183
 .input-wrapper label {
184 184
     display: inline-block;
185
-    width: 0.80rem;
185
+    width: 0.90rem;
186 186
     font-size: 0.16rem;
187 187
     color: #222;
188 188
     text-align:justify;

+ 1 - 1
fund_h5/fund_h5_api.html

@@ -6,7 +6,7 @@
6 6
     <title>公积金查询</title>
7 7
     <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
8 8
     <link rel="stylesheet" href="./css/reset.css">
9
-    <link rel="stylesheet" href="./css/fund_h5_api.css?v=10">
9
+    <link rel="stylesheet" href="./css/fund_h5_api.css?v=11">
10 10
     <script src="./js/jquery.min.js"></script>
11 11
     <script type="text/javascript" src="kuxuan/api-url.js"></script>
12 12
     <script src="./js/common.js"></script>

+ 4 - 2
fund_h5/js/queryHelp.js

@@ -70,13 +70,15 @@ function cituInfoData () {
70 70
 				if(data.help_info && data.help_info != ""){
71 71
 					$(".container").html(data.help_info);
72 72
 					$(".container").find("p").css({
73
-						"line-height":0,
74
-						"font-size":"0.16rem"
73
+						"line-height":'0.2rem',
74
+						"font-size":"0.14rem",
75
+						"color":"#666666"
75 76
 					}).find("span").css({
76 77
 						"line-height":"0.26rem",
77 78
 						"font-size":"0.14rem",
78 79
 						"color":"#666666"
79 80
 					})
81
+					$(".container strong").css({"color":"#333333","font-weight":"bold","font-size":"0.16rem"})
80 82
 					$(".container strong").find("span").css({"color":"#333333"})
81 83
 					$(".goGjj").html(`<div class="ljqw">前往<em>${city_name}</em>公积金官网注册  <span onclick="goZhuce()">立即前往 >></span>
82 84
             </div>`)

+ 1 - 1
fund_h5/queryHelp.html

@@ -34,4 +34,4 @@
34 34
 </html>
35 35
 <script src="./js/auto_size.js"></script>
36 36
 <script src="./js/tips.js"></script>
37
-<script type="text/javascript" src="js/queryHelp.js?v=10"></script>
37
+<script type="text/javascript" src="js/queryHelp.js?v=11"></script>

+ 1 - 1
fund_h5_01/css/fund_h5_api.css

@@ -183,7 +183,7 @@ nav p span{
183 183
 
184 184
 .input-wrapper label {
185 185
     display: inline-block;
186
-    width: 0.80rem;
186
+    width: 0.90rem;
187 187
     font-size: 0.16rem;
188 188
     color: #222;
189 189
     text-align:justify;

+ 1 - 1
fund_h5_01/fund_h5_api.html

@@ -6,7 +6,7 @@
6 6
     <title>公积金查询</title>
7 7
     <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
8 8
     <link rel="stylesheet" href="./css/reset.css">
9
-    <link rel="stylesheet" href="./css/fund_h5_api.css?v=10">
9
+    <link rel="stylesheet" href="./css/fund_h5_api.css?v=11">
10 10
     <script src="./js/jquery.min.js"></script>
11 11
     <script type="text/javascript" src="kuxuan/api-url.js"></script>
12 12
     <div style="display: none;">

+ 4 - 2
fund_h5_01/js/queryHelp.js

@@ -76,13 +76,15 @@ function cituInfoData () {
76 76
 				if(data.help_info && data.help_info != ""){
77 77
 					$(".container").html(data.help_info);
78 78
 					$(".container").find("p").css({
79
-						"line-height":0,
80
-						"font-size":"0.16rem"
79
+						"line-height":'0.2rem',
80
+						"font-size":"0.14rem",
81
+						"color":"#666666"
81 82
 					}).find("span").css({
82 83
 						"line-height":"0.26rem",
83 84
 						"font-size":"0.14rem",
84 85
 						"color":"#666666"
85 86
 					})
87
+					$(".container strong").css({"color":"#333333","font-weight":"bold","font-size":"0.16rem"})
86 88
 					$(".container strong").find("span").css({"color":"#333333"})
87 89
 					$(".goGjj").html(`<div class="ljqw">前往<em>${city_name}</em>公积金官网注册  <span onclick="goZhuce()">复制链接 </span>
88 90
             </div>`)

+ 1 - 1
fund_h5_01/queryHelp.html

@@ -41,4 +41,4 @@
41 41
 </html>
42 42
 <script src="./js/auto_size.js?vv=10"></script>
43 43
 <script src="./js/tips.js?vv=10"></script>
44
-<script type="text/javascript" src="js/queryHelp.js?vv=10"></script>
44
+<script type="text/javascript" src="js/queryHelp.js?vv=11"></script>