mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
修改
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
</span>
|
||||
<span class="more"><router-link to="/case">更多 ></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%;
|
||||
|
||||
Reference in New Issue
Block a user