锦水居民端小程序
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.

204 lines
3.8 KiB

/* subpages/heart/pages/groupBuyListMy/groupBuyListMy.wxss */
page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f7f7f7;
}
.drop-by-list {
position: relative;
overflow: hidden;
}
/* tab start */
.tab-all {
width: 100%;
height: 90rpx;
background-color: #fff;
}
.tab-bar {
width: 100%;
height: 90rpx;
background: #fff;
display: flex;
align-items: center;
position: relative;
}
.tab-bar-fixed {
position: fixed;
top: 0rpx;
}
.tab-bar .tab {
font-size: 34rpx;
font-weight: 500;
color: rgba(171, 171, 171, 1);
width: 50%;
height: 100%;
line-height: 92rpx;
/* text-indent: 20rpx; */
text-align: center;
position: relative;
z-index: 10;
}
.tab-bar .tab.select {
font-size: 36rpx;
font-weight: bold;
color: rgba(229, 15, 0, 1);
}
.tab-bar .select-bar {
position: absolute;
left: 14rpx;
bottom: 0rpx;
width: 30rpx;
height: 8rpx;
border-radius: 4rpx;
background: #fc5555;
z-index: 1;
}
.tab-bar .tab0.select-bar {
left: calc(25% - 15rpx);
transition: left 0.3s linear;
}
.tab-bar .tab1.select-bar {
left: calc(75% - 15rpx);
transition: left 0.3s linear;
}
/* tab end */
/* list start */
.notice {
width: 750rpx;
background-color: #fff;
margin-top: 14rpx;
padding: 30rpx 30rpx 10rpx 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: 8rpx;
}
.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-4 {
color: #7561E0;
}
.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-options {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #F1551B;
height: 50rpx;
line-height: 50rpx;
}
.notice-options .notice-btn {
text-align: center;
width: 120rpx;
}
.notice-options .notice-btn:first-child {
text-align: left;
width: 80rpx;
}
.notice-options .notice-btn-disabled {
color: #C1C1C1;
}
.notice-line {
width: 1px;
height: 30rpx;
background: #BFBFBF;
}
/* list end */