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.
79 lines
1.4 KiB
79 lines
1.4 KiB
.notice {
|
|
width: 750rpx;
|
|
background-color: #fff;
|
|
margin-top: 14rpx;
|
|
padding: 40rpx 10rpx 0rpx 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.notice-title {
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
/* overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical; */
|
|
}
|
|
.notice-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 80rpx;
|
|
}
|
|
.bottom-left {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: flex-start;
|
|
}
|
|
.notice-tag {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
margin-right: 10rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.tag-0 {
|
|
color: #00A066;
|
|
}
|
|
.tag-1 {
|
|
color: #E30000;
|
|
}
|
|
.notice-time {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
}
|
|
.notice-detail {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #F1551B;
|
|
width: 100rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.notice-option {
|
|
width: 240rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #D60000;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.notice-option .btn {
|
|
text-align: center;
|
|
width: 100rpx;
|
|
}
|
|
.notice-line {
|
|
width: 1px;
|
|
height: 30rpx;
|
|
background: #BFBFBF;
|
|
}
|