style:新闻动态
Showing
2 changed files
with
39 additions
and
16 deletions
| ... | @@ -125,8 +125,7 @@ div.navigation { | ... | @@ -125,8 +125,7 @@ div.navigation { |
| 125 | .navigation_crumbs { | 125 | .navigation_crumbs { |
| 126 | width: 100%; | 126 | width: 100%; |
| 127 | padding: 10px 0; | 127 | padding: 10px 0; |
| 128 | line-height: 25px; | 128 | ` background: #FAFAFA; |
| 129 | background: #FAFAFA; | ||
| 130 | border: 1px solid #E6E6E6; | 129 | border: 1px solid #E6E6E6; |
| 131 | } | 130 | } |
| 132 | .navigation_crumbs .layui-breadcrumb a:hover { | 131 | .navigation_crumbs .layui-breadcrumb a:hover { |
| ... | @@ -220,10 +219,15 @@ div.navigation { | ... | @@ -220,10 +219,15 @@ div.navigation { |
| 220 | } | 219 | } |
| 221 | 220 | ||
| 222 | .xw { | 221 | .xw { |
| 222 | display: block; | ||
| 223 | padding-top: 10px; | 223 | padding-top: 10px; |
| 224 | height: 150px; | 224 | height: 150px; |
| 225 | border-bottom-style: inset; | 225 | border-bottom-style: inset; |
| 226 | border-bottom: 1px solid #DEDEDE; | 226 | border-bottom: 1px solid #DEDEDE; |
| 227 | cursor: pointer; | ||
| 228 | } | ||
| 229 | .xw-left { | ||
| 230 | margin-right: 20px; | ||
| 227 | } | 231 | } |
| 228 | 232 | ||
| 229 | .xw-left img { | 233 | .xw-left img { |
| ... | @@ -235,7 +239,9 @@ div.navigation { | ... | @@ -235,7 +239,9 @@ div.navigation { |
| 235 | .xw-left, .xw-right { | 239 | .xw-left, .xw-right { |
| 236 | float: left; | 240 | float: left; |
| 237 | } | 241 | } |
| 238 | 242 | .xw-right { | |
| 243 | padding-right: 10px; | ||
| 244 | } | ||
| 239 | .left-top { | 245 | .left-top { |
| 240 | width: 408px; | 246 | width: 408px; |
| 241 | height: 18px; | 247 | height: 18px; |
| ... | @@ -244,6 +250,7 @@ div.navigation { | ... | @@ -244,6 +250,7 @@ div.navigation { |
| 244 | font-weight: bold; | 250 | font-weight: bold; |
| 245 | color: #4A4A4A; | 251 | color: #4A4A4A; |
| 246 | line-height: 18px; | 252 | line-height: 18px; |
| 253 | margin-bottom: 10px; | ||
| 247 | } | 254 | } |
| 248 | 255 | ||
| 249 | .left-body { | 256 | .left-body { |
| ... | @@ -255,10 +262,24 @@ div.navigation { | ... | @@ -255,10 +262,24 @@ div.navigation { |
| 255 | color: #6D7278; | 262 | color: #6D7278; |
| 256 | line-height: 21px; | 263 | line-height: 21px; |
| 257 | } | 264 | } |
| 265 | .left-buttom { | ||
| 266 | overflow: hidden; | ||
| 267 | color: #9B9B9B; | ||
| 268 | padding-top: 20px; | ||
| 269 | } | ||
| 270 | .left-buttom div:nth-child(2) { | ||
| 271 | margin-left: 10px; | ||
| 272 | } | ||
| 258 | 273 | ||
| 259 | .left-buttom div { | 274 | .left-buttom div { |
| 260 | float: left; | 275 | float: left; |
| 261 | } | 276 | } |
| 277 | .left-buttom i { | ||
| 278 | font-size: 14px!important; | ||
| 279 | color: #9B9B9B; | ||
| 280 | margin-right: 10px; | ||
| 281 | |||
| 282 | } | ||
| 262 | 283 | ||
| 263 | .left-buttom-date { | 284 | .left-buttom-date { |
| 264 | line-height: 57px; | 285 | line-height: 57px; | ... | ... |
| ... | @@ -18,17 +18,16 @@ | ... | @@ -18,17 +18,16 @@ |
| 18 | </head> | 18 | </head> |
| 19 | 19 | ||
| 20 | <body> | 20 | <body> |
| 21 | <div> | 21 | <div> |
| 22 | <div class="main"> | 22 | <div class="main"> |
| 23 | 23 | ||
| 24 | <div class="subject top-logo"> | 24 | <div class="subject top-logo"> |
| 25 | <div class="top_logo_content"> | 25 | <div class="top_logo_content"> |
| 26 | <h1><a href="index.html"><img src="./../../staticImages/logo.jpg" alt="西安市不动产登记平台"/></a></h1> | 26 | <h1><a href="index.html"><img src="./../../staticImages/logo.jpg" alt="西安市不动产登记平台" /></a></h1> |
| 27 | 27 | ||
| 28 | <div class="top_logo_search"> | 28 | <div class="top_logo_search"> |
| 29 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" | 29 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" |
| 30 | autocomplete="off" | 30 | autocomplete="off" class="layui-input"> |
| 31 | class="layui-input"> | ||
| 32 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> | 31 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> |
| 33 | </div> | 32 | </div> |
| 34 | 33 | ||
| ... | @@ -60,16 +59,17 @@ | ... | @@ -60,16 +59,17 @@ |
| 60 | <div class="navigation_crumbs"> | 59 | <div class="navigation_crumbs"> |
| 61 | <div class="contentBox"> | 60 | <div class="contentBox"> |
| 62 | <span class="layui-breadcrumb"> | 61 | <span class="layui-breadcrumb"> |
| 63 | <a href="../../index.html">首页</a> | 62 | <a href="../../staticIndex.html">首页</a> |
| 64 | <a><cite>新闻动态</cite></a> | 63 | <a><cite>新闻动态</cite></a> |
| 65 | </span> | 64 | </span> |
| 66 | </div> | 65 | </div> |
| 67 | </div> | 66 | </div> |
| 68 | <div class="leftandright"> | 67 | <div class="leftandright"> |
| 69 | <div class="left"> | 68 | <div class="left"> |
| 70 | <div class="xw"> | 69 | <a class="xw"> |
| 71 | <div class="xw-left"> | 70 | <div class="xw-left"> |
| 72 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 71 | <img |
| 72 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
| 73 | </div> | 73 | </div> |
| 74 | <div class="xw-right"> | 74 | <div class="xw-right"> |
| 75 | <div class="left-top"> | 75 | <div class="left-top"> |
| ... | @@ -78,7 +78,8 @@ | ... | @@ -78,7 +78,8 @@ |
| 78 | </span> | 78 | </span> |
| 79 | </div> | 79 | </div> |
| 80 | <div class="left-body"> | 80 | <div class="left-body"> |
| 81 | <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形式,农业农村部总经济师,发展规划司司长魏白刚介绍,今年农业收来之不易,农业农村经济保持了持续向好、稳中有进的态势,粮食丰收已成定局,预计产量达到历史最高水平。</span> | 81 | 10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形式,农业农村部总经济师,发展 |
| 82 | 划司司长魏白刚介绍,今年农业收来之不易,农业农村经济保持了持续向好、稳中有进的态势,粮食丰收已成定局,预计产量达到历史最高水平 | ||
| 82 | </div> | 83 | </div> |
| 83 | <div class="left-buttom"> | 84 | <div class="left-buttom"> |
| 84 | <div> | 85 | <div> |
| ... | @@ -94,10 +95,11 @@ | ... | @@ -94,10 +95,11 @@ |
| 94 | </div> | 95 | </div> |
| 95 | </div> | 96 | </div> |
| 96 | </div> | 97 | </div> |
| 97 | </div> | 98 | </a> |
| 98 | <div class="xw"> | 99 | <a class="xw"> |
| 99 | <div class="xw-left"> | 100 | <div class="xw-left"> |
| 100 | <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 101 | <img |
| 102 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | ||
| 101 | </div> | 103 | </div> |
| 102 | <div class="xw-right"> | 104 | <div class="xw-right"> |
| 103 | <div class="left-top"> | 105 | <div class="left-top"> |
| ... | @@ -122,7 +124,7 @@ | ... | @@ -122,7 +124,7 @@ |
| 122 | </div> | 124 | </div> |
| 123 | </div> | 125 | </div> |
| 124 | </div> | 126 | </div> |
| 125 | </div> | 127 | </a> |
| 126 | <div id="page"></div> | 128 | <div id="page"></div> |
| 127 | </div> | 129 | </div> |
| 128 | <div class="right"> | 130 | <div class="right"> |
| ... | @@ -252,7 +254,7 @@ | ... | @@ -252,7 +254,7 @@ |
| 252 | </ol> | 254 | </ol> |
| 253 | </div> | 255 | </div> |
| 254 | </div> | 256 | </div> |
| 255 | </div> | 257 | </div> |
| 256 | </body> | 258 | </body> |
| 257 | 259 | ||
| 258 | </html> | 260 | </html> | ... | ... |
-
Please register or sign in to post a comment