honmeigui/pages/zx/index.wxss
2022-12-26 12:02:35 +08:00

59 lines
1.1 KiB
Plaintext

/* pages/zx/index.wxss */
.top {
width: 690rpx;
height: 448rpx;
border-radius: 20rpx;
opacity: 1;
/* border: 1rpx solid red; */
margin-left: 30rpx;
padding-top: 185rpx;
}
.top image {
width: 690rpx;
height: 448rpx;
border-radius: 20rpx;
opacity: 1;
}
.conters {
margin-left: 30rpx;
font-size: 40rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #1A1A1A;
line-height: 47rpx;
margin-top: 40rpx;
}
.conters1 {
width: 690rpx;
margin-left: 30rpx;
font-size: 34rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 51rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-top: 20rpx;
}
.conters2 {
width: 690rpx;
display: flex;
justify-content: flex-end;
/* margin-right: ; */
font-size: 26rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 30rpx;
margin-left: 30rpx;
margin-top: 40rpx;
}