style:我的预约
Showing
11 changed files
with
111 additions
and
21 deletions
-
Please register or sign in to post a comment
... | ... | @@ -167,3 +167,9 @@ |
background-color: #0091FF!important; | ||
opacity: 0.5!important; | ||
} | ||
.map { | ||
width: 80%; | ||
height: 500px; | ||
float: right; | ||
margin-bottom: 50px; | ||
} | ||
\ No newline at end of file | ||
... | ... |
... | ... | @@ -32,7 +32,6 @@ |
} | ||
/* -------------------------------预约日期---------------------------------------- */ | ||
.appoint_time { | ||
width: 1200px; | ||
height: 92px; | ||
margin: 0 auto; | ||
padding: 0 150px; | ||
... | ... |
... | ... | @@ -69,7 +69,7 @@ |
} | ||
.next_button { | ||
text-align: center; | ||
margin: 30px 0 100px 0; | ||
margin: 30px 0; | ||
} | ||
.next_button button { | ||
width: 140px; | ||
... | ... |