修改列表卡片样式
parent
2d7b998c86
commit
d3924e9d70
|
|
@ -230,7 +230,7 @@ const goDetail = (id) => {
|
||||||
|
|
||||||
li{
|
li{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 408px;
|
height: 428px;
|
||||||
background: #D6D6DD;
|
background: #D6D6DD;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 5px solid #D6D6DD;
|
border: 5px solid #D6D6DD;
|
||||||
|
|
@ -278,10 +278,17 @@ const goDetail = (id) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.desc{
|
.desc{
|
||||||
padding: 10px;
|
margin: 10px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
height: 60px;
|
||||||
|
box-sizing: content-box;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
<p>联系电话:{{ website.info.contact_phone }}</p>
|
<p>联系电话:{{ website.info.contact_phone }}</p>
|
||||||
<p>邮箱:{{ website.info.contact_email }}</p>
|
<p>邮箱:{{ website.info.contact_email }}</p>
|
||||||
<p>联系地址:{{ website.info.contact_address }}</p>
|
<p>联系地址:{{ website.info.contact_address }}</p>
|
||||||
|
<p>copyright © 2023; <span>海国图智信息科技 (广州)有限公司</span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ const goDetail = (id) => {
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 408px;
|
height: 428px;
|
||||||
background: #D6D6DD;
|
background: #D6D6DD;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 5px solid #D6D6DD;
|
border: 5px solid #D6D6DD;
|
||||||
|
|
@ -167,10 +167,17 @@ const goDetail = (id) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.desc{
|
.desc{
|
||||||
padding: 10px;
|
margin: 0 10px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
height: 60px;
|
||||||
|
box-sizing: content-box;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.pageBox{
|
.pageBox{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue