成都SKPAR小程序
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.
 

406 lines
6.6 KiB

#map {
/* z-index: 10000 !important; */
position: relative;
}
#loc {
width: 50rpx;
height: 50rpx;
position: absolute;
/* bottom: 90px;
right: 80px; */
z-index: 1000000000 !important;
}
.floor-modal {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 10 !important;
}
.floor-modal > .content {
position: absolute;
width: 100%;
height: 560px;
bottom: 0;
background: linear-gradient(
180deg,
#9fcdff 0%,
#e1f4ff 29.17%,
#ffffff 51.56%,
#ffffff 100%
);
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 28px;
text-align: center;
letter-spacing: 1px;
color: #554936;
padding-top: 245px;
text-align: left;
}
.floor-modal > .content > .bg {
position: absolute;
top: 28px;
left: 22px;
right: 22px;
z-index: 1;
}
.floor-modal > .content > .meta1 {
font-family: PingFang SC;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
padding-left: 28px;
color: #474a56;
}
.floor-modal > .content > .meta2 {
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 31px;
letter-spacing: 1px;
padding-left: 28px;
color: #323337;
}
.content > .list {
width: 100vw;
height: 100px;
margin-top: 32px;
white-space: nowrap;
}
.content > .list .item {
display: inline-flex;
width: 64px;
height: 100px;
background: #f3f4f8;
border-radius: 8px;
justify-content: center;
align-items: center;
margin-left: 28px;
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 25px;
text-align: center;
letter-spacing: 1px;
color: #323337;
}
.content > .list .item + .item {
margin-left: 8px;
}
.content > .list .item.active {
border: 2px solid #437af7;
}
.list .list-container {
display: inline-flex;
padding-right: 28px;
}
.content > .tip {
margin-top: 10px;
margin-bottom: 9px;
font-family: PingFang SC;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 17px;
text-align: center;
color: #7a7e8d;
}
.content > .btn {
display: flex;
align-items: center;
justify-content: center;
width: calc(100vw - 28px - 28px);
margin-left: 28px;
height: 48px;
background: linear-gradient(180deg, #508af7 0%, #5ea5f9 100%);
box-shadow: 0px 6px 12px rgba(93, 172, 249, 0.2);
border-radius: 10px;
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 16px;
text-align: center;
color: #ffffff;
padding: 0;
}
.content > .btn.disabled {
color: #fff;
box-shadow: none;
background: #a1a5b3;
}
.content > .close {
position: absolute;
width: 24px;
height: 24px;
top: 16px;
right: 16px;
}
.success-prompt {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 80%);
z-index: 10 !important;
}
.success-prompt > image {
position: absolute;
width: 128px;
height: 128px;
top: 221px;
left: 0;
right: 0;
margin: auto;
}
.success-prompt > .title {
position: absolute;
top: 429px;
left: 0;
right: 0;
font-family: PingFang SC;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 39px;
text-align: center;
letter-spacing: 1px;
color: #ffffff;
}
.success-prompt > .meta {
position: absolute;
top: 476px;
left: 0;
right: 0;
font-family: PingFang SC;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 1px;
color: #c9cbd1;
}
.zzcImg {
width: 100%;
height: 100%;
/* border: 1px solid red; */
z-index: 10;
position: absolute;
left: 0;
top: 0;
}
.zzcimg_ys {
width: 100%;
height: 100%;
}
.scan_lo_tow {
width: 90%;
z-index: 1000000000000 !important;
position: absolute;
left: 5%;
top: 510rpx;
height: 72.4;
}
.trans-y {
animation: site-transy 2s infinite ease-in-out;
}
@keyframes site-transy {
0% {
transform: translateY(-410px);
}
100% {
transform: translateY(300px);
}
}
.scanning_textnl {
z-index: 1000000000000 !important;
position: absolute;
left: 0;
right: 0;
width: 100%;
text-align: center;
font-family: PingFang SC;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 28px;
color: #eee9de;
}
.scanning_tip {
position: absolute;
left: 0;
right: 0;
width: 100%;
text-align: center;
font-family: PingFang SC;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
text-align: center;
color: #fdd02f;
}
.scanning_tip > image {
display: flex;
width: 180px;
height: 50px;
margin: auto;
margin-top: 8px;
}
.scanning_text {
position: absolute;
left: 0;
right: 0;
width: 100%;
font-family: PingFang SC;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 17px;
text-align: center;
letter-spacing: 1px;
color: rgba(238, 233, 222, 0.5);
}
.flashlightBtn {
position: fixed;
top: 1086rpx;
left: 50%;
transform: translate(-50rpx);
color: red;
z-index: 1000000000000 !important;
}
.on_img {
width: 112rpx;
height: 96rpx;
}
.logo {
position: fixed;
z-index: 11;
left: 16px;
width: 24px;
height: 24px;
}
.title {
position: fixed;
z-index: 11;
height: 27px;
left: 16px;
font-family: PingFang SC;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 28px;
color: #000000;
}
.floorname {
position: fixed;
display: inline-flex;
align-items: center;
justify-content: center;
z-index: 16;
height: 40px;
left: 8px;
padding-left: 8px;
padding-right: 12px;
background: #ffffff;
border-radius: 20px;
font-family: PingFang SC;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #323337;
}
.floorname > .loc {
width: 16px;
height: 16px;
}
.floorname > .sep {
width: 1px;
height: 10px;
background: #c9cbd1;
margin: 0 8px;
}
@keyframes pointleft {
from {
left: 8px;
}
50% {
left: 0;
}
to {
left: 8px;
}
}
@keyframes pointright {
from {
right: 8px;
}
50% {
right: 0;
}
to {
right: 8px;
}
}
.leftyaw {
position: fixed;
width: 98px;
height: 40px;
top: 0;
bottom: 0;
z-index: 11;
left: 8px;
margin: auto;
animation: pointleft 0.5s infinite ease;
}
.rightyaw {
position: fixed;
width: 98px;
height: 40px;
top: 0;
bottom: 0;
z-index: 11;
right: 8px;
margin: auto;
animation: pointright 0.5s infinite ease;
}
.share {
position: fixed;
z-index: 11;
right: 8px;
width: 40px !important;
height: 54px;
background: none;
}
.share-img {
position: fixed;
z-index: 12;
right: 8px;
width: 40px;
height: 54px;
pointer-events: none;
}