You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.2 KiB
67 lines
1.2 KiB
/* miniprogram/pages/classicCase/classicCase.wxss */
|
|
page{
|
|
height: auto;
|
|
cursor: default;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
.content{
|
|
width: 100%;
|
|
height: 206rpx;
|
|
/* border: 1rpx solid red; */
|
|
margin-top: 20rpx;
|
|
position: relative;
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
.image{
|
|
width: 220rpx;
|
|
height: 166rpx;
|
|
/* border: 1rpx solid pink; */
|
|
}
|
|
.text{
|
|
width: 470rpx;
|
|
height: auto;
|
|
color: #333333;
|
|
font-size: 36rpx;
|
|
line-height: 48rpx;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
display:-webkit-box;
|
|
-webkit-box-orient:vertical;
|
|
-webkit-line-clamp:3;
|
|
position: absolute;
|
|
left: 260rpx;
|
|
top: 12rpx;
|
|
|
|
}
|
|
.time {
|
|
position: absolute;
|
|
left: 260rpx;
|
|
bottom: 10rpx;
|
|
}
|
|
.time image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-right: 5rpx;
|
|
}
|
|
.time text{
|
|
color: #ADAEB3;
|
|
font-size: 24rpx;
|
|
letter-spacing: 4rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.loadmore{
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background: #f6f8f8;
|
|
font-size:12px;
|
|
color: #999;
|
|
}
|