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