style:网上申请
Showing
1 changed file
with
25 additions
and
1 deletions
... | @@ -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 { |
... | @@ -96,6 +96,18 @@ | ... | @@ -96,6 +96,18 @@ |
96 | } | 96 | } |
97 | .item_list li p{ | 97 | .item_list li p{ |
98 | 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; | ||
99 | } | 111 | } |
100 | .item_list li p:hover { | 112 | .item_list li p:hover { |
101 | color: #0091FF; | 113 | color: #0091FF; |
... | @@ -150,4 +162,16 @@ | ... | @@ -150,4 +162,16 @@ |
150 | width: 20px; | 162 | width: 20px; |
151 | height: 2px; | 163 | height: 2px; |
152 | background-color: #006CFF; | 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 | .guide_details button { | ||
173 | border-radius: 15px; | ||
174 | border: 1px solid #DDDDDD; | ||
175 | background-color: #fff; | ||
176 | color: #9B9B9B; | ||
153 | } | 177 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment