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.
 
 
 
 
 
 

156 lines
2.6 KiB

.mask{
position: fixed;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.5;
z-index: 998;
top: 0;
left: 0;
}
.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;
}
}
}
.login{
padding: 0 32rpx;
.login_input{
height: 97.33rpx;
border: 1px solid #323333;
border-radius: 48.67rpx;
font-size: 22.67rpx;
padding-left: 33.33rpx;
margin-bottom: 56rpx;
}
.tips{
color: #DA0303;
font-size: 18.67rpx;
font-weight: bold;
}
.forgot{
font-size: 22.67rpx;
color: #666666;
margin-top: 29.33rpx;
text-align: right;
margin-bottom: 34.67rpx;
}
.login_submit{
width: 100%;
height: 88rpx;
line-height: 88rpx;
background-color: #000000;
color: white;
border-radius: 6.67rpx;
margin-bottom: 52rpx;
font-weight: bold;
}
.agreement{
display: flex;
// align-items: center;
// padding: 0 33.33rpx;
font-size: 24rpx;
font-weight: bold;
.agreement_image{
width: 24rpx;
height: 24rpx;
margin-right: 13.33rpx;
padding-top: 4rpx;
}
.text{
color: #4F92F1;
display: inline-block;
margin: 0 4px;
}
}
}