cf8ebcd0 by 任超

style:合并

2 parents 2d9dd397 33555667
Showing 147 changed files with 669 additions and 375 deletions
...@@ -12,16 +12,6 @@ ...@@ -12,16 +12,6 @@
12 color: #006CFF; 12 color: #006CFF;
13 font-weight: 600; 13 font-weight: 600;
14 } 14 }
15 .navigation_crumbs {
16 width: 100%;
17 height: 45px;
18 padding: 10px 0;
19 background: #FAFAFA;
20 border: 1px solid #E6E6E6;
21 }
22 .navigation_crumbs .layui-breadcrumb a:hover {
23 color: #0091FF!important;
24 }
25 /* --------------------导航tab------------------------- */ 15 /* --------------------导航tab------------------------- */
26 .one_content { 16 .one_content {
27 border: 1px solid #DEDEDE;; 17 border: 1px solid #DEDEDE;;
...@@ -93,6 +83,7 @@ ...@@ -93,6 +83,7 @@
93 .online_list li a button { 83 .online_list li a button {
94 float: right; 84 float: right;
95 margin-top: 15px; 85 margin-top: 15px;
86 border-radius: 15px;
96 } 87 }
97 .busTabs { 88 .busTabs {
98 background: #FAFAFA; 89 background: #FAFAFA;
...@@ -152,7 +143,7 @@ ...@@ -152,7 +143,7 @@
152 } 143 }
153 .area_list_content { 144 .area_list_content {
154 overflow: hidden; 145 overflow: hidden;
155 margin-top: 20px; 146 margin-top: 25px;
156 width: 100%; 147 width: 100%;
157 } 148 }
158 .area_list_content h2 { 149 .area_list_content h2 {
...@@ -209,4 +200,46 @@ ...@@ -209,4 +200,46 @@
209 text-overflow:ellipsis; 200 text-overflow:ellipsis;
210 white-space: nowrap; 201 white-space: nowrap;
211 width: 350px; 202 width: 350px;
203 }
204 .select-city {
205 margin-left: 50px;
206 }
207 .region_title {
208 font-size: 20px;
209 color: #4A4A4A;
210 font-weight: 700;
211 border-bottom: 2px solid #EAEAEA;
212 padding-bottom: 15px;
213 position: relative;
214 margin-bottom: 25px;
215 }
216 .region_title img {
217 width: 20px;
218 height: 20px;
219 position: relative;
220 top: 2px;
221 }
222 .region_title::after {
223 content: '';
224 position: absolute;
225 left: 0;
226 bottom: -1px;
227 width: 20px;
228 height: 2px;
229 background-color: #006CFF;
230 }
231 .online-processing {
232 background-color: #fff;
233 border: 1px solid #0F93F6;
234 color: #0F93F6;
235 }
236 .online-processing:hover {
237 color: #0F93F6!important;
238 }
239 .business-guide {
240 color: #9B9B9B;
241 border: 1px solid #DDDDDD;
242 }
243 .business-guide:hover {
244 border-color: #DDDDDD;
212 } 245 }
...\ No newline at end of file ...\ No newline at end of file
......
1 .layui-nav .layui-nav-more {
2 right: 17px;
3 }
1 /* ----------------------公共样式-------------------------- */ 4 /* ----------------------公共样式-------------------------- */
2 .contentBox { 5 .contentBox {
3 width: 1200px; 6 width: 1200px;
...@@ -8,8 +11,6 @@ ...@@ -8,8 +11,6 @@
8 width: 100%; 11 width: 100%;
9 height: 45px; 12 height: 45px;
10 padding: 10px 0; 13 padding: 10px 0;
11 background: #FAFAFA;
12 border: 1px solid #E6E6E6;
13 box-sizing: border-box; 14 box-sizing: border-box;
14 } 15 }
15 .navigation_crumbs .layui-breadcrumb a:hover { 16 .navigation_crumbs .layui-breadcrumb a:hover {
...@@ -30,14 +31,15 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq ...@@ -30,14 +31,15 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
30 /* -----------------底部start----------------------------- */ 31 /* -----------------底部start----------------------------- */
31 div.footer { 32 div.footer {
32 background-color: #233042; 33 background-color: #233042;
33 height: 310px; 34 width: 100%;
35 float: left;
34 } 36 }
35 div.footer .system_service { 37 div.footer .system_service {
36 width: 100%; 38 width: 100%;
37 border-bottom: 1px solid #4A4A4A; 39 border-bottom: 1px solid #4A4A4A;
38 } 40 }
39 div.footer .system_service ul { 41 div.footer .system_service ul {
40 padding: 50px 0; 42 padding: 30px 0;
41 width: 1400px; 43 width: 1400px;
42 margin: 0 auto; 44 margin: 0 auto;
43 font-size: 0; 45 font-size: 0;
...@@ -63,7 +65,7 @@ div.footer .system_service ul li a:hover { ...@@ -63,7 +65,7 @@ div.footer .system_service ul li a:hover {
63 .footer .subject { 65 .footer .subject {
64 width: 1200px; 66 width: 1200px;
65 margin: 0 auto; 67 margin: 0 auto;
66 padding: 45px 0; 68 padding: 30px 0;
67 overflow: hidden; 69 overflow: hidden;
68 } 70 }
69 .footer .subject .footer_logo { 71 .footer .subject .footer_logo {
...@@ -157,17 +159,16 @@ div.footer .system_service ul li a:hover { ...@@ -157,17 +159,16 @@ div.footer .system_service ul li a:hover {
157 /* card样式 */ 159 /* card样式 */
158 .cardItem { 160 .cardItem {
159 background: #FFFFFF; 161 background: #FFFFFF;
160 border: 1px solid #E5E8ED; 162 border: 1px solid #E9E9E9;
161 box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08); 163 box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08);
162 -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/ 164 -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/
163 -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/ 165 -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
164 border-radius: 6px; 166 border-radius: 4px;
165 } 167 }
166 /* 中间区域高度 */ 168 /* 中间区域高度 */
167 .middleZoneHeight { 169 .middleZoneHeight {
168 min-height: calc(100vh - 520px); 170 min-height: calc(100vh - 451px);
169 } 171 }
170
171 .layui-layer-content { 172 .layui-layer-content {
172 height: auto!important; 173 height: auto!important;
173 } 174 }
...@@ -199,31 +200,13 @@ div.footer .system_service ul li a:hover { ...@@ -199,31 +200,13 @@ div.footer .system_service ul li a:hover {
199 .layui-layer-btn { 200 .layui-layer-btn {
200 text-align: center; 201 text-align: center;
201 } 202 }
202 .login-con {
203 background-color: #fff!important;
204 }
205 .loginSelect { 203 .loginSelect {
206 position: relative; 204 position: relative;
207 top: -5px; 205 top: -5px;
208 cursor: pointer; 206 cursor: pointer;
209 } 207 }
210 .loginSelect p {
211 font-size: 16px;
212 display: inline-block;
213 }
214 .layui-nav * { 208 .layui-nav * {
215 font-size: 16px; 209 font-size: 14px;
216 }
217 .register {
218 position: relative;
219 margin-left: 12px;
220 }
221 .register::before {
222 content: '';
223 position: absolute;
224 left: -9px;
225 height: 10px;
226 border-left: 1px solid #b1afaf;
227 } 210 }
228 .not-select{ 211 .not-select{
229 -moz-user-select:none; /*火狐*/ 212 -moz-user-select:none; /*火狐*/
...@@ -232,11 +215,6 @@ div.footer .system_service ul li a:hover { ...@@ -232,11 +215,6 @@ div.footer .system_service ul li a:hover {
232 -khtml-user-select:none; /*早期浏览器*/ 215 -khtml-user-select:none; /*早期浏览器*/
233 user-select:none; 216 user-select:none;
234 } 217 }
235 .userImage {
236 position: relative;
237 top: 2px;
238 left: -3px;
239 }
240 .isLogin { 218 .isLogin {
241 position: relative; 219 position: relative;
242 top: 18px!important; 220 top: 18px!important;
......
...@@ -14,18 +14,24 @@ ...@@ -14,18 +14,24 @@
14 min-height: 630px; 14 min-height: 630px;
15 } 15 }
16 .item_list li{ 16 .item_list li{
17 line-height: 50px; 17 line-height: 40px;
18 padding-top: 10px;
18 border-bottom: 1px solid #DEDEDE; 19 border-bottom: 1px solid #DEDEDE;
19 box-sizing: border-box; 20 box-sizing: border-box;
20 padding-right: 20px; 21 padding-right: 20px;
21 } 22 }
22 23 .item_list li .istop {
24 width: 36px;
25 float: right;
26 margin-top: 3px;
27 margin-left: 10px;
28 }
23 29
24 .item_list li p{ 30 .item_list li p{
25 display: inline-block; 31 display: inline-block;
26 font-size: 20px; 32 font-size: 20px;
27 color: #4a4a4a; 33 color: #4a4a4a;
28 width: 82%; 34 width: 79%;
29 white-space:nowrap; 35 white-space:nowrap;
30 overflow:hidden; 36 overflow:hidden;
31 text-overflow:ellipsis; 37 text-overflow:ellipsis;
...@@ -99,4 +105,9 @@ ...@@ -99,4 +105,9 @@
99 } 105 }
100 .policy_list_con li { 106 .policy_list_con li {
101 margin-bottom: 10px; 107 margin-bottom: 10px;
108 }
109 .sticky p {
110 font-size: 24px;
111 color: #1E9FFF!important;
112 font-weight: 700;
102 } 113 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -8,19 +8,6 @@ ...@@ -8,19 +8,6 @@
8 color: #4a4a4a; 8 color: #4a4a4a;
9 } 9 }
10 /* --------------------导航tab------------------------- */ 10 /* --------------------导航tab------------------------- */
11 .navigation_crumbs {
12 width: 100%;
13 height: 45px;
14 padding: 10px 0;
15 line-height: 25px;
16 background: #fafafa;
17 border: 1px solid #e6e6e6;
18 box-sizing: border-box;
19 }
20 .navigation_crumbs .layui-breadcrumb a:hover {
21 color: #f46143 !important;
22 }
23
24 .contentBox { 11 .contentBox {
25 width: 1200px; 12 width: 1200px;
26 margin: 0 auto; 13 margin: 0 auto;
...@@ -82,22 +69,13 @@ ...@@ -82,22 +69,13 @@
82 display: block; 69 display: block;
83 width: 100%; 70 width: 100%;
84 } 71 }
85 .online_list li a:hover span { 72 /* .online_list li a:hover span {
86 color: #f46143; 73 color: #f46143;
87 } 74 } */
88 .online_list li a button { 75 .online_list li a button {
89 float: right; 76 float: right;
90 margin-top: 15px; 77 margin-top: 15px;
91 } 78 }
92 /* ---------------------------------------------------- */
93 .top-logo ul li {
94 display: inline-block;
95 padding: 0 8px;
96 }
97
98 .top-logo ul li:first-child {
99 border-right: 1px solid grey;
100 }
101 79
102 div.navigation { 80 div.navigation {
103 text-align: center; 81 text-align: center;
...@@ -156,11 +134,24 @@ div.navigation { ...@@ -156,11 +134,24 @@ div.navigation {
156 } 134 }
157 .notice_content { 135 .notice_content {
158 margin-bottom: 100px; 136 margin-bottom: 100px;
159 min-height: 350px;
160 } 137 }
161 .releaseTime { 138 .releaseTime {
162 display: inline-block; 139 display: inline-block;
163 } 140 }
164 .source p { 141 .source p {
165 display: inline-block; 142 display: inline-block;
143 }
144 /* 附件下载 */
145 .download-attachment {
146 margin: 15px 0;
147 }
148 .download-attachment a{
149 color: #006cff;
150 font-size: 16px;
151 margin-right: 10px;
152 cursor: pointer;
153 }
154 .download-attachment a:hover {
155 color: #006cff;
156 text-decoration:underline;
166 } 157 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -47,31 +47,71 @@ ...@@ -47,31 +47,71 @@
47 } 47 }
48 .business_module li{ 48 .business_module li{
49 width: 25%; 49 width: 25%;
50 height: 230px;
51 text-align: center; 50 text-align: center;
52 font-size: 26px; 51 font-size: 26px;
53 float: left; 52 float: left;
54 margin-bottom: 30px; 53 box-sizing: border-box!important;
55 box-sizing: border-box;
56 padding: 0 20px; 54 padding: 0 20px;
55 margin-bottom: 25px;
57 } 56 }
58 .business_module li img { 57 .business_module li img {
59 width: 70px; 58 width: 50px;
60 height: 70px; 59 margin: 35px 0 10px 0;
61 margin-top: 50px;
62 margin-bottom: 30px;
63 } 60 }
64 .business_module li p { 61 .business_module li p {
65 font-size: 14px; 62 font-size: 14px;
66 color: #6D7278; 63 color: #6D7278;
67 } 64 }
65 .business_module li .cardItem {
66 padding: 4px;
67 }
68 .business_module li a { 68 .business_module li a {
69 padding-right: 20px; 69 border-radius: 2px;
70 display: block; 70 display: block;
71 width: 100%; 71 height: 154px;
72 height: 100%; 72 border: 1px solid #F6F6F6;
73 box-sizing: border-box; 73 }
74 padding-left: 20px; 74 .business_module li .cardItem:hover .itemName{
75 color: #FFFFFF;
76 }
77 .business_module li div:hover {
78 background-color: #0097F6;
79 }
80 .business_module li:nth-child(1) a {
81 background: url('../staticImages/wodeyewubg.png') no-repeat right bottom;
82 background-size:83px 82px;
83 }
84 .business_module li:nth-child(2) a {
85 background: url('../staticImages/wodeyuyuebg.png') no-repeat right bottom;
86 background-size:83px 82px;
87 }
88 .business_module li:nth-child(3) a {
89 background: url('../staticImages/yewuchaxunbg.png') no-repeat right bottom;
90 background-size:83px 82px;
91 }
92 .business_module li:nth-child(4) a {
93 background: url('../staticImages/hetongbeianbg.png') no-repeat right bottom;
94 background-size:83px 82px;
95 }
96 .business_module li:nth-child(5) a {
97 background: url('../staticImages/budongchanzhengshubg.png') no-repeat right bottom;
98 background-size:83px 82px;
99 }
100 .business_module li:nth-child(6) a {
101 background: url('../staticImages/danganchaxunbg.png') no-repeat right bottom;
102 background-size:83px 82px;
103 }
104 .business_module li:nth-child(7) a {
105 background: url('../staticImages/zhengshuheyanbg.png') no-repeat right bottom;
106 background-size:83px 82px;
107 }
108 .business_module li:nth-child(8) a {
109 background: url('../staticImages/wodefapiaobg.png') no-repeat right bottom;
110 background-size:83px 82px;
111 }
112 .business_module li:nth-child(9) a {
113 background: url('../staticImages/wodezhifubg.png') no-repeat right bottom;
114 background-size:83px 82px;
75 } 115 }
76 .business_module li a:hover { 116 .business_module li a:hover {
77 color: #0091FF; 117 color: #0091FF;
...@@ -83,6 +123,13 @@ ...@@ -83,6 +123,13 @@
83 box-sizing: border-box; 123 box-sizing: border-box;
84 background: #FFFFFF; 124 background: #FFFFFF;
85 border-radius: 4px; 125 border-radius: 4px;
126 background: url('../staticImages/user-centerbg.png') no-repeat;
127 background-size: cover;
128 border: 1px solid #E9E9E9;
129 box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08);
130 -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/
131 -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
132 border-radius: 4px;
86 } 133 }
87 .perinfo_left{ 134 .perinfo_left{
88 float: left; 135 float: left;
......
1
2 ::-webkit-input-placeholder { /* WebKit browsers */
3 font-size: 13px;
4 color: #9B9B9B;
5 }
6
7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
8 font-size: 13px;
9 color: #9B9B9B;
10 }
11
12 :-ms-input-placeholder { /* Internet Explorer 10+ */
13 font-size: 13px;
14 color: #9B9B9B;
15 }
16 input {
17 padding-left: 10px;
18 }
19 div.subject h2 a:hover {
20 color: #f46143;
21 }
22
23 div.subject {
24 margin: 0 auto;
25 float: none;
26 clear: both;
27 position: relative;
28 }
29
30 /*新闻 */
31 div.top-logo {
32 width: 1200px;
33 height: 70px;
34 padding-top: 20px;
35 }
36
37 div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */
38 font-size: 13px;
39 }
40
41 div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */
42 font-size: 13px;
43 }
44
45 div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */
46 font-size: 13px;
47 }
48
49 .top_logo_content {
50 height: 40px;
51 width: 100%;
52 margin: 0 auto;
53 }
54
55 div.top-logo .top_logo_search {
56 float: left;
57 width: 350px;
58 position: relative;
59 margin-left: 400px;
60 }
61
62 div.top-logo .top_logo_search input {
63 border-radius: 50px;
64 }
65
66 div.top-logo .login {
67 float: right;
68 margin-top: 8px;
69 }
70
71 div.top-logo .top_logo_search i {
72 position: absolute;
73 right: 10px;
74 top: 11px;
75 cursor: pointer;
76 }
77 /*------------------首页 end------------*/
78
79 .top-logo ul li {
80 display: inline-block;
81 padding: 0 8px;
82 }
83
84 .top-logo ul li:first-child {
85 border-right: 1px solid grey;
86 }
87
88 div.navigation {
89 text-align: center;
90 }
91
92 .navigation .layui-nav-item {
93 width: 147px;
94 position: relative;
95 }
96 .layui-bg-blue {
97 background-color: #006CFF !important;
98 }
99 .layui-nav-item a{
100 font-size: 16px;
101 }
102
103 /*------------------首页 end------------*/
104 /* --------------------导航tab------------------------- */ 1 /* --------------------导航tab------------------------- */
105 .navigation_crumbs { 2 .navigation_crumbs {
106 width: 100%; 3 width: 100%;
...@@ -109,12 +6,7 @@ div.navigation { ...@@ -109,12 +6,7 @@ div.navigation {
109 line-height: 25px; 6 line-height: 25px;
110 background: #FAFAFA; 7 background: #FAFAFA;
111 border: 1px solid #E6E6E6; 8 border: 1px solid #E6E6E6;
112 /* box-sizing: border-box; */
113 } 9 }
114 .navigation_crumbs .layui-breadcrumb a:hover {
115 color: #f46143!important;
116 }
117
118 .contentBox { 10 .contentBox {
119 width: 1200px; 11 width: 1200px;
120 margin: 0 auto; 12 margin: 0 auto;
...@@ -260,6 +152,7 @@ div.navigation { ...@@ -260,6 +152,7 @@ div.navigation {
260 } 152 }
261 .gglist li{ 153 .gglist li{
262 height: 104px; 154 height: 104px;
155 line-height: 104px;
263 } 156 }
264 .gglist .icon { 157 .gglist .icon {
265 width: 38px; 158 width: 38px;
...@@ -358,7 +251,7 @@ div.navigation { ...@@ -358,7 +251,7 @@ div.navigation {
358 .notice-item { 251 .notice-item {
359 text-overflow: clip; 252 text-overflow: clip;
360 overflow: hidden; 253 overflow: hidden;
361 height: 100px; 254 height: 80px;
362 font-size: 20px; 255 font-size: 20px;
363 font-weight: bold; 256 font-weight: bold;
364 color: #4A4A4A; 257 color: #4A4A4A;
...@@ -482,7 +375,7 @@ div.navigation { ...@@ -482,7 +375,7 @@ div.navigation {
482 .rightcontainer { 375 .rightcontainer {
483 margin-bottom: 20px; 376 margin-bottom: 20px;
484 } 377 }
485 #test1 { 378 #page {
486 text-align: center; 379 text-align: center;
487 margin-top: -30px; 380 margin-top: -30px;
488 margin-bottom: 100px; 381 margin-bottom: 100px;
......
1 .home-sticky {
2 position:sticky;
3 top:0;
4 width: 100%;
5 background-color: #ffffff;
6 z-index: 10000;
7 }
1 .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a { 8 .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
2 font-weight: 600; 9 font-weight: 600;
3 background-color: #0091FF; 10 background-color: #0091FF;
...@@ -20,8 +27,8 @@ div a { ...@@ -20,8 +27,8 @@ div a {
20 div.subject h2 a:hover { 27 div.subject h2 a:hover {
21 color: #0091FF; 28 color: #0091FF;
22 } 29 }
23 .layui-nav-item a{ 30 .navigation-content .layui-nav-item a{
24 font-size: 16px; 31 font-size: 22px;
25 } 32 }
26 div.subject { 33 div.subject {
27 margin: 0 auto; 34 margin: 0 auto;
...@@ -31,53 +38,41 @@ div.subject { ...@@ -31,53 +38,41 @@ div.subject {
31 min-width: 1200px; 38 min-width: 1200px;
32 } 39 }
33 div.top-logo { 40 div.top-logo {
34 width: 1178px; 41 width: 100%;
35 height: 70px!important; 42 height: 39px;
36 padding-top: 20px; 43 line-height: 39px;
37 margin: 0 auto; 44 margin: 0 auto;
45 background: #F7F9FB;
46 border: 1px solid #E2EAF1;
47 white-space: nowrap;
48 box-sizing: border-box;
38 } 49 }
39 50
40 div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */ 51 ::-webkit-input-placeholder {
41 font-size: 14px; 52 font-size: 14px;
42 color: #9B9B9B; 53 color: #9B9B9B;
43 } 54 }
44 55
45 div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */ 56 ::-moz-placeholder {
46 font-size: 14px; 57 font-size: 14px;
47 color: #9B9B9B; 58 color: #9B9B9B;
48 } 59 }
49 60
50 div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */ 61 :-ms-input-placeholder {
51 font-size: 14px; 62 font-size: 14px;
52 color: #9B9B9B; 63 color: #9B9B9B;
53 } 64 }
54 .top_logo_content { 65 .top_logo_content {
55 height: 40px; 66 width: 1200px;
56 width: 100%; 67 height: 39px;
68 line-height: 39px;
57 margin: 0 auto; 69 margin: 0 auto;
58 } 70 }
59 div.top-logo .top_logo_search { 71 .top_logo_content .head-time {
60 float: left; 72 float: left;
61 width: 350px; 73 color: #7A7A7A;
62 position: relative; 74 font-size: 14px;
63 margin-left: 290px; 75 line-height: 39px;
64 }
65 div.top-logo .top_logo_search input {
66 border-radius: 50px;
67 border: 1.5px solid #CBCBCB;
68 padding-left: 15px;
69 }
70 .search_img {
71 width: 13px;
72 height: 13px;
73 position: absolute;
74 top: 11px;
75 right: 19px;
76 }
77 div.top-logo .login {
78 float: right;
79 position: relative;
80 top: -5px;
81 } 76 }
82 .login li { 77 .login li {
83 color: #6D7278; 78 color: #6D7278;
...@@ -107,37 +102,48 @@ div.top-logo .top_logo_search i { ...@@ -107,37 +102,48 @@ div.top-logo .top_logo_search i {
107 .top-logo ul li { 102 .top-logo ul li {
108 display: inline-block; 103 display: inline-block;
109 padding: 0 12px; 104 padding: 0 12px;
105 height: 30px;
110 } 106 }
111 107 .loginButton {
112 .top-logo ul li:first-child { 108 display: inline-block;
113 height: 13px; 109 color:#7A7A7A;
114 line-height: 12px; 110 cursor: pointer;
111 }
112 .loginButton a {
113 color: #7A7A7A;
115 } 114 }
116 #cancellation { 115 #cancellation {
117 cursor: pointer; 116 cursor: pointer;
118 } 117 }
119 div.navigation { 118 .navigation {
120 text-align: center; 119 text-align: center;
121 height: 59px; 120 height: 70px;
121 line-height: 70px;
122 } 122 }
123 .navigation .layui-nav-item { 123 .navigation .layui-nav-item {
124 width: 147px!important; 124 width: 149px!important;
125 position: relative; 125 position: relative;
126 line-height: 70px;
127 }
128 /* .navigation .layui-nav-item a {
126 border-right: 1px solid rgba(255,255,255, 0.1); 129 border-right: 1px solid rgba(255,255,255, 0.1);
127 border-left: 1px solid rgba(255,255,255, 0.1); 130 border-left: 1px solid rgba(255,255,255, 0.1);
128 margin-right: -1px; 131 margin-left: -1px;
129 } 132 }
130 .navigation .layui-nav-item:first-child { 133 .navigation .layui-nav-item:first-child a{
131 border-left: 1px solid rgba(255,255,255, 0.2); 134 border-left: 1px solid rgba(255,255,255, 0.2);
132 } 135 }
133 .navigation .layui-nav-item:nth-child(8) { 136 .navigation .layui-nav-item:nth-child(8) a{
134 border-right: 1px solid rgba(255,255,255, 0.2); 137 border-right: 1px solid rgba(255,255,255, 0.2);
138 } */
139 .navigation-content {
140 width: 1200px;
141 margin: 0 auto;
142 white-space: nowrap;
143 font-size: 0!important;
135 } 144 }
136 .layui-bg-blue { 145 .layui-bg-blue {
137 background-color: #006CFF!important; 146 background-color: #2F83F7!important;
138 }
139 .layui-nav-item a{
140 font-size: 18px;
141 } 147 }
142 .layui-nav .layui-nav-more { 148 .layui-nav .layui-nav-more {
143 right: 16px; 149 right: 16px;
...@@ -177,9 +183,46 @@ div.navigation { ...@@ -177,9 +183,46 @@ div.navigation {
177 font-size: 12px; 183 font-size: 12px;
178 display: none 184 display: none
179 } 185 }
186 .register {
187 position: relative;
188 margin-left: 12px;
189 }
190 .register::before {
191 content: '';
192 position: absolute;
193 left: -7px;
194 height: 10px;
195 border-left: 1px solid #b1afaf;
196 top: 14px;
197 }
198 .login-con {
199 float: right;
200 background: #F7F9FB!important;
201 position: relative;
202 font-size: 14px;
203 color: #7A7A7A;
204 padding-right: 0!important;
205 height: 35px;
206 }
207 .userImage {
208 position: relative;
209 left: -3px;
210 top: -3px;
211 }
212 .person-img {
213 position: relative;
214 top: 3px;
215 }
216 .loginSelect {
217 line-height: 30px!important;
218 margin-top: -5px;
219 }
220 .loginSelect p {
221 display: inline-block;
222 line-height: 42px;
223 }
180 .userInfo { 224 .userInfo {
181 border-radius: 5px!important; 225 top: 30px;
182 top: 45px!important;
183 } 226 }
184 .userInfo img { 227 .userInfo img {
185 width: 18px; 228 width: 18px;
...@@ -194,6 +237,7 @@ div.navigation { ...@@ -194,6 +237,7 @@ div.navigation {
194 } 237 }
195 .personalCenter { 238 .personalCenter {
196 display: inline-block; 239 display: inline-block;
240 position: relative;
197 } 241 }
198 .personalCenter a { 242 .personalCenter a {
199 color: #006CFF; 243 color: #006CFF;
...@@ -240,30 +284,27 @@ div.navigation { ...@@ -240,30 +284,27 @@ div.navigation {
240 cursor: pointer; 284 cursor: pointer;
241 height: auto!important; 285 height: auto!important;
242 position: relative; 286 position: relative;
243 top: -10px;
244 height: auto; 287 height: auto;
288 float: left;
289 top: 15px;
245 } 290 }
246 .sysNewsItem { 291 .sysNewsItem {
247 position: relative; 292 position: relative;
248 } 293 }
249 .sysNewsList { 294 .sysNewsList {
250 top: 30px!important; 295 top: 24px!important;
251 border-radius: 5px!important;
252 width: 360px!important; 296 width: 360px!important;
297 left: -238px;
253 } 298 }
254 .sysNewsItem .sysNewsNum { 299 .sysNewsItem .sysNewsNum {
255 position: absolute; 300 position: absolute;
256 display: block; 301 display: block;
257 color: #fff;
258 background-color: #ff0000; 302 background-color: #ff0000;
259 width: 14px; 303 width: 6px;
260 height: 14px; 304 height: 6px;
261 border-radius: 50%; 305 border-radius: 6px;
262 line-height: 14px; 306 right: 0;
263 right: -3px; 307 top: -4px;
264 top: 0;
265 font-size: 12px;
266 text-align: center;
267 } 308 }
268 .sysNews img { 309 .sysNews img {
269 width: 17px; 310 width: 17px;
...@@ -280,6 +321,7 @@ div.navigation { ...@@ -280,6 +321,7 @@ div.navigation {
280 .sysNewsList dd { 321 .sysNewsList dd {
281 padding-top: 10px; 322 padding-top: 10px;
282 background-color: #ffffff!important; 323 background-color: #ffffff!important;
324 border-bottom: 1px solid #E2EAF1;
283 } 325 }
284 .sysNewsList dd a:hover { 326 .sysNewsList dd a:hover {
285 background: none!important; 327 background: none!important;
...@@ -289,38 +331,63 @@ div.navigation { ...@@ -289,38 +331,63 @@ div.navigation {
289 width: 100%; 331 width: 100%;
290 display: block; 332 display: block;
291 line-height: 24px; 333 line-height: 24px;
292 color: #4a4a44;
293 white-space: normal; 334 white-space: normal;
335 font-weight: 700;
336 color: #6D7278;
337 font-size: 14px;
294 } 338 }
295 .sysNewsList dd a p:hover { 339 .sysNewsList dd a p:hover {
296 color: #006CFF; 340 color: #006CFF;
297 } 341 }
298
299 .sysNewsTitle { 342 .sysNewsTitle {
300 background-color: #dedede; 343 line-height: 50px;
301 line-height: 36px;
302 padding-left: 20px; 344 padding-left: 20px;
303 position: relative; 345 position: relative;
304 top: -1px; 346 top: -1px;
305 border-top-left-radius: 5px; 347 border-bottom: 1px solid #E2EAF1;
306 border-top-right-radius: 5px; 348 color: #686666;
349 font-size: 16px;
350 font-weight: 700;
307 } 351 }
308 .sysNewsOperation { 352 .sysNewsOperation {
309 height: 36px; 353 background: #FCFCFC;
354 border-bottom: 1px solid #E5E8ED;
310 display: block; 355 display: block;
356 height: 50px;
357 line-height: 50px;
311 } 358 }
312 .sysNewsOperation span{ 359 .sysNewsOperation p{
313 float: left; 360 float: left;
314 cursor: pointer; 361 cursor: pointer;
315 color: #006CFF; 362 font-size: 14px;
316 font-size: 12px;
317 margin-left: 20px; 363 margin-left: 20px;
364 color: #7A7A7A;
365 }
366 .sysNewsOperation p span {
367 display: inline-block;
368 width: 14px;
369 height: 14px;
370 border: 1px solid #CDCDCD;
371 border-radius: 50%;
372 position: relative;
373 top: 2px;
374 right: 5px;
375 }
376 .sysNewsOperation p span::before {
377 content: '';
378 position: absolute;
379 width: 4px;
380 height: 4px;
381 background-color: #AAAAAA;
382 border-radius: 50%;
383 left: 5px;
384 top: 6px;
318 } 385 }
319 .sysNewsOperation a{ 386 .sysNewsOperation a{
320 float: right; 387 float: right;
321 cursor: pointer; 388 cursor: pointer;
322 color: #006CFF!important; 389 color: #2F83F7!important;
323 font-size: 12px; 390 font-size: 14px;
324 } 391 }
325 .sysNewsOperation a:hover { 392 .sysNewsOperation a:hover {
326 background-color: #ffffff!important; 393 background-color: #ffffff!important;
...@@ -337,8 +404,78 @@ div.navigation { ...@@ -337,8 +404,78 @@ div.navigation {
337 } 404 }
338 .newsDetail-time span{ 405 .newsDetail-time span{
339 font-size: 12px; 406 font-size: 12px;
340 color: #006CFF!important; 407 color: #7A7A7A;
341 } 408 }
342 .newsDetail-time span:nth-child(2){ 409 .newsDetail-time span:nth-child(2){
343 float: right; 410 float: right;
411 }
412 .read {
413 display: inline-block;
414 font-size: 14px;
415 color: #0F93F6!important;
416 width: 64px;
417 height: 24px;
418 background: #FFFFFF;
419 border-radius: 12px;
420 opacity: 0.6;
421 text-align: center;
422 line-height: 24px;
423 border: 1px solid #0F93F6;
424 }
425 /* 头部搜索区域 */
426 .head-search {
427 padding: 40px 0;
428 background: url('../staticImages/top_back-ground.png') no-repeat;
429 background-size: cover;
430 }
431 .head-contentBox {
432 width: 1200px;
433 margin: 0 auto;
434 }
435 .head-search .logo-img {
436 width: 527px;
437 height: 82px;
438 display: inline-block;
439 }
440 .head-search .content-search {
441 float: right;
442 }
443 .head-search .head-search-input {
444 width: 425px;
445 display: inline-block;
446 height: 42px;
447 }
448 .head-search .search-button {
449 width: 116px;
450 height: 42px;
451 background: #FA6400;
452 border-radius: 2px;
453 color: #ffffff;
454 display: inline-block;
455 font-size: 14px;
456 text-align: center;
457 box-sizing: border-box;
458 line-height: 42px;
459 margin-left: 7px;
460 }
461 .head-search .search-button img{
462 width: 13px;
463 }
464 .search-hint {
465 margin-top: 10px;
466 }
467 .search-hint .hot-search {
468 color: #7A7A7A;
469 }
470 .search-hint .hot-search img{
471 width: 9px;
472 height: 12px;
473 position: relative;
474 top: 2px;
475 }
476 .search-hint li {
477 display: inline-block;
478 color: #9B9B9B;
479 font-size: 12px;
480 margin-right: 5px;
344 } 481 }
...\ No newline at end of file ...\ No newline at end of file
......
1 .sysnews-center { 1 .sysnews-head-search {
2 padding-bottom: 15px;
3 }
4 .sysnews-center-tab {
5 width: 1200px; 2 width: 1200px;
6 margin: 0 auto; 3 background: #FFFFFF;
7 overflow: hidden; 4 box-shadow: 0px 2px 4px 0px rgba(10, 14, 40, 0.05);
8 padding: 20px 0; 5 border-radius: 6px;
6 border: 1px solid #E5E8ED;
7 margin: 15px auto;
8 padding: 28px 20px;
9 box-sizing: border-box;
9 } 10 }
10 .date-select { 11 .sysnews-head-search h2 {
11 width: 50%; 12 font-weight: 500;
12 float: right; 13 color: #7A7A7A;
14 font-size: 16px;
15 margin-bottom: 15px;
13 } 16 }
14 .date-select input { 17 .date-select input {
15 width: 36%; 18 width: 400px;
16 display: inline-block; 19 display: inline-block;
20 height: 40px;
17 } 21 }
18 .sysnews-center-tab ul li { 22 .date-select p {
23 width: 180px;
24 height: 40px;
25 background: #0091FF;
26 border-radius: 4px;
27 color: #FFFFFF;
19 display: inline-block; 28 display: inline-block;
20 margin-right: 15px; 29 text-align: center;
21 cursor: pointer; 30 line-height: 40px;
31 margin-left: 30px;
22 } 32 }
23 .sysnews-center-tab ul { 33 .date-select span {
24 width: 30%; 34 margin: 0 20px;
25 float: left;
26 padding-top: 7px;
27 } 35 }
28 .sysnews-center-tab .search-button { 36 .date-select p img {
29 margin-left: 10px; 37 width: 15px;
38 height: 15px;
39 position: relative;
40 top: 1px;
30 } 41 }
31 /* 消息列表 */ 42 /* 消息列表 */
32 .sysnews-list { 43 .sysnews-list-box {
33 width: 1200px; 44 width: 1200px;
34 margin: 0 auto; 45 margin: 0 auto;
35 padding :20px;
36 border-radius: 5px; 46 border-radius: 5px;
37 border: 1px solid #dedede; 47 border: 1px solid #dedede;
48 box-sizing: border-box;
49 margin-top: 20px;
50 box-shadow: 0px 2px 4px 0px rgba(10, 14, 40, 0.05);
51 border-radius: 6px;
52 border: 1px solid #E5E8ED;
53 margin-bottom: 30px;
54 }
55 .sysnews-list-head {
56 width: 100%;
57 height: 54px;
58 line-height: 54px;
59 color: #9B9B9B;
60 font-size: 16px;
61 border-bottom: 1px solid #E2EAF1;
62 }
63 .sysnews-list-head li {
64 display: inline-block;
65 margin-right: 70px;
66 margin-left: 20px;
67 cursor: pointer;
68 }
69 .sysnews-list {
70 height: 300px;
71 overflow: auto;
72 padding: 0 20px 30px 20px;
73 }
74 .sysnews-list li {
75 line-height: 90px;
76 border-bottom: 1px dashed #dedede;
38 } 77 }
39 .sysnews-list li p { 78 .sysnews-list li p {
40 display: inline-block; 79 display: inline-block;
80 width: 800px;
81 color: #9B9B9B;
41 } 82 }
42 .sysnews-list li .list-date { 83 .sysnews-list li .list-date {
43 margin-right: 15px; 84 color: #7A7A7A;
44 color: #7e7b7b; 85 float: right;
86 font-size: 14px;
87 margin-right: 60px;
45 } 88 }
46 .sysnews-list li .list-type { 89 .sysnews-list li .list-type {
47 float: right; 90 float: right;
...@@ -53,7 +96,78 @@ ...@@ -53,7 +96,78 @@
53 .sysnews-list li p:hover { 96 .sysnews-list li p:hover {
54 color: #1E9FFF; 97 color: #1E9FFF;
55 } 98 }
56 .page { 99 .head-select {
100 color: #686666;
101 position: relative;
102 }
103 .head-select::after {
104 content: '';
105 position: absolute;
106 width: 100%;
107 height: 1px;
108 background-color: #0F93F6;
109 left: 0;
110 bottom: -2px;
111 }
112 .finish-reading {
113 padding: 0 20px;
114 line-height: 50px;
115 }
116 .finish-reading p {
117 border-bottom: 1px dashed #E6E6E6;
118 font-size: 14px;
119 color: #7A7A7A;
120 }
121 .finish-reading p span {
122 display: inline-block;
123 width: 14px;
124 height: 14px;
125 border-radius: 50%;
126 border: 1px solid #CDCDCD;
127 position: relative;
128 top: 3px;
129 right: 5px;
130 }
131 .finish-reading p span::before {
132 content: '';
133 width: 4px;
134 height: 4px;
135 background: #AAAAAA;
136 border-radius: 50%;
137 position: absolute;
138 left: 5px;
139 top: 5px;
140 }
141 .tips {
142 display: inline-block;
143 width: 50px;
144 height: 30px;
145 border-radius: 4px 8px 4px 8px;
146 border: 1px solid rgba(15, 147, 246, 0.5);
147 text-align: center;
148 line-height: 30px;
149 color: #0F93F6;
150 font-size: 14px;
151 margin-right: 20px;
152 }
153 .readed {
154 width: 50px;
155 height: 46px;
156 float: right;
157 position: relative;
158 top: 20px;
159 right: 10px;
160 }
161 .list-type-unread {
162 width: 70px;
163 height: 28px;
164 border-radius: 15px;
165 opacity: 0.6;
166 border: 1px solid #0F93F6;
167 color: #0F93F6;
168 font-size: 14px;
57 text-align: center; 169 text-align: center;
58 margin: 15px 0; 170 line-height: 28px;
171 position: relative;
172 top: 30px;
59 } 173 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -10,9 +10,14 @@ ...@@ -10,9 +10,14 @@
10 height: 140px; 10 height: 140px;
11 padding: 30px; 11 padding: 30px;
12 box-sizing: border-box; 12 box-sizing: border-box;
13 background: #FFFFFF;
14 border-radius: 4px; 13 border-radius: 4px;
15 border: 1px solid #DEDEDE; 14 border: 1px solid #DEDEDE;
15 box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08);
16 -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/
17 -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
18 border-radius: 4px;
19 background: url('../staticImages/user-centerbg.png') no-repeat;
20 background-size: cover;
16 } 21 }
17 .perinfo_left{ 22 .perinfo_left{
18 float: left; 23 float: left;
...@@ -104,12 +109,40 @@ ...@@ -104,12 +109,40 @@
104 } 109 }
105 .business_titleList li a { 110 .business_titleList li a {
106 display: block; 111 display: block;
107 height: 142px; 112 height: 152px;
108 border: 1px solid #eee;
109 border-radius: 5px;
110 text-align: center; 113 text-align: center;
111 cursor: pointer; 114 cursor: pointer;
112 color: #FFFFFF; 115 color: #7A7A7A;
116 box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06);
117 border-radius: 4px;
118 border: 1px solid #E9E9E9;
119 position: relative;
120 }
121 .business_titleList li a::after {
122 content: '';
123 position: absolute;
124 width: 269px;
125 height: 139px;
126 border: 1px solid #F6F6F6;
127 border-radius: 1px;
128 left: 6px;
129 top: 5px;
130 }
131 .business_titleList li:nth-of-type(1) a::after {
132 background: url('/staticImages/busheji.png') no-repeat right bottom;
133 background-size: 80px 80px;
134 }
135 .business_titleList li:nth-of-type(2) a::after {
136 background: url('/staticImages/busdaitijiao.png') no-repeat right bottom;
137 background-size: 80px 80px;
138 }
139 .business_titleList li:nth-of-type(3) a::after {
140 background: url('/staticImages/busbanlizhong.png') no-repeat right bottom;
141 background-size: 80px 80px;
142 }
143 .business_titleList li:nth-of-type(4) a::after {
144 background: url('/staticImages/busyibanjie.png') no-repeat right bottom;
145 background-size: 80px 80px;
113 } 146 }
114 .business_titleList li p:nth-child(1) { 147 .business_titleList li p:nth-child(1) {
115 font-size: 18px; 148 font-size: 18px;
...@@ -117,6 +150,7 @@ ...@@ -117,6 +150,7 @@
117 font-size: 36px; 150 font-size: 36px;
118 margin-bottom: 3px; 151 margin-bottom: 3px;
119 font-weight: 600; 152 font-weight: 600;
153 color: #3C4A66;
120 } 154 }
121 /* ---------------预约列表------------------- */ 155 /* ---------------预约列表------------------- */
122 .contentBox { 156 .contentBox {
...@@ -126,7 +160,9 @@ ...@@ -126,7 +160,9 @@
126 .appintmentList { 160 .appintmentList {
127 padding: 0 20px 20px 20px; 161 padding: 0 20px 20px 20px;
128 border-radius: 6px; 162 border-radius: 6px;
129 border: 1px solid #25BEFF; 163 background: #FFFFFF;
164 box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06);
165 border: 1px solid #E9E9E9;
130 } 166 }
131 .appintmentList li { 167 .appintmentList li {
132 border-bottom: 1px solid #eee; 168 border-bottom: 1px solid #eee;
...@@ -228,19 +264,19 @@ ...@@ -228,19 +264,19 @@
228 } 264 }
229 /* 头部tab */ 265 /* 头部tab */
230 .applyBusinessRecord a{ 266 .applyBusinessRecord a{
231 background: url('../staticImages/heji.png'); 267 /* background: url('../staticImages/heji.png'); */
232 background-size: 100% 100%; 268 background-size: 100% 100%;
233 } 269 }
234 .to_be_submitted a { 270 .to_be_submitted a {
235 background: url('../staticImages/daitijiao.png'); 271 /* background: url('../staticImages/daitijiao.png'); */
236 background-size: 100% 100%; 272 background-size: 100% 100%;
237 } 273 }
238 .applyBusinessIn a { 274 .applyBusinessIn a {
239 background: url('../staticImages/banlizhong.png'); 275 /* background: url('../staticImages/banlizhong.png'); */
240 background-size: 100% 100%; 276 background-size: 100% 100%;
241 } 277 }
242 .applyBusinessEnd a { 278 .applyBusinessEnd a {
243 background: url('../staticImages/yibanjie.png'); 279 /* background: url('../staticImages/yibanjie.png'); */
244 background-size: 100% 100%; 280 background-size: 100% 100%;
245 } 281 }
246 .obligee { 282 .obligee {
...@@ -261,36 +297,28 @@ ...@@ -261,36 +297,28 @@
261 position: absolute; 297 position: absolute;
262 right: 20px; 298 right: 20px;
263 top: 50%; 299 top: 50%;
264 width: 12px; 300 width: 17px;
265 height: 12px; 301 height: 17px;
266 margin-top: -2px; 302 margin-top: -4px;
267 border-right: 1px solid #ffffff; 303 border-right: 1px solid #E9E9E9;
268 border-bottom: 1px solid #ffffff; 304 border-bottom: 1px solid #E9E9E9;;
269 -webkit-transform: rotate(225deg); 305 -webkit-transform: rotate(225deg);
270 content: ''; 306 content: '';
271 background-color: #FFFFFF; 307 background-color: #FFFFFF;
272 z-index: 10; 308 z-index: 10;
273
274 }
275 .arrow0:before {
276 border-color: #25BEFF;
277 z-index: 10;
278 }
279 .arrow1:before {
280 border-color: #FF862F;
281 z-index: 10;
282 }
283 .arrow2:before {
284 border-color: #23E3D5;
285 z-index: 10;
286 }
287 .arrow3:before {
288 border-color: #FABF4F;
289 z-index: 10;
290 } 309 }
291 .completed { 310 .completed {
292 color: #23E3D5; 311 color: #23E3D5;
293 float: right; 312 float: right;
294 margin-top: 26px; 313 margin-top: 26px;
295 margin-right: 8px; 314 margin-right: 8px;
315 }
316 .bus-active {
317 background-color: #0097F6;
318 }
319 .bus-active span {
320 color: #FFFFFF;
321 }
322 .bus-active p {
323 color: #FFFFFF;
296 } 324 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 } 13 }
14 .area_list_content { 14 .area_list_content {
15 overflow: hidden; 15 overflow: hidden;
16 margin-top: 20px; 16 margin-top: 30px;
17 width: 100%; 17 width: 100%;
18 } 18 }
19 .area_list_content h2 { 19 .area_list_content h2 {
...@@ -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,18 +85,29 @@ ...@@ -87,18 +85,29 @@
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 } 91 }
95 .item_list li{ 92 .item_list li{
96 cursor: pointer; 93 cursor: pointer;
97 line-height: 50px; 94 line-height: 55px;
98 border-bottom: 1px dotted #DEDEDE; 95 border-bottom: 1px dashed #DEDEDE;
99 } 96 }
100 .item_list li p{ 97 .item_list li p{
101 display: inline-block; 98 display: inline-block;
99 position: relative;
100 padding-left: 10px;
101 }
102 .item_list li p::before {
103 content: '';
104 position: absolute;
105 width: 4px;
106 height: 4px;
107 border-radius: 50%;
108 background-color: #4A4A4A;
109 left: 0;
110 top: 26px;
102 } 111 }
103 .item_list li p:hover { 112 .item_list li p:hover {
104 color: #0091FF; 113 color: #0091FF;
...@@ -119,28 +128,53 @@ ...@@ -119,28 +128,53 @@
119 .button a:hover { 128 .button a:hover {
120 color: #fff; 129 color: #fff;
121 } 130 }
122 .type_title, .region_title { 131
123 height: 16px;
124 padding-left: 8px;
125 font-size: 16px;
126 font-weight: 600;
127 margin-bottom: 15px;
128 position: relative;
129 padding-bottom: 10px;
130 color: #4A4A4A;
131 }
132 .type_title::before, .region_title::before {
133 position:absolute;
134 content:"";
135 left:0;
136 width:4px;
137 height:12px;
138 border-radius: 1px;
139 top: 5px;
140 background-color: #0091FF;
141 }
142 .guide_details { 132 .guide_details {
143 display: inline-block; 133 display: inline-block;
144 text-align: center; 134 text-align: center;
145 margin-left: 10px; 135 margin-right: 15px;
136 }
137 .choice-region {
138 margin-top: 30px;
139 }
140 .select-city {
141 margin-left: 50px;
142 }
143 .region_title {
144 font-size: 20px;
145 color: #4A4A4A;
146 font-weight: 700;
147 border-bottom: 2px solid #EAEAEA;
148 padding-bottom: 15px;
149 position: relative;
150 }
151 .region_title img {
152 width: 20px;
153 height: 20px;
154 position: relative;
155 top: 2px;
156 }
157 .region_title::after {
158 content: '';
159 position: absolute;
160 left: 0;
161 bottom: -1px;
162 width: 20px;
163 height: 2px;
164 background-color: #006CFF;
165 }
166 .handleBus {
167 border-radius: 15px;
168 border: 1px solid #0F93F6;
169 background-color: #fff;
170 color: #0F93F6;
171 }
172 .handleBus:hover {
173 color: #0F93F6!important;
174 }
175 .guide_details button {
176 border-radius: 15px;
177 border: 1px solid #DDDDDD;
178 background-color: #fff;
179 color: #9B9B9B;
146 } 180 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -111,18 +111,11 @@ div.subject { ...@@ -111,18 +111,11 @@ div.subject {
111 .left, .right { 111 .left, .right {
112 float: left; 112 float: left;
113 } 113 }
114 114 .istop {
115 .xw { 115 float: right;
116 display: block; 116 width: 40px;
117 padding-top: 10px; 117 margin-right: 20px;
118 min-height: 80px; 118 margin-top: -5px;
119 cursor: pointer;
120 position: relative;
121 }
122 .xw .istop {
123 position: absolute;
124 right: 20px;
125 top: -20px;
126 } 119 }
127 120
128 .xw-left { 121 .xw-left {
...@@ -141,6 +134,14 @@ div.subject { ...@@ -141,6 +134,14 @@ div.subject {
141 134
142 .xw-right { 135 .xw-right {
143 padding-right: 10px; 136 padding-right: 10px;
137 overflow: hidden;
138 text-overflow: ellipsis;
139 display: -webkit-box;
140 -webkit-line-clamp: 3;/*超出3行部分显示省略号,去掉该属性 显示全部*/
141 -webkit-box-orient: vertical;
142 font-size: 14px;
143 font-weight: 100;
144 color: #6D7278;
144 } 145 }
145 .leftContainer{ 146 .leftContainer{
146 border-right: 1px solid #DEDEDE; 147 border-right: 1px solid #DEDEDE;
...@@ -164,12 +165,10 @@ div.subject { ...@@ -164,12 +165,10 @@ div.subject {
164 cursor: pointer; 165 cursor: pointer;
165 } 166 }
166 .left-top:hover { 167 .left-top:hover {
167 color: #686666; 168 color: #1E9FFF;
168 } 169 }
169 170 .left-top:hover .xw-right {
170 171 color: #686666;
171 .left-buttom .icon{
172
173 } 172 }
174 .left-buttom div:nth-child(2) { 173 .left-buttom div:nth-child(2) {
175 margin-left: 60px; 174 margin-left: 60px;
...@@ -183,6 +182,9 @@ div.subject { ...@@ -183,6 +182,9 @@ div.subject {
183 line-height: 57px; 182 line-height: 57px;
184 float: right !important; 183 float: right !important;
185 margin-right: 20px; 184 margin-right: 20px;
185 font-size: 14px;
186 color: #9B9B9B;
187 font-weight: 100;
186 } 188 }
187 189
188 #page { 190 #page {
...@@ -301,12 +303,14 @@ div.subject { ...@@ -301,12 +303,14 @@ div.subject {
301 } 303 }
302 .newsBottom { 304 .newsBottom {
303 overflow: hidden; 305 overflow: hidden;
304 margin-top: 20 px; 306 margin-top: 39px;
305 } 307 }
306 .newsBottom .newIcon { 308 .newsBottom .newIcon {
307 float: left; 309 float: left;
308 position: relative; 310 position: relative;
309 top: 10px; 311 top: 10px;
312 font-size: 14px;
313 color: #9B9B9B;
310 } 314 }
311 .newsBottom .newIcon .icon{ 315 .newsBottom .newIcon .icon{
312 width: 36px; 316 width: 36px;
...@@ -314,20 +318,28 @@ div.subject { ...@@ -314,20 +318,28 @@ div.subject {
314 position: relative; 318 position: relative;
315 top: 6px; 319 top: 6px;
316 } 320 }
321 .newsBottom .newIcon span {
322 font-weight: 100;
323 }
317 .newsCon { 324 .newsCon {
318 overflow: hidden; 325 overflow: hidden;
326 margin-top: 15px;
327 padding-bottom: 10px;
319 } 328 }
320 .tj { 329 .tj {
321 margin: 10px 0; 330 margin: 10px 0;
322 cursor: pointer; 331 cursor: pointer;
323 } 332 }
324 .sticky .left-top { 333 .sticky .left-top {
325 font-size: 24px; 334 font-size: 20px;
335 color: #1E9FFF;
326 } 336 }
327 .sticky .xw-left img { 337 .sticky .xw-left img {
328 width: 230px; 338 width: 230px;
329 height: 140px; 339 height: 140px;
330 } 340 }
331 .sticky .xw-right { 341 .sticky .xw-right {
332 font-size: 18px; 342 font-size: 16px;
343 height: 60px;
344 float: initial;
333 } 345 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
14 min-height: 630px; 14 min-height: 630px;
15 } 15 }
16 .item_list li{ 16 .item_list li{
17 line-height: 50px; 17 padding-top: 10px;
18 line-height: 40px;
18 border-bottom: 1px solid #DEDEDE; 19 border-bottom: 1px solid #DEDEDE;
19 box-sizing: border-box; 20 box-sizing: border-box;
20 padding-right: 20px; 21 padding-right: 20px;
...@@ -22,12 +23,18 @@ ...@@ -22,12 +23,18 @@
22 .policy_list_con li { 23 .policy_list_con li {
23 margin-bottom: 10px; 24 margin-bottom: 10px;
24 } 25 }
26 .item_list li .istop {
27 width: 36px;
28 float: right;
29 margin-top: 3px;
30 margin-left: 10px;
31 }
25 32
26 .item_list li p{ 33 .item_list li p{
27 display: inline-block; 34 display: inline-block;
28 font-size: 20px; 35 font-size: 20px;
29 color: #4a4a4a; 36 color: #4a4a4a;
30 width: 82%; 37 width: 79%;
31 white-space:nowrap; 38 white-space:nowrap;
32 overflow:hidden; 39 overflow:hidden;
33 text-overflow:ellipsis; 40 text-overflow:ellipsis;
...@@ -89,4 +96,9 @@ ...@@ -89,4 +96,9 @@
89 width: 100%; 96 width: 100%;
90 height: 124px; 97 height: 124px;
91 margin-bottom: 10px; 98 margin-bottom: 10px;
99 }
100 .sticky p {
101 font-size: 24px;
102 color: #1E9FFF!important;
103 font-weight: 700;
92 } 104 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
46 height: 92px; 46 height: 92px;
47 border: 1px solid #DEDEDE; 47 border: 1px solid #DEDEDE;
48 padding-right: 2px; 48 padding-right: 2px;
49 background: #F7F9FB;
49 } 50 }
50 51
51 .swiper-slide { 52 .swiper-slide {
......
...@@ -512,4 +512,7 @@ input[type='file'] { ...@@ -512,4 +512,7 @@ input[type='file'] {
512 } 512 }
513 .folkObligee ul li span { 513 .folkObligee ul li span {
514 color: #9B9B9B; 514 color: #9B9B9B;
515 }
516 .sqrList .layui-inline .layui-form-label {
517 color: #9B9B9B;
515 } 518 }
...\ No newline at end of file ...\ No newline at end of file
......

5.63 KB | W: | H:

1.49 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

30.8 KB | W: | H:

48.2 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

4.66 KB | W: | H:

2.16 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

6.13 KB | W: | H:

2.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

11 KB | W: | H:

13 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.17 KB | W: | H:

828 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

4.35 KB | W: | H:

735 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

4.67 KB | W: | H:

1.3 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

5.87 KB | W: | H:

1.41 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

6.78 KB | W: | H:

1.62 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin