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.
268 lines
4.6 KiB
268 lines
4.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;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
// 优惠卷
|
|
.coupons_item{
|
|
display: flex;
|
|
background-color: #FEF6F4;
|
|
height: 186.67rpx;
|
|
color: #F66C46;
|
|
margin-bottom: 25.33rpx;
|
|
.coupons_item_left{
|
|
width: 216.67rpx;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 20rpx;
|
|
font-weight: 400;
|
|
&:before{
|
|
content: "";
|
|
background-color: white;
|
|
z-index: 99;
|
|
position: absolute;
|
|
right: -15rpx;
|
|
top: 0;
|
|
width: 30rpx;
|
|
height: 20rpx;
|
|
border-radius: 0 0 15rpx 15rpx;
|
|
}
|
|
&:after{
|
|
content: "";
|
|
background-color: white;
|
|
z-index: 99;
|
|
position: absolute;
|
|
right: -15rpx;
|
|
bottom: 0;
|
|
width: 30rpx;
|
|
height: 20rpx;
|
|
border-radius: 15rpx 15rpx 0 0;
|
|
}
|
|
.item_left_prcie{
|
|
font-weight: bold;
|
|
font-size: 40rpx;
|
|
// margin-bottom: 13.33rpx;
|
|
}
|
|
.item_left_span{
|
|
text-align: center;
|
|
}
|
|
}
|
|
.coupons_item_right{
|
|
width: 480.67rpx;
|
|
height: 100%;
|
|
font-size: 20rpx;
|
|
font-weight: 400;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: relative;
|
|
padding-left: 36rpx;
|
|
padding-right: 23.33rpx;
|
|
&:before{
|
|
content: "";
|
|
z-index: 99;
|
|
position: absolute;
|
|
left: -5rpx;
|
|
height: 120rpx;
|
|
border: dashed #F66C46 1rpx;
|
|
}
|
|
.coupons_item_right_select{
|
|
width: 34.67rpx;
|
|
height: 34.67rpx;
|
|
position: absolute;
|
|
top: 12.67rpx;
|
|
right: 15.33rpx;
|
|
}
|
|
.coupons_item_right_bg{
|
|
width: 82.67rpx;
|
|
height: 60.67rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
right:116.67rpx;
|
|
}
|
|
.coupons_right_info{
|
|
.coupons_right_info_title{
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.coupons_right_info_time{
|
|
font-size: 16rpx;
|
|
margin-top: 13.33rpx;
|
|
}
|
|
}
|
|
button{
|
|
background: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
border: #F66C46 1px solid;
|
|
font-size: 25.33rpx;
|
|
height: 39.33rpx;
|
|
line-height: 39.33rpx;
|
|
color: #F66C46;
|
|
font-weight: bold;
|
|
white-space:nowrap;
|
|
padding:0 10rpx;
|
|
box-sizing: content-box;
|
|
overflow: inherit;
|
|
&::after{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|