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.
118 lines
1.8 KiB
118 lines
1.8 KiB
.sea_con{
|
|
padding: 36rpx;
|
|
}
|
|
.sea_item{
|
|
padding: 0 !important;
|
|
background-color: #F5F7FA;
|
|
border-radius: 20rpx !important;
|
|
position: relative;
|
|
}
|
|
.sea_item .img{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
position: absolute;
|
|
left: 20rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
z-index: 10;
|
|
|
|
}
|
|
/deep/ .item_input{
|
|
padding-left: 76rpx !important;
|
|
}
|
|
|
|
.goods_list_con{
|
|
width: 100%;
|
|
background-color: #F5F7FA;
|
|
padding:36rpx 36rpx 140rpx 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.good_item{
|
|
width: 320rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.good_item image{
|
|
width: 100%;
|
|
}
|
|
.text{
|
|
padding: 24rpx;
|
|
font-size: 26rpx;
|
|
color: #303133;
|
|
|
|
}
|
|
.price{
|
|
padding: 18rpx 24rpx 36rpx 24rpx;
|
|
font-size: 28rpx;
|
|
color: #954DE3;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
.goods_con{
|
|
background-color: #F5F7FA;
|
|
}
|
|
|
|
.goods_list_con{
|
|
width: 100%;
|
|
padding:36rpx 36rpx 140rpx 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.good_item{
|
|
width: 330rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.good_item image{
|
|
width: 100%;
|
|
}
|
|
.text{
|
|
padding: 0 24rpx;
|
|
font-size: 26rpx;
|
|
color: #303133;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
}
|
|
.price{
|
|
padding: 18rpx 24rpx 36rpx 24rpx;
|
|
font-size: 28rpx;
|
|
color: #954DE3;
|
|
text-align: left;
|
|
}
|
|
.top_item{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 36rpx;
|
|
line-height: 108rpx;
|
|
background-color: #954DE3;
|
|
}
|
|
.one{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.dimg{
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
.white{
|
|
width: 76rpx;
|
|
height: 76rpx;
|
|
}
|
|
.white image{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 10rpx;
|
|
}
|
|
.dtext{
|
|
color: #fff;
|
|
margin-left: 16rpx;
|
|
}
|