.seckill-detail {
|
position: relative;
|
min-height: 100vh;
|
width: 100%;
|
|
.seckill-bg {
|
overflow-y: auto;
|
}
|
|
.seckill-box-grey {
|
background-color:rgb(228,207,159);
|
}
|
|
.seckill-box-red {
|
background-color:rgb(228,207,159);
|
.seckill-con-c {
|
.seckill-list {
|
padding-bottom: 40px;
|
background-color: #fff;
|
}
|
}
|
}
|
|
.right-icon {
|
background: url("../../assets/images/fx.png") no-repeat;
|
background-size: 36px 36px;
|
width: 36px;
|
height: 36px;
|
}
|
|
.seckill-header {
|
background-size: 100% 100%;
|
}
|
|
.seckill-header,
|
.seckill-header1 {
|
width: 100%;
|
height: 100%;
|
background-repeat: no-repeat;
|
position: relative;
|
}
|
|
.seckill-header1 {
|
background: url("../../assets/images/seckill/seckill_bg.png");
|
background-size: 100%;
|
}
|
|
.seckill-con-time {
|
height: 150px;
|
background: url("../../assets/images/seckill/seckill_header_img2.png") no-repeat;
|
background-size: 100% 150px;
|
position: absolute;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
}
|
|
.seckill-con-c {
|
padding: 0 20px;
|
|
.seckill-list {
|
padding-bottom: 40px;
|
}
|
}
|
|
.seckill-con {
|
width: 100%;
|
}
|
|
.seckill-list-top {
|
overflow: auto;
|
margin-top: 20px;
|
padding: 15px 20px;
|
border-radius: 10px;
|
background-color: #fff;
|
display: flex;
|
|
.today-seckill {
|
width: 90px;
|
height: 90px;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
background-color: rgba(206, 49, 54, 0.1);
|
color: #DF252A;
|
border: 1px solid #DF252A;
|
border-radius: 12px;
|
font-size: 14px;
|
}
|
|
.list-content {
|
flex-grow: 1;
|
width: 50%;
|
display: flex;
|
overflow-x: auto;
|
}
|
|
.list-t {
|
margin-left: 16px;
|
text-align: center;
|
color: #333333;
|
border-radius: 12px;
|
background-color: #FAFAFA;
|
}
|
|
.row-content {
|
width: 136px;
|
height: 90px;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
}
|
|
.active {
|
color: #DF252A;
|
|
.row-t {
|
color: #DF252A;
|
}
|
}
|
|
.rush-buy {
|
background: linear-gradient(123deg, #db4b4e, #c23034 100%);
|
color: #FFF;
|
|
.row-t {
|
color: #fff;
|
}
|
}
|
}
|
|
.seckill-list-bottom {
|
margin-top: 20px;
|
|
.seckill-info {
|
padding: 20px;
|
overflow: hidden;
|
background: #FFF;
|
display: flex;
|
align-items: center;
|
border-radius: 10px;
|
margin-bottom: 20px;
|
|
.seckill-list-left {
|
width: 198px;
|
height: 198px;
|
border-radius: 8px;
|
|
.seckill-list-img {
|
width: 100%;
|
height: 100%;
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
background-position: 0% 0%;
|
}
|
}
|
|
.seckill-list-right {
|
width: 50%;
|
flex-grow: 1;
|
margin-left: 30px;
|
|
.bt-style {
|
min-height: 198px;
|
overflow: hidden;
|
position: relative;
|
|
.info-left {
|
.title {
|
font-size: 28px;
|
font-weight: 600;
|
word-break: break-all;
|
|
.title-info {
|
margin-left: 10px;
|
}
|
}
|
|
.price-style {
|
margin-top: 10px;
|
color: #CE3135;
|
|
.p-price {
|
font-weight: 600;
|
font-size: 26px;
|
}
|
|
.actual-price {
|
color: #999999;
|
text-decoration: line-through;
|
font-size: 26px;
|
margin-left: 16px;
|
}
|
|
.actual-price,
|
.p-price {
|
display: inline-block;
|
}
|
}
|
|
.desc {
|
font-size: 24px;
|
margin-top: 32px;
|
color: #999999;
|
}
|
}
|
|
.info-right {
|
position: absolute;
|
right: 0;
|
bottom: 0;
|
|
.qg {
|
display: inline-block;
|
width: 140px;
|
text-align: center;
|
font-size: 26px;
|
padding: 12px 0px;
|
color: #CE3135;
|
border: 2px solid #ce3135;
|
border-radius: 32px;
|
}
|
|
.qg-xq {
|
width: 112px;
|
height: 112px;
|
|
img {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
}
|
}
|
}
|
}
|
|
.seckill-info:last-child {
|
border-bottom-left-radius: 16px;
|
border-bottom-right-radius: 16px;
|
}
|
}
|
.row-jc {
|
font-size: 30px;
|
font-weight: bold;
|
}
|
|
.row-t {
|
font-size: 24px;
|
color: #999999;
|
}
|
|
.empty-row {
|
margin-top: 20px;
|
text-align: center;
|
padding-bottom: 30px;
|
|
.empty-img {
|
width: 424px;
|
height: 315px;
|
}
|
|
.empty-text {
|
color: #cecece;
|
font-size: 32px;
|
font-weight: 400;
|
}
|
}
|
|
.seckill-name {
|
height: 88px;
|
line-height: 88px;
|
background-color: #FFF;
|
text-align: center;
|
font-size: 28px;
|
color: #666;
|
}
|
}
|
|
.row-center {
|
background: #fff
|
}
|
|
.coloum-center {
|
align-items: center;
|
}
|
|
.download-btn {
|
position: absolute;
|
top: 25px;
|
right: 0;
|
// z-index: 101;
|
background: #e49e14;
|
color: #FFF;
|
padding: 12px 28px;
|
font-size: 26px;
|
border-top-left-radius: 28px;
|
border-bottom-left-radius: 28px;
|
}
|
|
.tips-style {
|
text-align: center;
|
font-size: 32px;
|
font-weight: 400;
|
color: #333;
|
height: 70px;
|
line-height: 70px;
|
border-bottom: 1px solid #F2F2F2;
|
}
|
|
.overlay-style {
|
position: fixed;
|
top: 0;
|
left: 0;
|
// z-index: 999;
|
width: 100%;
|
height: 100%;
|
background-color: rgba(0, 0, 0, 0.7);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
|
.overlay-con {
|
background-color: #FFF;
|
width: 540px;
|
height: 332px;
|
border-radius: 10px;
|
position: relative;
|
font-size: 28px;
|
color: #666;
|
|
.close {
|
position: absolute;
|
right: 20px;
|
top: 20px;
|
font-size: 40px;
|
cursor: pointer;
|
// z-index: 10000;
|
}
|
|
.overlay-con-item {
|
height: calc(100% - 70px);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
|
.overlay-i {
|
width: 168px;
|
height: 52px;
|
display: inline-block;
|
margin-right: 15px;
|
background: #e7e7e7;
|
|
.overlay-i-line {
|
text-align: center;
|
|
>img {
|
width: 40px;
|
height: 40px;
|
position: relative;
|
top: 6px;
|
}
|
|
span {
|
margin-left: 15px;
|
font-size: 16px;
|
}
|
}
|
}
|
}
|
}
|
}
|
|
.bg-style {
|
width: 100%;
|
height: 742px;
|
}
|
|
.banner-style {
|
width: 86%;
|
height: 300px !important;
|
top: 140px;
|
margin: 0 auto;
|
position: relative;
|
bottom: 600px;
|
}
|
|
.seckill-time-t {
|
color: rgb(164,120,74);
|
transform: scale(0.85);
|
font-weight: 500;
|
position: absolute;
|
top: 665px;
|
left: 50%;
|
margin-left: -160px;
|
}
|
|
.ztdx {
|
font-size: 24px;
|
// transform: rotate(-6deg);
|
// -ms-transform: rotate(-6deg);
|
// /* Internet Explorer */
|
// -moz-transform: rotate(-6deg);
|
// /* Firefox */
|
// -webkit-transform: rotate(-6deg);
|
// /* Safari 和 Chrome */
|
// -o-transform: rotate(-6deg);
|
/* Opera */
|
}
|
|
.grey-box {
|
color: #999999 !important;
|
}
|