You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

92 lines
1.5 KiB

.wishlist_body{
position: relative;
}
.wishlist{
padding: 0 26.67rpx;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
.wishlist_item{
display: flex;
flex-direction: column;
font-size: 25.33rpx;
font-weight: 500;
width: 33%;
margin-top: 33.33rpx;
.wishlist_item_img{
width: 220rpx;
height: 220rpx;
margin-bottom: 25.33rpx;
background-color: #999999;
position: relative;
.select{
position: absolute;
width: 28rpx;
height: 28rpx;
top: 8rpx;
right: 8rpx;
}
}
.wishlist_item_bottom{
display: flex;
align-items: center;
padding-left: 22.67rpx;
justify-content: space-between;
.wishlist_item_bottom_icon{
width: 30rpx;
height: 30rpx;
}
}
}
}
.wishlist_foot{
padding: 33.33rpx 26.67rpx;
position: fixed;
bottom: 0;
width: 100%;
border-top: 1px solid #F5F6FA;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
.wishlist_foot_left{
font-size: 36rpx;
font-weight: 400;
display: flex;
justify-content: space-between;
align-items: center;
img{
width: 36rpx;
height: 36rpx;
margin-right: 9.33rpx;
}
}
.wishlist_foot_right{
width: 164rpx;
height: 73.33rpx;
font-weight: bold;
button{
font-size: 26.67rpx;
line-height: 73.33rpx;
width: 100%;
height: 100%;
background-color: #C0C0C0;
color: #FFFFFF;
border: none;
border-radius: 0;
}
.wishlist_foot_right_button{
background-color: black !important;
}
}
}