移动端千目GO
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.
 
 
 

198 lines
4.2 KiB

.popup-wrapper {
position: absolute;
width: 100vw;
left: 0;
bottom: 0;
z-index: 10000;
box-sizing: border-box;
&.noshow {
padding: 0;
}
.popup {
position: relative;
width: calc(100vw - 20px);
margin-left: 10px;
margin-bottom: 26px;
background: #ffffff;
box-shadow: 0px 12px 16px rgba(104, 110, 127, 0.08);
border-radius: 18px;
height: 200px;
background: #fff;
.couponTop {
position: absolute;
left: 0;
right: 0;
top: -40px;
z-index: -1;
width: 100%;
object-fit: contain;
}
.close-icon {
position: absolute;
top: 16px;
right: 16px;
width: 24px;
height: 24px;
z-index: 10;
}
.r1 {
display: flex;
width: 100%;
padding: 14px 20px 0 14px;
height: 110px;
.avatar {
width: 80px;
height: 80px;
background: #ffffff;
box-shadow: 0px 8px 16px rgba(104, 110, 127, 0.08);
border-radius: 6px;
margin-right: 22px;
background-size: 64px 64px;
background-position: center;
background-repeat: no-repeat;
}
.popupname {
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #323337;
margin-top: 10px;
margin-bottom: 10px;
width: calc(100vw - 187px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.popupdesc {
display: flex;
align-items: center;
justify-content: space-between;
font-family: PingFang SC;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #a1a5b3;
}
}
.tabs {
position: relative;
display: flex;
padding: 20px 14px;
padding-bottom: 0;
&::after {
content: "";
position: absolute;
top: 0;
left: 20px;
right: 20px;
border-top: 1px dashed #edeff3;
}
.tab {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex: 1;
height: 56px;
background: linear-gradient(180deg, #508af7 0%, #5ea5f9 100%);
border-radius: 10px;
text-align: center;
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #ffffff;
img {
width: 20px;
height: 20px;
margin-right: 8px;
}
}
.tab + .tab {
margin-left: 14px;
}
}
.meta {
line-height: 12px;
vertical-align: middle;
img {
width: 12px;
}
.title {
color: #7e7e7e;
font-size: 12px;
margin-left: 5px;
}
}
.detail {
color: #a9a9a9;
font-size: 12px;
line-height: 16px;
padding-right: 17px;
padding-bottom: 30px;
.title {
margin-bottom: 4px;
color: #7e7e7e;
font-size: 14px;
line-height: 14px;
}
.content {
max-height: 64px;
overflow: scroll;
}
}
.navbtn {
position: absolute;
top: 46px;
right: 14px;
text-align: center;
&::before {
content: "";
display: block;
position: absolute;
top: 9px;
left: 0;
right: 0;
margin: 0 auto;
width: 74px;
height: 30px;
background: linear-gradient(
90deg,
rgba(46, 177, 255, 1) 0%,
rgba(61, 140, 255, 1) 100%
);
border-radius: 17px;
opacity: 0.5;
filter: blur(4px);
z-index: -2;
}
&::after {
content: "去这里";
display: block;
top: 0;
right: 0;
z-index: 2;
background: linear-gradient(
90deg,
rgba(46, 177, 255, 1) 0%,
rgba(61, 140, 255, 1) 100%
);
border-radius: 17px;
line-height: 34px;
padding: 0 18px;
font-size: 12px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #fff;
}
}
}
}