Commit 1ccefea0 authored by 张娇(东信)'s avatar 张娇(东信)

样式优化

parent 295dd19a
...@@ -368,21 +368,28 @@ page { ...@@ -368,21 +368,28 @@ page {
color: #3d3d3d; color: #3d3d3d;
padding-top: 20rpx; padding-top: 20rpx;
padding-left: 20rpx; padding-left: 20rpx;
padding-bottom: 40rpx; padding-bottom: 30rpx;
} }
.detail-int { .detail-int {
width: 336 * 2rpx; width: 21rem;
height: 64rpx; height: 2rem;
font-family: Source Han Sans; font-family: Source Han Sans;
font-size: 24rpx; font-size: 0.75rem;
font-weight: normal; font-weight: normal;
line-height: 32rpx; line-height: 1rem;
letter-spacing: 0em; letter-spacing: 0em;
font-variation-settings: 'opsz' auto; font-variation-settings: 'opsz' auto;
font-feature-settings: 'kern' on; font-feature-settings: 'kern' on;
color: #abaaaa; color: #abaaaa;
padding-left: 20rpx; padding-left: 0.625rem;
padding-bottom: 20rpx; display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 2;
line-height: 40rpx;
height: 80rpx;
} }
.share-img { .share-img {
float: right; float: right;
......
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