2020-11-25 10:00:46 +08:00
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
font-family: PingFangSC-Regular !important;
|
|
|
|
}
|
|
|
|
html{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
width: 1em; height: 1em;
|
|
|
|
vertical-align: -0.15em;
|
|
|
|
fill: currentColor;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
button{
|
|
|
|
margin: 0 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
background-color: #006EFF !important
|
|
|
|
}
|
|
|
|
div{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.row-div{
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.col-div{
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
#root{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: rgb(250, 250, 250);
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#login-root{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
#login-card{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 450rem;
|
|
|
|
height: 500rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: flex;
|
|
|
|
/* justify-content: center; */
|
|
|
|
align-items: center;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.login-card{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 360rem;
|
|
|
|
height: 450rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background-color: white;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
/* justify-content: center; */
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.popover{
|
2020-12-01 10:04:23 +08:00
|
|
|
min-width: 300rem;
|
|
|
|
max-width: 1000rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
border: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
/* overflow: hidden; */
|
|
|
|
}
|
|
|
|
.popover-body{
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.popover-body>div{
|
|
|
|
width: 100%;
|
2020-12-01 10:04:23 +08:00
|
|
|
height: 35rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.popover-body>div:hover{
|
|
|
|
background-color: #F7F7F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-gray{
|
|
|
|
color: #bfbfbf;
|
|
|
|
}
|
|
|
|
.icon-normal{
|
|
|
|
color: #515151;
|
|
|
|
}
|
|
|
|
.icon-blue{
|
|
|
|
color: #006EFF;
|
|
|
|
}
|
|
|
|
.device-testing-btn{
|
|
|
|
color: #515151;
|
|
|
|
cursor: pointer;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: -14rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
.device-connect-list{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 310rem;
|
|
|
|
height: 70rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: absolute;
|
2020-12-01 10:04:23 +08:00
|
|
|
bottom: 50rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background-color: #fff;
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 5rem;
|
|
|
|
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: space-around;
|
2020-12-01 10:04:23 +08:00
|
|
|
padding: 0 10rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device-connect-list::before{
|
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2020-12-01 10:04:23 +08:00
|
|
|
border: 8rem transparent solid;
|
2020-11-25 10:00:46 +08:00
|
|
|
border-top-color: rgba(0, 0, 0, 0.2);
|
|
|
|
opacity: 0.6;
|
|
|
|
position: absolute;
|
2020-12-01 10:04:23 +08:00
|
|
|
bottom: -16rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.device-connect-list::after{
|
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2020-12-01 10:04:23 +08:00
|
|
|
border: 7rem transparent solid;
|
2020-11-25 10:00:46 +08:00
|
|
|
border-top-color: #fff;
|
|
|
|
position: absolute;
|
2020-12-01 10:04:23 +08:00
|
|
|
bottom: -14rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.connect{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 28rem;
|
|
|
|
height: 64rem;
|
|
|
|
font-size: 28rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
.device-icon{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 20rem;
|
|
|
|
height: 20rem;
|
|
|
|
margin-right: 3rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 20rem;
|
|
|
|
line-height: 20rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
#device-testing-root {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-self: center;
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
.device-testing-card{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 640rem;
|
|
|
|
height: 480rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: #F7F7F7;
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 10rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: relative;
|
|
|
|
display: block;
|
2020-11-30 10:03:21 +08:00
|
|
|
z-index: 999;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device-testing-prepare,.device-testing,.device-testing-report{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.testing-title{
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 34rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 55rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #201e1ee5;
|
|
|
|
}
|
|
|
|
.testing-prepare-info{
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 16rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 25rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #585656e5;
|
|
|
|
}
|
|
|
|
.device-testing-close-btn{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 25rem;
|
|
|
|
height: 25rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: absolute;
|
2020-12-01 10:04:23 +08:00
|
|
|
top: 8rem;
|
|
|
|
right: 8rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
cursor: pointer;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 20rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device-display{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 40rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.device{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 46rem;
|
|
|
|
height: 46rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: relative;
|
|
|
|
justify-content: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 38rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device:not(:first-child){
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 60rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device:not(:first-child).safari{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 100rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device::before{
|
|
|
|
content: '';
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 28rem;
|
|
|
|
height: 28rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: absolute;
|
2020-12-01 10:04:23 +08:00
|
|
|
bottom: -34rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.connect-success::before{
|
|
|
|
background: url('../img/success.png') no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
.connect-fail::before{
|
|
|
|
background: url('../img/fail.png') no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
@keyframes device-loading {
|
|
|
|
0%{
|
|
|
|
width: 0%;
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 6rem 0 0 6rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
50%{
|
|
|
|
width: 50%;
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 6rem 0 0 6rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
100%{
|
|
|
|
width: 100%;
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 6rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.loading-background{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 350rem;
|
|
|
|
height: 3rem;
|
|
|
|
border-radius: 6rem;
|
|
|
|
margin: 20rem auto 0;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: #bfbfbf;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.device-loading{
|
2020-12-01 10:04:23 +08:00
|
|
|
height: 3rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background-color: #808080;
|
|
|
|
animation: device-loading 2s;
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|
|
|
|
.connect-info{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 60rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: flex;
|
2020-12-01 10:04:23 +08:00
|
|
|
height: 48rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.connect-attention-container{
|
|
|
|
position: relative;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 3rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.connect-attention-icon{
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 20rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
.connect-attention-info{
|
2020-12-01 10:04:23 +08:00
|
|
|
padding: 8rem 12rem;
|
|
|
|
min-width: 120rem;
|
|
|
|
min-height: 50rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: rgba(0, 0, 0, 0.6);
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 10rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #fff;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 100%;
|
2020-12-01 10:04:23 +08:00
|
|
|
transform: translate(20rem, -10rem);
|
2020-11-25 10:00:46 +08:00
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 12rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.connect-attention-info::after{
|
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2020-12-01 10:04:23 +08:00
|
|
|
border: 10rem transparent solid;
|
2020-11-25 10:00:46 +08:00
|
|
|
border-top-color: rgba(0, 0, 0, 0.6);
|
|
|
|
position: absolute;
|
|
|
|
left: 100%;
|
|
|
|
top: 100%;
|
2020-12-01 10:04:23 +08:00
|
|
|
transform: translateX(-40rem);
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing-btn-display{
|
|
|
|
justify-content: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 30rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.test-btn{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 200rem;
|
|
|
|
height: 44rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: #006EFF;
|
2020-12-01 10:04:23 +08:00
|
|
|
border-radius: 5rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
justify-content: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.start-gray{
|
|
|
|
background: #dddddd;
|
|
|
|
color: #fff;
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
.device-testing-title{
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 40rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 26rem;
|
|
|
|
height: 26rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: relative;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 24rem;
|
|
|
|
line-height: 24rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing:not(:first-child){
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 90rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing:not(:first-child)::before {
|
|
|
|
content: '';
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 70rem;
|
|
|
|
height: 2rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
2020-12-01 10:04:23 +08:00
|
|
|
left: -80rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: #bfbfbf;
|
|
|
|
}
|
|
|
|
.testing:not(:first-child).safari{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 150rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing:not(:first-child).safari::before{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 130rem;
|
|
|
|
left: -140rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing.complete {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.testing.complete:not(:first-child)::before {
|
|
|
|
background: #006EFF;
|
|
|
|
}
|
|
|
|
.testing-body{
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.device-list{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 140rem;
|
|
|
|
margin-top: 30rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device-select{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 260rem;
|
|
|
|
height: 30rem;
|
|
|
|
margin-left: 20rem;
|
|
|
|
padding: 0 10rem;
|
|
|
|
border-radius: 4rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.camera-video{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 300rem;
|
|
|
|
height: 180rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: block;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin: 30rem auto 0;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.testing-info-container{
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
2020-12-01 10:04:23 +08:00
|
|
|
bottom: 50rem;
|
|
|
|
margin-top: 24rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.testing-info{
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.button-list{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 20rem;
|
|
|
|
width: 300rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
.fail-button{
|
2020-12-01 10:04:23 +08:00
|
|
|
border: 1rem solid #006EFF;
|
|
|
|
border-radius: 8rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #006EFF;
|
2020-12-01 10:04:23 +08:00
|
|
|
padding: 6rem 14rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.success-button{
|
2020-12-01 10:04:23 +08:00
|
|
|
border: 1rem solid #006EFF;
|
|
|
|
border-radius: 8rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: #006EFF;
|
|
|
|
color: #fff;
|
2020-12-01 10:04:23 +08:00
|
|
|
padding: 6rem 14rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.audio-control{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 320rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: block;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin: 40rem auto 0;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.audio-control-info{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin: 0rem auto 20rem 6rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #5f5f5f;
|
|
|
|
}
|
|
|
|
.mic-testing-container{
|
|
|
|
display: block;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 30rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.mic-testing-info{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 140rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #bbbbbb;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 14rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.mic-bar-container{
|
|
|
|
justify-content: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 10rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.mic-bar{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 10rem;
|
|
|
|
height: 30rem;
|
|
|
|
border: 1rem solid #cccccc;
|
|
|
|
border-radius: 1rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.mic-bar:not(:first-child){
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 3rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.mic-bar.active{
|
|
|
|
background: #006EFF;
|
|
|
|
}
|
|
|
|
.testing-index-list{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 40rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.testing-index-group{
|
|
|
|
width: 55%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 14rem;
|
|
|
|
margin: 10rem auto 0;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
@keyframes loading-circle{
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
25% {
|
|
|
|
transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
transform: rotate(270deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.network-loading::before{
|
|
|
|
content: '';
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 16rem;
|
|
|
|
height: 16rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
background: url('../img/loading.png');
|
|
|
|
background-size: 100% 100%;
|
|
|
|
animation: loading-circle 2s linear infinite;
|
|
|
|
}
|
|
|
|
.testing-footer{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 70rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.device-report-list{
|
|
|
|
display: block;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 40rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|
|
|
|
.device-report{
|
|
|
|
width: 60%;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin: 20rem auto 0;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.report-icon{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 24rem;
|
|
|
|
height: 24rem;
|
|
|
|
margin-right: 20rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
2020-12-01 10:04:23 +08:00
|
|
|
font-size: 22rem;
|
|
|
|
line-height: 22rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
color: #515151;
|
|
|
|
}
|
|
|
|
.device-name{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 280rem;
|
|
|
|
height: 24rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.device-report-footer{
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-top: 50rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.device-report-btn{
|
2020-12-01 10:04:23 +08:00
|
|
|
width: 160rem;
|
|
|
|
height: 40rem;
|
|
|
|
border: 1rem solid;
|
|
|
|
border-radius: 6rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
justify-content: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.testing-agin{
|
|
|
|
border-color: #006EFF;
|
|
|
|
color: #006EFF;
|
|
|
|
}
|
|
|
|
.testing-finish{
|
|
|
|
background: #006EFF;
|
|
|
|
color: #fff;
|
2020-12-01 10:04:23 +08:00
|
|
|
margin-left: 60rem;
|
2020-11-25 10:00:46 +08:00
|
|
|
}
|