46da844e by 任超

style:网上申请

1 parent 0c44c0fb
......@@ -13,7 +13,7 @@
}
.area_list_content {
overflow: hidden;
margin-top: 20px;
margin-top: 30px;
width: 100%;
}
.area_list_content h2 {
......@@ -96,6 +96,18 @@
}
.item_list li p{
display: inline-block;
position: relative;
padding-left: 10px;
}
.item_list li p::before {
content: '';
position: absolute;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #4A4A4A;
left: 0;
top: 26px;
}
.item_list li p:hover {
color: #0091FF;
......@@ -150,4 +162,16 @@
width: 20px;
height: 2px;
background-color: #006CFF;
}
.handleBus {
border-radius: 15px;
border: 1px solid #0F93F6;
background-color: #fff;
color: #0F93F6;
}
.guide_details button {
border-radius: 15px;
border: 1px solid #DDDDDD;
background-color: #fff;
color: #9B9B9B;
}
\ No newline at end of file
......