@@ -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%;