@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: #2B58A5; border-radius: 2rpx; } .view-li>text { display: block; position: relative; padding: 6rpx 0; border-radius: 26rpx; box-sizing: border-box; font-size: 30rpx; 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 { color: #2B58A5; font-size: 34rpx; font-weight: 700; } .btn1 { width: 152rpx; height: 56rpx; background: #c5dbff; border-radius: 28rpx; font-size: 26rpx; color: #2B58A5; border-radius: 28rpx; position: absolute; text-align:center; line-height: 56rpx; bottom: 37rpx; right:29rpx; } .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; font-family: PingFang SC, PingFang SC-Bold; font-weight: 700; color: #1a1a1a; } .icon-home-dizhi{ color: #999999 !important; font-size: 28rpx; } .list-brieft-fixx { width: 450rpx !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; font-size: 24rpx; color: #999999; } .label2 { box-sizing: content-box; font-size: 22rpx; font-weight: 400; color: #767676; height: 38rpx; line-height: 38rpx; padding: 4rpx 15rpx; margin: 20rpx 13rpx 0 0; background: #F0F1F5; border-radius: 10rpx; display: inline-block; } .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: 23rpx; bottom: 125rpx; 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: 24rpx; font-weight: 400; color: #767676; margin-right: 10rpx; display: inline-block; color: #EC931A; } .list { background: #f7f8fa; border-radius: 40rpx 40rpx 0rpx 0rpx; padding: 40rpx 30rpx; } .list-main { width: 100%; background: #fff; border-radius: 20rpx; padding: 30rpx; box-sizing: border-box; } .finish { position: absolute; z-index: 100; color: #B3B3B3; width: 85rpx; bottom: 37rpx; right:29rpx; }