@import "../../common.wxss"; @import "../../home/index/memberArea/memberArea.wxss"; page { /* padding:0 30rpx; */ box-sizing: border-box; } /** tab */ .view-type { justify-content: space-around; background-color: #fff; border-bottom: 1px solid #e6e6e6; /* background: #FFFFFF; border-bottom: 1px solid #F3F3F3; */ } .view-li { position: relative; /* width: 30%; */ padding: 30rpx 0; box-sizing: border-box; font-size: 32rpx; text-align: center; } .view-li-active::after { display: block; content: ''; position: absolute; bottom: 0; width: 100%; height: 4rpx; background: #ffdd36; border-radius: 2rpx; } .view-li>text { display: block; position: relative; padding: 6rpx 0; border-radius: 26rpx; box-sizing: border-box; font-size: 28rpx; font-family: PingFang SC, PingFang SC-Medium; font-weight: 500; text-align: left; color: #666666; background: transparent; letter-spacing: -1rpx; } .view-li .li-text-active { /* transition: all .5s; */ color: #1a1a1a; font-size: 32rpx; } .btn1 { padding: 8rpx 20rpx; font-size: 26rpx; color: #1A1A1A; color: #fff; border-radius: 28rpx; background-color: #FFDC2F; border-radius: 28rpx; /* margin: 30rpx auto; */ } .type-img { height: 90rpx; width: 90rpx; } btn2 { padding: 8rpx 35rpx; border: 1rpx solid #FFCB67; font-size: 26rpx; color: #FFCB67; border-radius: 25rpx; } .list-status { display: flex; flex-direction: column; width: 100%; margin-top: 30rpx; } .list-status-btns { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; } .list-status-btns .btn1 { padding: 0 25rpx; box-sizing: border-box; font-size: 28rpx; font-family: PingFang SC, PingFang SC-Regular; font-weight: 400; margin-left: 0; margin-right: 26rpx; height: 60rpx; line-height: 60rpx; border-radius: 31rpx; } .list-status-wrap { width: 100%; } .list-status-btns .cencal { color: #9DDB52; border: 1px solid #9DDB52; } .list-status-btns .concat { background: #9DDB52; color: white; border: 1px solid #9DDB52; } .list-brief { width: 100%; /* flex: 1; */ display: flex; flex-direction: row; justify-content: space-between; align-items: center; line-height: 33rpx; } .list-brieft-fixx { width: 450rpx !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 28rpx; } .list-brieft-fixx text { width: 95%; } .timeico { width: 24rpx; height: 23rpx; margin-right: 13rpx; } .adico { width: 22rpx; height: 28rpx; margin-right: 13rpx; } .list-replate { position: relative; } .pricewrap { position: absolute; right: 0; top: 0; color: #EC2E26; } .pricewrap .price { display: flex; flex-direction: row; } .pricewrap .price .p2 { font-size: 36rpx; font-weight: bold; color: #EC2E26; line-height: 45rpx; } .pricewrap .price .p1 { font-size: 22rpx; color: #EC2E26; line-height: 52rpx; } .list-tags { margin-bottom: 4rpx; } .list-tags .sale { box-sizing: content-box; font-size: 24rpx; font-weight: 400; color: #767676; height: 38rpx; line-height: 38rpx; padding: 0 12rpx; margin: 10rpx 10rpx 0 0; background: rgba(255, 255, 255, 0.00); border: 1px solid #d7d7d7; border-radius: 4rpx; display: inline-block; } .flex-status2 { position: absolute; bottom: 0; right: 0; } .list-status-comment { background: #9DDB52; color: white; padding: 0 25rpx; box-sizing: border-box; font-size: 28rpx; font-family: PingFang SC, PingFang SC-Regular; font-weight: 400; margin-left: 0; height: 60rpx; line-height: 60rpx; border-radius: 31rpx; position: absolute; right: 0rpx; bottom: 0; } .list-status-comment.orange { background: #FFCB67; } .label { font-size: 26rpx; font-weight: 400; color: #767676; margin-right: 10rpx; display: inline-block; } .list { padding: 50rpx 60rpx 26rpx; } .list-main { width: 100%; } .finish { font-size: 80rpx; }