新闻详情页增加政策法规
Showing
2 changed files
with
7 additions
and
137 deletions
| ... | @@ -11,126 +11,6 @@ | ... | @@ -11,126 +11,6 @@ |
| 11 | width: 1200px; | 11 | width: 1200px; |
| 12 | margin: 0 auto; | 12 | margin: 0 auto; |
| 13 | } | 13 | } |
| 14 | |||
| 15 | /* -------------------------头部start----------------------------------- */ | ||
| 16 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { | ||
| 17 | border: 0; | ||
| 18 | margin: 0; | ||
| 19 | outline: 0 none; | ||
| 20 | padding: 0; | ||
| 21 | vertical-align: baseline; | ||
| 22 | font-size: 100%; | ||
| 23 | background: transparent; | ||
| 24 | font-family: Arial; | ||
| 25 | } | ||
| 26 | |||
| 27 | div a { | ||
| 28 | color: #000000; | ||
| 29 | text-decoration: none; | ||
| 30 | } | ||
| 31 | |||
| 32 | div.subject h2 a:hover { | ||
| 33 | color: #f46143; | ||
| 34 | } | ||
| 35 | |||
| 36 | div.subject { | ||
| 37 | margin: 0 auto; | ||
| 38 | float: none; | ||
| 39 | clear: both; | ||
| 40 | position: relative; | ||
| 41 | min-width: 1200px; | ||
| 42 | } | ||
| 43 | |||
| 44 | div.top-logo { | ||
| 45 | width: 1200px; | ||
| 46 | height: 70px !important; | ||
| 47 | padding-top: 20px; | ||
| 48 | } | ||
| 49 | |||
| 50 | div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */ | ||
| 51 | font-size: 13px; | ||
| 52 | } | ||
| 53 | |||
| 54 | div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */ | ||
| 55 | font-size: 13px; | ||
| 56 | } | ||
| 57 | |||
| 58 | div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */ | ||
| 59 | font-size: 13px; | ||
| 60 | } | ||
| 61 | |||
| 62 | .top_logo_content { | ||
| 63 | height: 40px; | ||
| 64 | width: 100%; | ||
| 65 | margin: 0 auto; | ||
| 66 | } | ||
| 67 | |||
| 68 | div.top-logo .top_logo_search { | ||
| 69 | float: left; | ||
| 70 | width: 350px; | ||
| 71 | position: relative; | ||
| 72 | margin-left: 400px; | ||
| 73 | } | ||
| 74 | |||
| 75 | div.top-logo .top_logo_search input { | ||
| 76 | border-radius: 50px; | ||
| 77 | } | ||
| 78 | |||
| 79 | div.top-logo .login { | ||
| 80 | float: right; | ||
| 81 | margin-top: 8px; | ||
| 82 | } | ||
| 83 | |||
| 84 | div.top-logo .top_logo_search i { | ||
| 85 | position: absolute; | ||
| 86 | right: 10px; | ||
| 87 | top: 11px; | ||
| 88 | cursor: pointer; | ||
| 89 | } | ||
| 90 | |||
| 91 | .top-logo h1 { | ||
| 92 | display: inline-block; | ||
| 93 | float: left; | ||
| 94 | } | ||
| 95 | |||
| 96 | .top-logo ul li { | ||
| 97 | display: inline-block; | ||
| 98 | padding: 0 8px; | ||
| 99 | } | ||
| 100 | |||
| 101 | .top-logo ul li:first-child { | ||
| 102 | border-right: 1px solid grey; | ||
| 103 | } | ||
| 104 | |||
| 105 | div.navigation { | ||
| 106 | text-align: center; | ||
| 107 | } | ||
| 108 | |||
| 109 | .navigation .layui-nav-item { | ||
| 110 | width: 130px; | ||
| 111 | position: relative; | ||
| 112 | margin: 0 22px; | ||
| 113 | } | ||
| 114 | |||
| 115 | .layui-bg-blue { | ||
| 116 | background-color: #006CFF !important; | ||
| 117 | } | ||
| 118 | |||
| 119 | .layui-nav-item:not(:first-child)::before { | ||
| 120 | content: ''; | ||
| 121 | position: absolute; | ||
| 122 | height: 22px; | ||
| 123 | border-left: 1px solid #ccc; | ||
| 124 | top: 21px; | ||
| 125 | left: -22px; | ||
| 126 | } | ||
| 127 | |||
| 128 | .layui-nav-item a { | ||
| 129 | font-size: 16px; | ||
| 130 | } | ||
| 131 | |||
| 132 | /* ------------------------------end--------------------------------------- */ | ||
| 133 | /* --------------------导航tab------------------------- */ | ||
| 134 | .navigation_crumbs { | 14 | .navigation_crumbs { |
| 135 | width: 100%; | 15 | width: 100%; |
| 136 | padding: 10px 0; | 16 | padding: 10px 0; |
| ... | @@ -140,7 +20,7 @@ div.navigation { | ... | @@ -140,7 +20,7 @@ div.navigation { |
| 140 | } | 20 | } |
| 141 | 21 | ||
| 142 | .navigation_crumbs .layui-breadcrumb a:hover { | 22 | .navigation_crumbs .layui-breadcrumb a:hover { |
| 143 | color: #f46143 !important; | 23 | color:#0091FF !important; |
| 144 | } | 24 | } |
| 145 | 25 | ||
| 146 | .contentBox { | 26 | .contentBox { |
| ... | @@ -217,7 +97,7 @@ div.navigation { | ... | @@ -217,7 +97,7 @@ div.navigation { |
| 217 | } | 97 | } |
| 218 | 98 | ||
| 219 | .online_list li a:hover span { | 99 | .online_list li a:hover span { |
| 220 | color: #f46143; | 100 | color: #0091FF;; |
| 221 | } | 101 | } |
| 222 | 102 | ||
| 223 | .online_list li a button { | 103 | .online_list li a button { |
| ... | @@ -242,23 +122,11 @@ div.navigation { | ... | @@ -242,23 +122,11 @@ div.navigation { |
| 242 | .navigation .layui-nav-item { | 122 | .navigation .layui-nav-item { |
| 243 | width: 130px; | 123 | width: 130px; |
| 244 | position: relative; | 124 | position: relative; |
| 245 | margin: 0 22px; | ||
| 246 | } | 125 | } |
| 247 | 126 | ||
| 248 | .layui-bg-blue { | 127 | .layui-bg-blue { |
| 249 | background-color: #006CFF !important; | 128 | background-color: #006CFF !important; |
| 250 | } | 129 | } |
| 251 | |||
| 252 | .layui-nav-item:not(:first-child)::before { | ||
| 253 | content: ''; | ||
| 254 | position: absolute; | ||
| 255 | height: 22px; | ||
| 256 | border-left: 1px solid #ccc; | ||
| 257 | top: 21px; | ||
| 258 | left: -20px; | ||
| 259 | } | ||
| 260 | |||
| 261 | |||
| 262 | .title { | 130 | .title { |
| 263 | height: 30px; | 131 | height: 30px; |
| 264 | font-size: 30px; | 132 | font-size: 30px; |
| ... | @@ -758,9 +626,9 @@ div.navigation { | ... | @@ -758,9 +626,9 @@ div.navigation { |
| 758 | margin-bottom: 20px; | 626 | margin-bottom: 20px; |
| 759 | } | 627 | } |
| 760 | 628 | ||
| 761 | .tj { | 629 | /* .tj { |
| 762 | /*margin-bottom: 10px;*/ | 630 | margin-bottom: 10px; |
| 763 | } | 631 | } */ |
| 764 | 632 | ||
| 765 | .tj img { | 633 | .tj img { |
| 766 | width: 200px; | 634 | width: 200px; | ... | ... |
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| 14 | <meta name="keywords" content=""/> | 14 | <meta name="keywords" content=""/> |
| 15 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css"/> | 15 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css"/> |
| 16 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | 16 | <link rel="stylesheet" type="text/css" href="./css/index.css"> |
| 17 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
| 17 | </head> | 18 | </head> |
| 18 | <body> | 19 | <body> |
| 19 | <div> | 20 | <div> |
| ... | @@ -40,6 +41,7 @@ | ... | @@ -40,6 +41,7 @@ |
| 40 | <li class="layui-nav-item "><a href="./../../staticIndex.html">首页</a></li> | 41 | <li class="layui-nav-item "><a href="./../../staticIndex.html">首页</a></li> |
| 41 | <li class="layui-nav-item layui-this"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> | 42 | <li class="layui-nav-item layui-this"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> |
| 42 | <li class="layui-nav-item"><a href="">业务办理</a></li> | 43 | <li class="layui-nav-item"><a href="">业务办理</a></li> |
| 44 | <li class="layui-nav-item"><a href="">政策法规</a></li> | ||
| 43 | <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li> | 45 | <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li> |
| 44 | <li class="layui-nav-item"> | 46 | <li class="layui-nav-item"> |
| 45 | <a href="javascript:;">查验中心</a> | 47 | <a href="javascript:;">查验中心</a> | ... | ... |
-
Please register or sign in to post a comment