04c1eaed by 任超

style:样式

1 parent cf5997ec
...@@ -145,7 +145,7 @@ div.banner ul li a { ...@@ -145,7 +145,7 @@ div.banner ul li a {
145 color: #0091FF; 145 color: #0091FF;
146 } 146 }
147 .laws_regulations .laws_list li:not(:last-child) { 147 .laws_regulations .laws_list li:not(:last-child) {
148 border-bottom: 2px dotted #DEDEDE; 148 border-bottom: 2px dashed #DEDEDE;
149 } 149 }
150 /* ---------------end----------------------- */ 150 /* ---------------end----------------------- */
151 151
...@@ -189,7 +189,7 @@ div.banner ul li a { ...@@ -189,7 +189,7 @@ div.banner ul li a {
189 width: 40%; 189 width: 40%;
190 height: 50px; 190 height: 50px;
191 line-height: 50px; 191 line-height: 50px;
192 border-bottom: 2px dotted #DEDEDE; 192 border-bottom: 2px dashed #DEDEDE;
193 } 193 }
194 .common_question .list_content dd a .icon { 194 .common_question .list_content dd a .icon {
195 width: 20px; 195 width: 20px;
...@@ -270,8 +270,8 @@ div.banner ul li a { ...@@ -270,8 +270,8 @@ div.banner ul li a {
270 text-align: center; 270 text-align: center;
271 } 271 }
272 .common_question .list_content_right dd { 272 .common_question .list_content_right dd {
273 border-right: 2px dotted #DEDEDE; 273 border-right: 2px dashed #DEDEDE;
274 border-bottom: 2px dotted #DEDEDE; 274 border-bottom: 2px dashed #DEDEDE;
275 } 275 }
276 .common_question .list_content_right dd:nth-of-type(n+3) { 276 .common_question .list_content_right dd:nth-of-type(n+3) {
277 border-bottom: none; 277 border-bottom: none;
......
1 .content_box {
2 width: 1200px;
3 margin: 0 auto;
4 min-height:calc(100vh - 207px);
5 }
6 .name_title {
7 padding: 10px;
8 margin:15px 0;
9 }
10 .name_title h2 {
11 display: inline-block;
12 font-weight: 600;
13 margin-right: 10px;
14 border-left: 3px solid #0091FF;
15 height: 16px;
16 line-height: 16px;
17 padding-left: 5px;
18 }
19 .name_title p {
20 display: inline-block;
21 color: #0091FF;
22 }
23 .next_button {
24 text-align: center;
25 margin: 10px 0;
26 }
27 .next_button a {
28 color: #ffffff;
29 }
...\ No newline at end of file ...\ No newline at end of file
1 $(function () {
2 layui.use('element', function () {
3 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
4 //监听导航点击
5 element.on('nav(demo)', function (elem) {
6 layer.msg(elem.text());
7 });
8 });
9 addTabs('#wssq')
10 // 业务
11 })
...@@ -96,7 +96,9 @@ ...@@ -96,7 +96,9 @@
96 </ul> 96 </ul>
97 </div> 97 </div>
98 <div class="next_button"> 98 <div class="next_button">
99 <button type="button" class="layui-btn layui-btn-normal">下一步</button> 99 <button type="button" class="layui-btn layui-btn-normal">
100 <a href="./zlsh.html">下一步</a>
101 </button>
100 </div> 102 </div>
101 </div> 103 </div>
102 </body> 104 </body>
......
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>立即办理-身份认证</title>
10 <script type="text/javascript" src="../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../staticCss/progress.css">
12 <link rel="stylesheet" type="text/css" href="../staticCss/zlsh.css">
13 </head>
14
15 <body>
16 <div class="navigation_crumbs">
17 <div class="contentBox">
18 <span class="layui-breadcrumb">
19 <a href="../../index.html">首页</a>
20 <a href="./wssq.html">网上申请</a>
21 <a><cite>在线申请</cite></a>
22 </span>
23 </div>
24 </div>
25 <div class="content_box">
26 <div class="name_title layui-bg-gray">
27 <h2>转移类</h2>
28 <p>商品房转移买卖转移登记</p>
29 </div>
30 <ul class="app_progress">
31 <li class="selected">
32 <span>1</span>
33 信息效验
34 </li>
35 <div class="line"></div>
36 <li class="selected">
37 <span>2</span>
38 填报信息
39 </li>
40 <div class="line"></div>
41 <li class="selected">
42 <span>3</span>
43 完税核税
44 </li>
45 <div class="line"></div>
46 <li class="selected">
47 <span>4</span>
48 身份认证
49 </li>
50 <div class="line"></div>
51 <li class="active">
52 <span>5</span>
53 资料审核
54 </li>
55 <div class="line"></div>
56 <li>
57 <span>6</span>
58 线上缴费
59 </li>
60 <div class="line"></div>
61 <li>
62 <span>7</span>
63 生成电子证书
64 </li>
65 </ul>
66 <div class="next_button">
67 <button type="button" class="layui-btn layui-btn-normal">下一步</button>
68 </div>
69 </div>
70 </body>
71 <script type="text/javascript" src="../staticJs/common.js"></script>
72 <script type="text/javascript" src="../staticJs/down.js"></script>
73 <script type="text/javascript" src="../staticJs/zlsh.js"></script>
74 </html>
...\ No newline at end of file ...\ No newline at end of file