my-collect.wxss 2.1 KB
page{
  background-color: #f1f2f4;
}
.container {
  padding: 0;
  width: 750rpx;
  padding-top: 24rpx;
  box-sizing: border-box;
  height: 1400rpx;
  background-color: #f1f2f4;
}

.page {
  padding: 0;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_item {
  display: flex;
  flex-direction: row;
  background: #fff;
  overflow: hidden;
  margin-bottom: 24rpx;
}

movable-area {
  width: 594rpx;
  height: 201rpx;
  background: #fff;
}

movable-view {
  width: 722rpx;
  height: 201rpx;
}

.main_item_content {
  box-sizing: border-box;
  height: 201rpx;
  border-radius: 10rpx;
  line-height: 201rpx;
  color: #8e8e8e;
  padding-left: 10px;
  background: #ffffff;
  display: flex;

}

.delete_btn {
  width: 128rpx;
  height: 201rpx;
  background-color: #FE3A32;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 201rpx;
}
.delete_mask {
  position: relative;
  right: 0;
  left: 0;
  width: 128rpx;
  height: 201rpx;
  background-color: transparent;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 201rpx;
}

.van-card__title {
  font-size: 28rpx;
  font-weight: 500;
}

.van-card__desc {
  font-size: 24rpx;
  font-weight: 400;
  color: #999999;
}

.van-card__price-decimal,
.van-card__price-integer {
  font-size: 36rpx;
}

.van-card__price-decimal,
.van-card__price-integer {
  font-size: 36rpx;
}

.left {
  width: 180rpx;
  height: 180rpx;
  margin-top: 10rpx;
}

.left image {
  width: 180rpx;
  height: 180rpx;
}

.right {
  margin-left: 24rpx;
  height: 180rpx;
  position: relative;
}

.name {
  width: 320rpx;
  height: 40rpx;
  font-size: 28rpx;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-top: -58rpx;
}

.desc {
  width: 202rpx;
  height: 40rpx;
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
}

.price {
  height: 48rpx;
  font-size: 36rpx;
  font-weight: 500;
  text-align: left;
  color: #ff4444;
  position: absolute;
  bottom: 68rpx;
  left: 0;
}