Commit 87a81223 authored by caoxu's avatar caoxu

Adjust: 更多按钮放第三行最右侧

parent f21ea918
Pipeline #516 canceled with stages
...@@ -441,6 +441,10 @@ const showMoreInfo = () => { ...@@ -441,6 +441,10 @@ const showMoreInfo = () => {
border-bottom: 2px solid #42b883; border-bottom: 2px solid #42b883;
} }
.city-description {
position: relative;
}
.city-description p { .city-description p {
font-size: 15px; font-size: 15px;
line-height: 1.8; line-height: 1.8;
...@@ -462,6 +466,9 @@ const showMoreInfo = () => { ...@@ -462,6 +466,9 @@ const showMoreInfo = () => {
padding: 8px 0; padding: 8px 0;
margin-top: 12px; margin-top: 12px;
transition: all 0.3s ease; transition: all 0.3s ease;
position: absolute;
right: 0;
bottom: 0;
} }
.more-btn:hover { .more-btn:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment