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.
 

51 lines
749 B

/* components/detail-announcement/aa.wxss */
.list {
background-color: #FFFFFF;
margin-top: 22rpx;
padding: 0 30rpx 30rpx;
}
.list-title {
font-size: 30rpx;
line-height: 80rpx;
font-weight: bold;
}
.list-info {
display: flex;
flex-wrap: wrap;
}
.list-info-once {
display: flex;
flex-direction: column;
}
.list-info-item {
line-height: 48rpx;
font-size: 24rpx;
width: 50%;
color: #838B99;
}
.list-info-item-line{
line-height: 48rpx;
font-size: 24rpx;
width: 100%;
color: #838B99;
}
.list-item-once {
line-height: 48rpx;
font-size: 24rpx;
color: #838B99;
display: block;
}
/* .list-info .list-info-item:nth-child(odd) {
width: 60%;
}
.list-info .list-info-item:nth-child(even) {
width: 40%;
} */