Commit a3d617e9 authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-公共修改样式

parent 49525786
...@@ -297,7 +297,8 @@ ...@@ -297,7 +297,8 @@
flex-basis: 48%; flex-basis: 48%;
margin: 1.75% 0; margin: 1.75% 0;
background-color: #ffffff; background-color: #ffffff;
height: 163px; height: 10vw;
min-height: 173px;
position: relative; position: relative;
width: 200px; width: 200px;
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
...@@ -344,12 +345,13 @@ ...@@ -344,12 +345,13 @@
.item_text { .item_text {
font-size: 14px; font-size: 14px;
margin: 7% 3%; margin: 7% 3% 3%;
line-height: 24px;
white-space: normal; white-space: normal;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 6; -webkit-line-clamp: 5;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment