iotAR小程序
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.
 

123 lines
2.0 KiB

.nav {
position: fixed;
height: 110px;
left: 10px;
right: 10px;
bottom: 116px;
background: #ffffff;
z-index: 12 !important;
border-radius: 18px 18px 0 0;
}
.nav > image {
position: absolute;
top: 14px;
left: 14px;
width: 80px;
height: 80px;
padding: 4px;
}
.nav > .t1 {
position: absolute;
top: 20px;
left: 108px;
right: 40px;
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #323337;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.nav > .t2 {
position: absolute;
top: 65px;
left: 108px;
right: 10px;
font-family: PingFang SC;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #a1a5b3;
align-items: center;
}
.nav > .t2 > .val {
font-family: DINPro;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #7a7e8d;
margin: 0 4px;
}
.nav > .exit {
position: absolute;
top: 16px;
left: auto;
right: 16px;
width: 24px;
height: 24px;
}
.progress {
position: absolute;
left: 20px;
right: 20px;
bottom: 10px;
height: 2px;
background: #eee9de;
border-radius: 5px;
z-index: 1;
}
.bar {
position: absolute;
left: 20px;
right: 20px;
bottom: 10px;
height: 2px;
background: #ffdb00;
border-radius: 5px;
z-index: 2;
}
.thumb {
position: absolute;
width: 12px;
height: 12px;
bottom: 5px;
border-radius: 50%;
border: 2px solid rgba(239, 150, 23, 0.5);
background: #fff;
z-index: 3;
transform: translate(-50%, 0);
}
.bubble {
position: absolute;
width: 34px;
height: 14px;
bottom: 18px;
transform: translate(-50%, 0);
}
.bubble image {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 34px;
height: 14px;
z-index: 0;
}
.bubble view {
position: absolute;
top: 1px;
left: 0;
right: 0;
z-index: 1;
text-align: center;
font-style: normal;
font-weight: 900;
font-size: 8px;
line-height: 11px;
color: #6a6665;
}