This commit is contained in:
lmj
2022-07-07 10:55:55 +08:00
parent 3d5dd4ab56
commit 6b41d7bf3d

View File

@@ -117,7 +117,7 @@
</span>
<span class="more"><router-link to="/case">更多&nbsp;></router-link></span>
</div>
<div class="modules-list xrow" style="height: 235px;overflow: hidden;">
<div class="modules-list xrow" style="height: 255px;overflow: hidden;">
<div class="index-course xrow-course" v-for="ca in caseList.list" :key="ca.id">
<div class="casetwo" :body-style="{ padding: '0px' }">
<!-- <div class="case-top"></div> -->
@@ -676,12 +676,9 @@ export default {
.case-conent{
width: 100%;
height: 100%;
// box-shadow: 1px 1px 15px #ccc;
// position: absolute;
// top: 5%;
background-color: #fff;
// left: 4%;
padding: 16px;
padding: 15px;
.case-time{
font-size: 12px;
color: #999999;
@@ -692,14 +689,15 @@ export default {
font-size: 20px;
color: #333;
font-weight: bold;
margin-bottom:10px;
margin-bottom:8px;
}
.case-text{
height: 55px;
height: 60px;
font-size: 14px;
overflow: hidden;
color: #888888;
line-height: 18px;
margin-bottom:12px;
// line-height: 18px;
margin-bottom:10px;
}
::v-deep .case-inter{
width: 100%;