chore:结构调整
Showing
8 changed files
with
10 additions
and
101 deletions
... | @@ -44,7 +44,7 @@ document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\' | ... | @@ -44,7 +44,7 @@ document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\' |
44 | document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li> "); | 44 | document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li> "); |
45 | document.writeln(" <li id='zcfg' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zcfg.html\' title=\'政策法规\'>政策法规</a></li>"); | 45 | document.writeln(" <li id='zcfg' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zcfg.html\' title=\'政策法规\'>政策法规</a></li>"); |
46 | document.writeln(" <li id='bszn' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"); | 46 | document.writeln(" <li id='bszn' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"); |
47 | document.writeln(" <li id='wssq' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/wssq/index.html\' title=\'网上申请\'>网上申请</a></li>"); | 47 | document.writeln(" <li id='wssq' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>"); |
48 | document.writeln(" <li class=\'layui-nav-item\'>"); | 48 | document.writeln(" <li class=\'layui-nav-item\'>"); |
49 | document.writeln(" <a href=\'javascript:;\'>查验中心</a>"); | 49 | document.writeln(" <a href=\'javascript:;\'>查验中心</a>"); |
50 | document.writeln(" <dl class=\'layui-nav-child\'>"); | 50 | document.writeln(" <dl class=\'layui-nav-child\'>"); | ... | ... |
... | @@ -7,14 +7,11 @@ $(function () { | ... | @@ -7,14 +7,11 @@ $(function () { |
7 | }); | 7 | }); |
8 | }); | 8 | }); |
9 | addTabs('#wssq') | 9 | addTabs('#wssq') |
10 | |||
11 | |||
12 | // 业务 | ||
13 | //config的设置是全局的 | 10 | //config的设置是全局的 |
14 | layui.config({ | 11 | layui.config({ |
15 | base: './js/' | 12 | base: '../../staticJs/' |
16 | }).extend({ //设定模块别名 | 13 | }).extend({ //设定模块别名 |
17 | common: 'common' | 14 | common: 'cityCommon' |
18 | }); | 15 | }); |
19 | 16 | ||
20 | layui.use(['form', 'common'], function () { | 17 | layui.use(['form', 'common'], function () { | ... | ... |
staticViews/bszn/css/index.css
deleted
100644 → 0
1 | /* ----------------------公共样式-------------------------- */ | ||
2 | .contentBox { | ||
3 | width: 1200px; | ||
4 | margin: 0 auto; | ||
5 | overflow: hidden; | ||
6 | } | ||
7 | .business_guide { | ||
8 | overflow-x: hidden; | ||
9 | } | ||
10 | .titleActive { | ||
11 | color: #006CFF; | ||
12 | font-weight: 600; | ||
13 | } | ||
14 | /* ------------------------------end--------------------------------------- */ | ||
15 | |||
16 | .navigation_crumbs { | ||
17 | width: 100%; | ||
18 | height: 45px; | ||
19 | padding: 10px 0; | ||
20 | background: #FAFAFA; | ||
21 | border: 1px solid #E6E6E6; | ||
22 | } | ||
23 | .navigation_crumbs .layui-breadcrumb a:hover { | ||
24 | color: #0091FF!important; | ||
25 | } | ||
26 | /* --------------------导航tab------------------------- */ | ||
27 | .one_content { | ||
28 | border: 1px solid #DEDEDE;; | ||
29 | margin-top: 20px!important; | ||
30 | } | ||
31 | .one_content .layui-tab { | ||
32 | margin: -1px; | ||
33 | } | ||
34 | .one_content .layui-tab-title li { | ||
35 | width: 150px; | ||
36 | font-weight: 600; | ||
37 | color: #6D7278; | ||
38 | } | ||
39 | .one_content .layui-tab-title .layui-this { | ||
40 | color: #4A4A4A; | ||
41 | } | ||
42 | .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after { | ||
43 | border-color: #006CFF; | ||
44 | } | ||
45 | .layui-tab .layui-tab-brief .layui-this { | ||
46 | color: #006CFF; | ||
47 | } | ||
48 | .layui-tab .layui-tab-brief li { | ||
49 | width: 90px; | ||
50 | } | ||
51 | .online_business { | ||
52 | margin-top: 20px; | ||
53 | } | ||
54 | .online_business h2 { | ||
55 | width: 100%; | ||
56 | height: 43px; | ||
57 | line-height: 43px; | ||
58 | background: #FAFAFA; | ||
59 | border-radius: 4px; | ||
60 | border: 1px solid #DEDEDE; | ||
61 | padding-left: 15px; | ||
62 | box-sizing: border-box; | ||
63 | } | ||
64 | .online_list { | ||
65 | padding-bottom: 20px; | ||
66 | overflow: hidden; | ||
67 | } | ||
68 | .online_list li{ | ||
69 | width: 45%!important; | ||
70 | float: left; | ||
71 | height: 60px; | ||
72 | line-height: 60px; | ||
73 | border-bottom: 1px dotted #DEDEDE; | ||
74 | } | ||
75 | .online_list li:nth-child(even) { | ||
76 | margin-left: 10%; | ||
77 | } | ||
78 | .online_list li a{ | ||
79 | display: block; | ||
80 | width: 100%; | ||
81 | } | ||
82 | .online_list li a:hover span{ | ||
83 | color: #0091FF; | ||
84 | } | ||
85 | .online_list li a button { | ||
86 | float: right; | ||
87 | margin-top: 15px; | ||
88 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
staticViews/bszn/index.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
... | @@ -6,8 +6,8 @@ | ... | @@ -6,8 +6,8 @@ |
6 | </style> | 6 | </style> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
8 | <title>网上申请</title> | 8 | <title>网上申请</title> |
9 | <script type="text/javascript" src="../../staticJs/head.js"></script> | 9 | <script type="text/javascript" src="../staticJs/head.js"></script> |
10 | <link rel="stylesheet" type="text/css" href="css/index.css"> | 10 | <link rel="stylesheet" type="text/css" href="../staticCss/wssq.css"> |
11 | </head> | 11 | </head> |
12 | <body> | 12 | <body> |
13 | <div class="navigation_crumbs"> | 13 | <div class="navigation_crumbs"> |
... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
100 | <p>预售商品房抵押登记</p> | 100 | <p>预售商品房抵押登记</p> |
101 | <div class="button"> | 101 | <div class="button"> |
102 | <button type="button" class="layui-btn layui-btn-normal layui-btn-sm"> | 102 | <button type="button" class="layui-btn layui-btn-normal layui-btn-sm"> |
103 | <a href='../bljy/index.html?title=预告类&bus=预售商品房抵押登记'>立即办理</a> | 103 | <a href='./bljy.html?title=预告类&bus=预售商品房抵押登记'>立即办理</a> |
104 | </button> | 104 | </button> |
105 | <button type="button" class="layui-btn layui-btn-primary layui-btn-sm">网上申请</button> | 105 | <button type="button" class="layui-btn layui-btn-primary layui-btn-sm">网上申请</button> |
106 | </div> | 106 | </div> |
... | @@ -130,8 +130,8 @@ | ... | @@ -130,8 +130,8 @@ |
130 | </div> | 130 | </div> |
131 | </div> | 131 | </div> |
132 | </body> | 132 | </body> |
133 | <script type="text/javascript" src="../../staticJs/common.js"></script> | 133 | <script type="text/javascript" src="../staticJs/common.js"></script> |
134 | <script type="text/javascript" src="../../staticJs/down.js"></script> | 134 | <script type="text/javascript" src="../staticJs/down.js"></script> |
135 | <script type="text/javascript" src="./js/city-picker.js"></script> | 135 | <script type="text/javascript" src="../staticJs/city-picker.js"></script> |
136 | <script type="text/javascript" src="../../staticJs/bljy.js"></script> | 136 | <script type="text/javascript" src="../staticJs/wssq.js"></script> |
137 | </html> | 137 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment