金诚优选前端代码
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.
 
 
 
 
 

96 lines
2.0 KiB

@import '../../../common/css/global';
#store-seckill{
.contents{
height: 100%;
overflow: auto;
box-sizing: border-box;
padding: 0 12px;
.no-list{
text-align: center;
margin: 10px 0;
}
.seckill-list{
margin: 12px 0;
.item{
background: #FFFFFF;
border-radius: 3px;
overflow: hidden;
margin-bottom: 10px;
.img {
position: relative;
image {
border-radius: 3px;
//height: 300rpx !important;
width: 100%;
display: block;
}
.time-box {
position: absolute;
bottom: 0;
width: 100%;
background: @mainColor;
color: #FFFFFF;
height: 32px;
padding: 5px 12px;
box-sizing: border-box;
}
}
.info{
padding: 10px;
.name{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
span{
color: #fe4545;
}
}
.money-box{
display: flex;
align-items: center;
margin-top: 10px;
.num{
padding: 1px 10px;
color: #fff;
font-size: 14px;
border-radius: 20px;
background:#393939;
margin-top: 5px;
}
.money{
flex: 1;
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 5px;
.old{
font-size: 14px;
text-decoration: line-through;
color:#959595;
}
.new{
font-size: 25px;
color: #ee2b1d;
}
}
}
}
}
}
.loadingbox{
height: 40px;
line-height: 40px;
text-align: center;
}
}
}