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.
170 lines
3.5 KiB
170 lines
3.5 KiB
@import "../../../assets/css/global";
|
|
#vip-introduce{
|
|
.content-top{
|
|
image{
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
.content-center{
|
|
background-color:#DC9D72;
|
|
image{
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
.imgs {
|
|
padding: 0 13px;
|
|
box-sizing: border-box;
|
|
}
|
|
.goods-list{
|
|
padding:5px 15px 15px 15px;
|
|
.item{
|
|
display: flex;
|
|
align-items: center;
|
|
padding:15px;
|
|
background-color: #FFFFFF;
|
|
position: relative;
|
|
.small-txt{
|
|
position: absolute;
|
|
background-color:@mainColor;
|
|
color: #FFFFFF;
|
|
font-size: 12px;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 3px 15px;
|
|
}
|
|
.left-box{
|
|
width:90px;
|
|
height: 90px;
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
.right-box{
|
|
flex: 1;
|
|
overflow: hidden;
|
|
padding-left:15px;
|
|
.name{
|
|
color:#111111;
|
|
font-size: 15px;
|
|
line-height: 22px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
margin-bottom:15px;
|
|
}
|
|
.sale-box{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid @mainColor;
|
|
border-radius:14px;
|
|
overflow: hidden;
|
|
font-size: 10px;
|
|
width: 50%;
|
|
line-height: 18px;
|
|
.left{
|
|
color: #FFFFFF;
|
|
background-color: @mainColor;
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.right{
|
|
color: @mainColor;
|
|
background-color: #FFFFFF;
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.money-buy{
|
|
margin-top: 10px;
|
|
display:flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
color:#FB5054;
|
|
}
|
|
.buy{
|
|
border-radius:12px;
|
|
background-color:#E7031C;
|
|
color: #FFFFFF;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
padding:3px 16px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.share-fixed{
|
|
position: fixed;
|
|
right: 0px;
|
|
bottom:130px;
|
|
width:50px;
|
|
padding:6px 0 4px 0;
|
|
background:linear-gradient(304deg,rgba(255,204,164,1) 0%,rgba(236,208,184,1) 100%);
|
|
box-shadow:0px -4px 26px 0px rgba(0,0,0,0.11);
|
|
border-radius:4px;
|
|
text-align: center;
|
|
font-size:12px;
|
|
.iconfont{
|
|
padding-bottom:3px;
|
|
}
|
|
|
|
}
|
|
.maks{
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 40;
|
|
background: rgba(0,0,0,.6);
|
|
opacity: 1;
|
|
transition: opacity .3s ease;
|
|
display: none;
|
|
|
|
&.share {
|
|
background: none;
|
|
}
|
|
&.cur{
|
|
display: block;
|
|
}
|
|
}
|
|
//弹出分享部分
|
|
.share-box {
|
|
background: #CDCDD1;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 0;
|
|
z-index: 50;
|
|
transition:all .3s linear;
|
|
.shaer-item {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
color: #2E2D2D;
|
|
background: #ffffff;
|
|
border-radius: 0;
|
|
&:after {
|
|
border: none;
|
|
}
|
|
&.clear {
|
|
margin-top: 5px;
|
|
color: #9B9B9B;
|
|
}
|
|
}
|
|
|
|
|
|
&.cur{
|
|
height: 155px;
|
|
|
|
}
|
|
}
|
|
}
|