榆山数据端小程序
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.
 
 

64 lines
1.1 KiB

/* subpages/leaderModel/pages/leaderIndex/components/goodIndex/goodIndex.wxss */
.good-box {
box-sizing: border-box;
width: 100%;
height: auto;
margin-top: 20rpx;
background: #fff;
padding: 30rpx 20rpx 15rpx 20rpx;
display: flex;
}
.one {
width: 60rpx;
height: 60rpx;
vertical-align: middle;
}
.one-text{
display: inline-block;
width: 60rpx;
height: 60rpx;
vertical-align: middle;
color: #29B9A5;
font-weight: bold;
font-size: 38rpx;
font-style:italic;
text-align: center;
line-height: 20rpx;
}
.content {
width: 550rpx;
height: 100%;
display: flex;
flex-direction: column;
/* border: 1rpx solid red; */
color: #333333;
font-size: 34rpx;
margin-left: 5rpx;
}
.numtop {
color: #F08526;
font-size: 32rpx;
margin-left: 20rpx;
}
.icon {
width: 28rpx;
height: 28rpx;
margin-right: 3rpx;
vertical-align: middle;
}
.content-text {
color: #B1B4BF;
font-size: 26rpx;
margin-top: 5rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}