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.
|
|
|
/* subpages/heart/pages/groupBuyList/groupBuyList.wxss */
|
|
|
|
page {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
.group-buy-list {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.my-publish {
|
|
|
|
height: 76rpx;
|
|
|
|
width: 164rpx;
|
|
|
|
position: fixed;
|
|
|
|
right: -10rpx;
|
|
|
|
top: 0rpx;
|
|
|
|
}
|
|
|
|
.my-publish image {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* notice list start */
|
|
|
|
.notice {
|
|
|
|
width: 750rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
margin-top: 14rpx;
|
|
|
|
padding: 30rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
.notice-left {
|
|
|
|
width: 220rpx;
|
|
|
|
min-width: 220rpx;
|
|
|
|
height: 146rpx;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.notice-left image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.notice-right {
|
|
|
|
width: 100%;
|
|
|
|
height: 146rpx;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
.notice-bottom {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 16rpx;
|
|
|
|
}
|
|
|
|
.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-5 {
|
|
|
|
color: #E30000;
|
|
|
|
}
|
|
|
|
.tag-10 {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.notice-time {
|
|
|
|
font-size: 26rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #999999;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.evaluate {
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #F2501B;
|
|
|
|
padding: 6rpx 12rpx;
|
|
|
|
border: 1rpx solid #F2501B;
|
|
|
|
border-radius: 32rpx;
|
|
|
|
width: 80rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
line-height: 32rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.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-options {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 26rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #D60000;
|
|
|
|
}
|
|
|
|
.notice-option .btn {
|
|
|
|
text-align: center;
|
|
|
|
width: 100rpx;
|
|
|
|
}
|
|
|
|
.notice-line {
|
|
|
|
width: 1px;
|
|
|
|
height: 30rpx;
|
|
|
|
background: #BFBFBF;
|
|
|
|
}
|
|
|
|
/* notice list end */
|