/* pages/goods/orderList/orderList.wxss */ .tabs-radius { background: #fff; /* opacity: 0.8; */ border-radius: 24rpx; } .tabs { padding: 0 20rpx; } .tabs-wrap { height: 120rpx; /* height: 96rpx; */ /* margin-top: 16rpx; */ /* opacity: 0.8; */ background: #fff; /* justify-content: space-around; */ justify-content: space-evenly; } .tabs-wrap .item { /* width: 33.33%; */ height: 100%; font-size: 28rpx; color: #666666; position: relative; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; } .tabs-wrap .item.line::before { content: ''; position: absolute; right: -80rpx; top: 26rpx; width: 2rpx; height: 44rpx; background-color: #EEEEEE; border-radius: 16rpx; } /* .tabs-wrap .item.active { font-family: PingFangSC-Semibold; font-size: 28rpx; color: #333; border-bottom: 6rpx solid #FA7D22; } */ .tabs-wrap .item.active { font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333333; } .tabs-wrap .item.active::before { content: ''; position: absolute; top: 90rpx; width: 40rpx; height: 8rpx; background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%); border-radius: 4rpx; } .tabs-content .item { margin: 20rpx 0; background: #fff; /* box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255,119,176,0.55); */ } .tabs-content .item .state { margin-left: 20rpx; } /* .tabs-content .item.current0 .state { color: #FF6877; } .tabs-content .item.current1 .state { color: #333333; } .tabs-content .item.current2 .state { color: #85DBD8; } .tabs-content .item.current3 .state { color: #999999; } */ /* .tabs-content .item.current4 .state { color: #FF6877; } */ .tabs-content .item-top { height: 90rpx; padding: 0 24rpx; } .tabs-content .item-top text { font-size: 28rpx; font-family: PingFangSC-Semibold; } .tabs-content .item-content { /* border-top: 1rpx solid rgba(175, 175, 175, 0.1); */ /* border-bottom: 1rpx solid rgba(175, 175, 175, 0.1); */ padding: 10rpx 0 30rpx; margin: 0 24rpx; position: relative; } .item-content:last-child { border-bottom: 1rpx solid rgba(175, 175, 175, 0.1); } .tabs-content .item-content .img { width: 160rpx; height: 160rpx; margin-right: 20rpx; background: #FFFFFF; /* box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1); */ border-radius: 20rpx; } .tabs-content .item-content .icon { width: 136rpx; height: 92rpx; position: absolute; left: 46rpx; top: 160rpx; } .tabs-content .item-content .content { justify-content: space-between; overflow: hidden; } .content-text-box { display: flex; justify-content: center; align-items: center; width: 134rpx; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #999999; } .list-info { display: flex; justify-content: space-between; } .project-name { flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .name{ font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; } .countDown{ font-size: 28rpx; font-weight: 400; color: #fa7d22; display: flex; } .van-count-down{ color: #fa7d22 !important; } .price-all { padding: 30rpx 24rpx 0 10rpx; display: flex; justify-content: flex-end; } .content-left { flex: 1; overflow-x: scroll; position: relative; } .content-left .seckill { position: absolute; top: 0; left: 0; width: 101rpx; height: 40rpx; background: #FA7D22; border-radius: 24rpx 0px 24rpx 0px; font-size: 28rpx; font-weight: 500; color: #FFFFFF; line-height: 40rpx; text-align: center; } .content-project { display: flex; } .projects-list { white-space: nowrap; } .tabs-content .item-content .time { /* background: linear-gradient(270deg, rgba(255, 175, 216, 0) 0%, rgba(255, 119, 176, 0.49) 100%); */ border-radius: 22rpx; font-size: 26rpx; padding: 2rpx 10rpx; box-sizing: border-box; } .tabs-content .item-btn { height: 84rpx; padding-top: 16rpx; padding-bottom: 24rpx; justify-content: flex-end; } .tabs-content .item-btn .btn { width: 192rpx; height: 72rpx; border-radius: 36rpx; font-size: 32rpx; margin-right: 30rpx; box-sizing: border-box; } .tabs-content .item-btn .cancel-btn { border: 2rpx solid #E1E1E1; color: #333; } .tabs-content .item-btn .use-btn { background: #FA7D22; color: #FFFFFF; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; } /* =============================================================================== */