140 lines
2.2 KiB
Plaintext
140 lines
2.2 KiB
Plaintext
.small-list {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: -5.333vw 0 0 -4vw;
|
|
}
|
|
|
|
.small-list .item {
|
|
-webkit-box-flex: 50%;
|
|
box-sizing: border-box;
|
|
flex: 50% 0 0;
|
|
margin-top: 5.333vw;
|
|
padding: 0 0 0 4vw;
|
|
width: 50%;
|
|
}
|
|
|
|
.small-list .hd {
|
|
border-radius: 1.067vw;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.image-box.__56 {
|
|
padding-top: 56.25%;
|
|
}
|
|
|
|
.image-box image {
|
|
height: 100%;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.small-list .bd {
|
|
padding: 2.667vw 0 0;
|
|
}
|
|
|
|
.small-list .title {
|
|
-webkit-box-orient: vertical;
|
|
color: #222;
|
|
display: -webkit-box;
|
|
line-height: 1.4em;
|
|
margin: 0 0 .2em;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.small-list .title.__small {
|
|
font-size: 3.733vw;
|
|
}
|
|
|
|
.small-list .bd-btm {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
align-items: flex-end;
|
|
height: 9.6vw;
|
|
justify-content: space-between;
|
|
margin: 0 0 .8vw;
|
|
}
|
|
|
|
._btm_lt,.small-list .bd-btm {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
|
|
._btm_lt {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.now-price {
|
|
color: #eb5252;
|
|
font-family: DIN;
|
|
line-height: 1.75em;
|
|
}
|
|
|
|
.now-price,.now-price.__normal {
|
|
font-size: 3.2vw;
|
|
}
|
|
|
|
.now-price .symbol {
|
|
display: inline;
|
|
margin: 0 .267vw 0 0;
|
|
}
|
|
|
|
.now-price.__normal .buck {
|
|
display: inline;
|
|
font-size: 4.8vw;
|
|
}
|
|
|
|
.cent {
|
|
display: inline;
|
|
}
|
|
|
|
.now-price .qi {
|
|
display: inline;
|
|
margin: 0 0 0 .267vw;
|
|
}
|
|
|
|
.old-price {
|
|
color: #9b9b9b;
|
|
font-family: DIN;
|
|
font-size: 3.2vw;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.vip-price-wrap {
|
|
height: 3.467vw;
|
|
}
|
|
|
|
.issaled {
|
|
align-items: center;
|
|
background: rgba(0,0,0,.4);
|
|
border-radius: 5px;
|
|
display: flex;
|
|
height: 100%;
|
|
justify-content: center;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.issaled image {
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
}
|
|
|
|
.hover {
|
|
background: transparent;
|
|
} |