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.
164 lines
3.1 KiB
164 lines
3.1 KiB
.page{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.pay-price{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
background-color: #FFFFFF;
|
|
.icon{
|
|
width: 150rpx;
|
|
height: 100rpx;
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
.price-data{
|
|
height: 100rpx;
|
|
margin-left: 50rpx;
|
|
.list{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 50rpx;
|
|
.title{
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
}
|
|
.content{
|
|
font-size: 28rpx;
|
|
color: $base;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/* 跳转按钮 */
|
|
.skip-btn{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
margin-top: 100rpx;
|
|
.btn{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 40%;
|
|
height: 70%;
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
background-color: $base;
|
|
border-radius: 100rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
}
|
|
/* 为你推荐 */
|
|
.recommend-info{
|
|
width: 100%;
|
|
background-color: #f2f2f2;
|
|
.recommend-title{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
.title{
|
|
display: flex;
|
|
align-items: center;
|
|
image{
|
|
width: 416rpx;
|
|
height: 40rpx;
|
|
}
|
|
}
|
|
}
|
|
.goods-list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
padding: 0 30rpx;
|
|
.list{
|
|
width: 49%;
|
|
height: 540rpx;
|
|
margin-bottom: 20rpx;
|
|
background-color: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
.pictrue{
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
image{
|
|
height: 350rpx;
|
|
}
|
|
}
|
|
.title-tag{
|
|
// display: flex;
|
|
height: 100rpx;
|
|
padding: 20rpx;
|
|
.tag{
|
|
float: left;
|
|
margin-right: 10rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
white-space: normal;
|
|
font-size: 26rpx;
|
|
line-height: 40rpx;
|
|
text{
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
padding: 4rpx 16rpx;
|
|
background: linear-gradient(to right,$base,$change-clor);
|
|
border-radius: 6rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
.price-info{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 20rpx;
|
|
height: 80rpx;
|
|
.user-price{
|
|
display: flex;
|
|
align-items: center;
|
|
text{
|
|
color: $price-clor;
|
|
}
|
|
.min{
|
|
font-size: 24rpx;
|
|
}
|
|
.max{
|
|
font-size: 32rpx;
|
|
}
|
|
}
|
|
.vip-price{
|
|
display: flex;
|
|
align-items: center;
|
|
image{
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
text{
|
|
color: #fcb735;
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|