myCollections.wxss 2.8 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;
  width: 100%
}
.select_list_item{
        width: auto;
        float: left;
        padding:0 32rpx;
          position: relative;
}
.select_list_item:first-child{
        padding-left:0;
}
.select_list_item:last-child{
        padding-right:0;
}
.select_list_item.active::after{
        content: '';
        position: absolute;
        width: 60%;
        left: 20%;
        bottom:-4rpx;
        height:5rpx;
        background:rgba(255,218,68,1);
        border-radius:3rpx;
}
.select_list_item:first-child::after{
        left: 0;
}
.select_list_item:last-child::after{
        left: 33%;
}

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

.item_list {
  border-bottom: 1rpx solid #f2f2f2;
  padding: 65rpx 0;
  position: relative
}
.unpay_btn{
        position: absolute;
        right: 16rpx;
        bottom:20rpx;
        width:160rpx;
height:50rpx;
border:1rpx solid rgba(255,218,68,1);
border-radius:25px;
text-align: center;
line-height: 50rpx;
font-size: 26rpx
}

.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;
}
.icon-xuanzhong.active{
        color:#888;
}

.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;
}