|
@@ -98,11 +98,10 @@
|
|
|
text-indent: 2em;
|
|
|
width: 32vw;
|
|
|
height: 453px;
|
|
|
- overflow: auto;
|
|
|
margin-top: 20px;
|
|
|
line-height: 36px;
|
|
|
- -ms-overflow-style: none;
|
|
|
- scrollbar-width: none;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
|
|
|
.contentList {
|
|
@@ -111,11 +110,11 @@
|
|
|
line-height: normal;
|
|
|
background-color: transparent;
|
|
|
color: #FFFFFF !important;
|
|
|
- font-size: 1.37rem;
|
|
|
+ font-size: 1.17rem;
|
|
|
font-family: Microsoft YaHei;
|
|
|
letter-spacing: 2px;
|
|
|
/* font-weight: 600; */
|
|
|
- padding: 25px;
|
|
|
+ padding: 1.37rem;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -297,7 +296,7 @@
|
|
|
}
|
|
|
|
|
|
.jbqk .list {
|
|
|
- width: 189px;
|
|
|
+ width: 199px;
|
|
|
height: 80px;
|
|
|
background: #4EB2AD;
|
|
|
display: flex;
|
|
@@ -333,8 +332,16 @@
|
|
|
|
|
|
.cyfb {
|
|
|
font-size: 12px;
|
|
|
- line-height: 15px;
|
|
|
margin-top: 5px;
|
|
|
+ cursor: pointer;
|
|
|
+ display: -webkit-box;
|
|
|
+ line-height: 15px;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ word-break: break-all;
|
|
|
+ margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
@keyframes fadeOut {
|
|
@@ -413,9 +420,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="text-indent:2em;">
|
|
|
- {{parkDesc?parkDesc:'暂无简介'}}
|
|
|
- </div>
|
|
|
+ <div style="text-indent:2em; -ms-overflow-style: none;flex:1;scrollbar-width: none;overflow: auto;">
|
|
|
+ {{parkDesc?parkDesc:'暂无简介'}}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="backbutton" @click="window.history.go(-1)">
|