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

样式优化

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