myCollection.wxss 1.9 KB
/* pages/my/myCollection/myCollection.wxss */

page {
  background-color: #fafafa;
}

.select_list {
  height: 75rpx;
  display: flex;
  justify-content: space-between;
  font-size: 28rpx;
  color: #888;
  padding: 24rpx 48rpx;
  background-color: #fff;
  border-bottom: 1rpx solid #f2f2f2;
}

.content_item {
  background-color: #fff;
  padding: 0 25rpx;
}

.item_list {
  border-bottom: 1rpx solid #f2f2f2;
  padding: 65rpx 0;
}

.icon-weixuanzhong{
        color:#EDEDED;
}

.icon-weixuanzhong.active{
        color:#FFDA44
}

.content_img {
  width: 180rpx;
  height: 180rpx;
  margin-left: 27rpx;
}

.content_img image {
  width: 100%;
  height: 100%;
}

.item_list {
  display: flex;
  align-items: center;
}

.icon-xuanzhong {
  font-size: 38rpx;
  color: #ffda44;
}

.content_information {
  margin-left: 25rpx;
}

.content_title {
  font-size: 30rpx;
  color: #222;
}

.content_hint {
  font-size: 28rpx;
  color: #888;
}

.price_box {
  margin-top: 45rpx;
}

.money_icon {
  font-size: 22rpx;
  color: #222;
}

.present_price {
  font-size: 26rpx;
  font-weight: bold;
  color: #222;
}

.original_price {
  font-size: 22rpx;
  color: #888;
  text-decoration: line-through;
}

.special_offer_box {
  display: flex;
  align-items: center;
}

.money_icon1 {
  font-size: 22rpx;
  color: #ff5757;
}

.special_offer {
  font-size: 34rpx;
  font-weight: bold;
  color: #ff5757;
}

.members_only {
  font-size: 18rpx;
  color: #fff;
  background-color: #ff5757;
  margin-left: 5rpx;
}

.bottom_btn {
  display: flex;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}

.all_btn {
  width: 514rpx;
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #888;
  padding-left: 25rpx;

}
.all{
  margin-left: 24rpx;
}
.delete_btn {
  width: 236rpx;
  height: 100rpx;
  font-size: 26rpx;
  color: #333;
  background: linear-gradient(to left, #ffda44, #ffc444);
  display: flex;
  align-items: center;
  justify-content: center;
}