Commit 204acb66 by TengFengLian

活动详情样式

parent f2bc27ff
...@@ -63,11 +63,18 @@ ...@@ -63,11 +63,18 @@
.entry-tip-title { .entry-tip-title {
width: 434rpx; width: 434rpx;
height: 42rpx; /* height: 42rpx; */
font-size: 30rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #15191F; color: #15191F;
line-height: 42rpx; line-height: 42rpx;
display: -webkit-box;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
} }
.entry-tip-date { .entry-tip-date {
......
...@@ -46,6 +46,13 @@ ...@@ -46,6 +46,13 @@
font-weight: bold; font-weight: bold;
color: #15191F; color: #15191F;
line-height: 48rpx; line-height: 48rpx;
display: -webkit-box;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp:1;
-webkit-box-orient: vertical;
} }
.item-date { .item-date {
......
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 sign in to comment