61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
/* pages/ArticleList/ArticleList.wxss */
|
|
.art-list {
|
|
padding-top: 80rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.art-list .art-box {
|
|
text-align: left;
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.art-list .art-box .box {
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding-right: 28rpx;
|
|
display: flex;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.art-list .art-box .box .ul {
|
|
margin-left: 28rpx;
|
|
width: 426rpx;
|
|
font-size: 32rpx;
|
|
text-align: left;
|
|
position: relative;
|
|
}
|
|
|
|
.art-list .art-box .box .ul .li {
|
|
line-height: 48rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
.art-list .art-box .box .img {
|
|
width: 240rpx;
|
|
height: 168rpx;
|
|
background-color: #ccc;
|
|
margin-left: 24rpx;
|
|
margin-right: 24rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.art-list .art-box .box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pay-money {
|
|
width: 68rpx;
|
|
height: 36rpx;
|
|
border-radius: 10rpx;
|
|
border: solid 2rpx #ff2c29;
|
|
display: inline-block;
|
|
text-align: center;
|
|
line-height: 36rpx;
|
|
vertical-align: text-top;
|
|
font-size: 12px;
|
|
color: #ff2c29;
|
|
}
|