style:新闻动态
Showing
6 changed files
with
52 additions
and
36 deletions
| ... | @@ -65,12 +65,10 @@ | ... | @@ -65,12 +65,10 @@ |
| 65 | height: 48px; | 65 | height: 48px; |
| 66 | border-radius: 4px; | 66 | border-radius: 4px; |
| 67 | line-height: 48px; | 67 | line-height: 48px; |
| 68 | border: 1px solid #DEDEDE; | 68 | border-bottom: 1px solid #DEDEDE; |
| 69 | background: #FAFAFA; | ||
| 70 | } | 69 | } |
| 71 | .list_title h2 { | 70 | .list_title h2 { |
| 72 | font-weight: 600; | 71 | font-weight: 600; |
| 73 | margin-left: 10px; | ||
| 74 | color: #4A4A4A; | 72 | color: #4A4A4A; |
| 75 | } | 73 | } |
| 76 | .list_title h2 .icon { | 74 | .list_title h2 .icon { |
| ... | @@ -87,16 +85,14 @@ | ... | @@ -87,16 +85,14 @@ |
| 87 | float: right; | 85 | float: right; |
| 88 | } | 86 | } |
| 89 | .item_list { | 87 | .item_list { |
| 90 | padding: 20px; | ||
| 91 | box-sizing: border-box; | 88 | box-sizing: border-box; |
| 92 | border-radius: 2px; | 89 | border-radius: 2px; |
| 93 | border: 1px solid #DEDEDE; | 90 | margin-bottom: 25px; |
| 94 | margin-bottom: 15px; | ||
| 95 | } | 91 | } |
| 96 | .item_list li{ | 92 | .item_list li{ |
| 97 | cursor: pointer; | 93 | cursor: pointer; |
| 98 | line-height: 50px; | 94 | line-height: 55px; |
| 99 | border-bottom: 1px dotted #DEDEDE; | 95 | border-bottom: 1px dashed #DEDEDE; |
| 100 | } | 96 | } |
| 101 | .item_list li p{ | 97 | .item_list li p{ |
| 102 | display: inline-block; | 98 | display: inline-block; |
| ... | @@ -120,28 +116,38 @@ | ... | @@ -120,28 +116,38 @@ |
| 120 | .button a:hover { | 116 | .button a:hover { |
| 121 | color: #fff; | 117 | color: #fff; |
| 122 | } | 118 | } |
| 123 | .type_title, .region_title { | 119 | |
| 124 | height: 16px; | ||
| 125 | padding-left: 8px; | ||
| 126 | font-size: 16px; | ||
| 127 | font-weight: 600; | ||
| 128 | margin-bottom: 15px; | ||
| 129 | position: relative; | ||
| 130 | padding-bottom: 10px; | ||
| 131 | color: #4A4A4A; | ||
| 132 | } | ||
| 133 | .type_title::before, .region_title::before { | ||
| 134 | position:absolute; | ||
| 135 | content:""; | ||
| 136 | left:0; | ||
| 137 | width:4px; | ||
| 138 | height:12px; | ||
| 139 | border-radius: 1px; | ||
| 140 | top: 5px; | ||
| 141 | background-color: #0091FF; | ||
| 142 | } | ||
| 143 | .guide_details { | 120 | .guide_details { |
| 144 | display: inline-block; | 121 | display: inline-block; |
| 145 | text-align: center; | 122 | text-align: center; |
| 146 | margin-left: 10px; | 123 | margin-left: 10px; |
| 147 | } | 124 | } |
| 125 | .choice-region { | ||
| 126 | margin-top: 30px; | ||
| 127 | } | ||
| 128 | .select-city { | ||
| 129 | margin-left: 50px; | ||
| 130 | } | ||
| 131 | .region_title { | ||
| 132 | font-size: 20px; | ||
| 133 | color: #4A4A4A; | ||
| 134 | font-weight: 700; | ||
| 135 | border-bottom: 2px solid #EAEAEA; | ||
| 136 | padding-bottom: 15px; | ||
| 137 | position: relative; | ||
| 138 | } | ||
| 139 | .region_title img { | ||
| 140 | width: 20px; | ||
| 141 | height: 20px; | ||
| 142 | position: relative; | ||
| 143 | top: 2px; | ||
| 144 | } | ||
| 145 | .region_title::after { | ||
| 146 | content: ''; | ||
| 147 | position: absolute; | ||
| 148 | left: 0; | ||
| 149 | bottom: -1px; | ||
| 150 | width: 20px; | ||
| 151 | height: 2px; | ||
| 152 | background-color: #006CFF; | ||
| 153 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -136,6 +136,7 @@ div.subject { | ... | @@ -136,6 +136,7 @@ div.subject { |
| 136 | padding-right: 10px; | 136 | padding-right: 10px; |
| 137 | overflow: hidden; | 137 | overflow: hidden; |
| 138 | text-overflow: ellipsis; | 138 | text-overflow: ellipsis; |
| 139 | color: #6D7278; | ||
| 139 | display: -webkit-box; | 140 | display: -webkit-box; |
| 140 | -webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/ | 141 | -webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/ |
| 141 | -webkit-box-orient: vertical; | 142 | -webkit-box-orient: vertical; |
| ... | @@ -300,7 +301,7 @@ div.subject { | ... | @@ -300,7 +301,7 @@ div.subject { |
| 300 | } | 301 | } |
| 301 | .newsBottom { | 302 | .newsBottom { |
| 302 | overflow: hidden; | 303 | overflow: hidden; |
| 303 | margin-top: 80px; | 304 | margin-top: 39px; |
| 304 | } | 305 | } |
| 305 | .newsBottom .newIcon { | 306 | .newsBottom .newIcon { |
| 306 | float: left; | 307 | float: left; |
| ... | @@ -337,6 +338,7 @@ div.subject { | ... | @@ -337,6 +338,7 @@ div.subject { |
| 337 | } | 338 | } |
| 338 | .sticky .xw-right { | 339 | .sticky .xw-right { |
| 339 | font-size: 16px; | 340 | font-size: 16px; |
| 340 | color: #4a4a4a; | 341 | color: #6D7278; |
| 342 | height: 60px; | ||
| 341 | float: initial; | 343 | float: initial; |
| 342 | } | 344 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
staticImages/address.png
0 → 100644
2.06 KB
staticImages/jishibanli.png
0 → 100644
1.3 KB
staticImages/wangshangshenqing.png
0 → 100644
1.05 KB
| 1 | <!DOCTYPE html | 1 | <!DOCTYPE html |
| 2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 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"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | |||
| 5 | <head> | 4 | <head> |
| 6 | <style> | 5 | <style> |
| 7 | </style> | 6 | </style> |
| ... | @@ -21,15 +20,18 @@ | ... | @@ -21,15 +20,18 @@ |
| 21 | </div> | 20 | </div> |
| 22 | <div class="online_application middleZoneHeight"> | 21 | <div class="online_application middleZoneHeight"> |
| 23 | <div class="selectCity"> | 22 | <div class="selectCity"> |
| 24 | <h2 class="region_title">请先选择对应的区域</h2> | 23 | <div class="region_title"> |
| 25 | <form class="layui-form"> | 24 | <img src="/staticImages/address.png" /> |
| 25 | 请先选择对应的区域 | ||
| 26 | </div> | ||
| 27 | <form class="layui-form choice-region"> | ||
| 26 | <h2 class="title">省</h2> | 28 | <h2 class="title">省</h2> |
| 27 | <div class="layui-inline layui-select-default" style="margin-right: 10px;"> | 29 | <div class="layui-inline layui-select-default" style="margin-right: 10px;"> |
| 28 | <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province"> | 30 | <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province"> |
| 29 | <option value="">选择省</option> | 31 | <option value="">选择省</option> |
| 30 | </select> | 32 | </select> |
| 31 | </div> | 33 | </div> |
| 32 | <h2>市</h2> | 34 | <h2 class="select-city">市</h2> |
| 33 | <div class="layui-inline selected layui-select-default"> | 35 | <div class="layui-inline selected layui-select-default"> |
| 34 | <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity"> | 36 | <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity"> |
| 35 | <option value="">选择市</option> | 37 | <option value="">选择市</option> |
| ... | @@ -44,11 +46,17 @@ | ... | @@ -44,11 +46,17 @@ |
| 44 | <!-- ------------业务办理--------------- --> | 46 | <!-- ------------业务办理--------------- --> |
| 45 | <div class="business"> | 47 | <div class="business"> |
| 46 | <div class="online_processing"> | 48 | <div class="online_processing"> |
| 47 | <h1 class="type_title">即时办结</h1> | 49 | <div class="region_title"> |
| 50 | <img src="/staticImages/jishibanli.png" /> | ||
| 51 | 即时办结 | ||
| 52 | </div> | ||
| 48 | <div id="immediate"></div> | 53 | <div id="immediate"></div> |
| 49 | </div> | 54 | </div> |
| 50 | <div class="online_examination"> | 55 | <div class="online_examination"> |
| 51 | <h1 class="type_title">网上预审</h1> | 56 | <div class="region_title"> |
| 57 | <img src="/staticImages/wangshangshenqing.png" /> | ||
| 58 | 网上预审 | ||
| 59 | </div> | ||
| 52 | <div id="settlement"></div> | 60 | <div id="settlement"></div> |
| 53 | </div> | 61 | </div> |
| 54 | </div> | 62 | </div> | ... | ... |
-
Please register or sign in to post a comment