collectlist.wxss 1.9 KB
.colecttop {
  width: 750rpx;
  height: 100rpx;
  background: #fff;
  padding: 0 162rpx;
  box-sizing: border-box;
}

.collectitem {
  color: #06121e;
  font-size: 28rpx;
}

.collectactive {
  color: #fdaa2a;
  font-size: 32rpx;
  position: relative;
}

.collectactive::after {
  display: block;
  content: '';
  width: 160rpx;
  height: 1rpx;
  background: #fdaa2a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20rpx;
}

page {
  background: #fbf8fb;
}

.shouprice {
  color: #06121e;
  font-size: 28rpx;
  font-weight: bold;
  margin-left: 4rpx;
}

.colectbitem {
  width: 686rpx;
 
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
  padding: 24rpx 28rpx;
  box-sizing: border-box;
  margin: 0 auto 16rpx;
}

.collectbitemleft {
  width: 122rpx;
  height: 122rpx;
  font-size: 0;
}

.collectbtitemr {
  width:420rpx;
  margin-left: 28rpx;
}

.goodname {
  color: #06121e;
  font-size: 28rpx;
  font-weight: bold;
}

.starbox {
  margin-top: 6rpx;
}

.addressbox {
  margin-top: 10rpx;
}

.asddressitem {
  color: #8c9198;
  font-size: 22rpx;
  margin-right: 12rpx;
}

.userimg {
  width: 48rpx;
  height: 48rpx;
  font-size: 0;
}

.username {
  color: #06121e;
  font-size: 24rpx;
  margin-left: 10rpx;
}

.userlevel {
  width: 58rpx;
  height: 30rpx;
  background: rgba(253, 170, 42, 1);
  opacity: 1;
  border-radius: 12rpx;
  color:#fff;
  font-size: 16rpx;
  text-align: center;
  line-height: 30rpx;
  margin-left:22rpx;

}
.goodtext{
  margin-top:16rpx;
}

.order-item {
  height: 240rpx;
  width: 100%;
  display: flex;
  position: relative;
}

.remove{  
  width: 160rpx;  
  height: 95%;  
  background:rgba(189,196,206,1);
  color: white; 
  position: absolute;  
  top: 0;  
  right: -160rpx;  
  display: flex;  
  justify-content: center;  
  align-items: center;  
}  
.delimg{
  width:36rpx;
  height:36rpx;
  font-size: 0
}