|
|
.goods-container {
|
|
|
background: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.new-goods-list {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
margin: 0 20px;
|
|
|
}
|
|
|
|
|
|
.new-index-filter-list-item:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
.new-index-filter-list-item {
|
|
|
background: white;
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
margin-bottom: 10px;
|
|
|
margin-top: 10px;
|
|
|
|
|
|
.new-group-product-image {
|
|
|
margin: 20px;
|
|
|
width: 162px;
|
|
|
height: 220px;
|
|
|
}
|
|
|
|
|
|
.new-group-product-info-bg {
|
|
|
flex-grow: 1;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.new-group-product-name {
|
|
|
margin-top: 20px;
|
|
|
margin-right: 20px;
|
|
|
font-family: PingFang-SC-Regular, sans-serif;
|
|
|
color: #222;
|
|
|
letter-spacing: 0;
|
|
|
line-height: 36px;
|
|
|
height: 56px;
|
|
|
font-size: 24px;
|
|
|
display: -webkit-box;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
word-wrap: break-word;
|
|
|
white-space: normal !important;
|
|
|
-webkit-line-clamp: 2;
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
|
|
|
.new-group-free-post {
|
|
|
width: 60px;
|
|
|
height: 38px;
|
|
|
background: url("img/activity/group/group/new-free-post@3x.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
.new-market-button {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
|
|
|
.go-group-product {
|
|
|
width: 160px;
|
|
|
height: 60px;
|
|
|
background: url("img/activity/group/group/go-group@3x.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
left: -5px;
|
|
|
}
|
|
|
|
|
|
.group-free-number {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
.new-group-number {
|
|
|
font-family: PingFang-SC-Regular, sans-serif;
|
|
|
letter-spacing: 0;
|
|
|
box-sizing: border-box;
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
border-radius: 15px;
|
|
|
border: 0.5px #222 solid;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.forcefontsize10 {
|
|
|
display: inline-block;
|
|
|
font-size: 12px;
|
|
|
-webkit-text-size-adjust: none;
|
|
|
transform: scale(0.83, 0.83);
|
|
|
}
|
|
|
|
|
|
.new-group-prict-bg {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
|
|
|
.new-group-price {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
flex-grow: 1;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
.new-group-number-price {
|
|
|
color: #d0021b;
|
|
|
}
|
|
|
|
|
|
.new-group-price-collage {
|
|
|
margin-left: 20px;
|
|
|
font-size: 36px;
|
|
|
}
|
|
|
|
|
|
.new-group-price-market {
|
|
|
font-family: PingFang-SC-Regular, sans-serif;
|
|
|
font-size: 12px;
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.new-group-product-left-icon {
|
|
|
position: absolute;
|
|
|
top: 40px;
|
|
|
width: 88px;
|
|
|
height: 40px;
|
|
|
left: 0;
|
|
|
font-size: 22px;
|
|
|
background: url("img/activity/group/group/Rectangle@3x.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.new-group-product-left-icon-number {
|
|
|
display: inline-block;
|
|
|
color: #fff;
|
|
|
font-size: 22px;
|
|
|
margin-left: 12px;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
} |
...
|
...
|
|