<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lab_operation div {
    float: right;

}
.lab_operation:after {
    content: "";
    display: block;
    clear: both;
}
#codes {
    width: 300px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 5px;
    z-index: 999;
    display: block;
    text-align: center;
    border: 1px solid #638ef8;
}

#codes p img {
    width: 80px;
}

#codes p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

#codes p:first-of-type {
    font-size: 20px;
}

#codes input {
    width: 80%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

#codes i {
    color: #e1e1e1;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px
}
.alertContainer{
    width:500px;
    height: 350px;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px
    rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding-top: 20px;
}
.alertInp_phone{
    width:350px;
    background-color: #f7f7f7;
    border-radius: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: solid 0px #717171;
}
.alertInp_icon{
    border-right:2px solid rgba(82,82,82,0.1);
    display: inline-block;
    padding: 10px 18px;
}
.alertInp1,.alertInp2{
    display: inline-block;
    border: solid 0px #717171;
    background-color: #f7f7f7;
    padding: 12px 0px 12px 12px;
    box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder{
    font-size: 15px;
    color: #727171;
}
.alertInp_security{
    width: 350px;
}
.alertInp_verify{
    width:220px;
    background-color: #f7f7f7;
    border-radius: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: solid 0px #717171;
    float: left;
}
#code{
    outline: none;
    background: #638ef8;
    border: none;
    outline: none;
    float: right;
    border: 1px solid #638ef8;
    text-align: center;
    /*border-radius: 5px;*/
    cursor: pointer;
    width:110px;
    font-size: 14px;
    color: #ffffff;
    background-color: #638ef8;
    border-radius: 1px;
    border: solid 0px #717171;
    height: 50px;
}
.alertInp_security:after{
    content: "";
    display: block;
    clear: both;
}
.alertBtn{
    text-align: center;
}
#loginSubmit{
    width: 350px;
    font-size: 16px;
    color: #ffffff;
    background-color: #638ef8;
    border-radius: 1px;
    border: solid 0px #717171;
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;

}
.alertBtn_text{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #727171;
}

/* line 132, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp, .alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertInp1 {
    width: 100%;
    border-radius: 5px;

}

/* line 136, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp &gt; div, .alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertInp1 &gt; div {
    /*width:70%;*/
    margin: 0 auto;
    position: relative;
    margin-top: 14px;
}

/* line 143, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp &gt; div &gt; .alertInp1, .alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertInp1 &gt; div &gt; .alertInp1 {
    width: 270px;
    outline: none;
    /*padding-left:30px;*/
    border: none;

    display: inline-block;
    border: solid 0px #717171;
    background-color: #f7f7f7;
    padding: 12px 0px 12px 12px;
    /*border-radius: 5px;*/
}

/* line 152, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp &gt; div &gt; .alertInp2 {
    width: 150px;
    height: 38px;
    outline: none;
    /*padding-left:30px;*/
    border: none;
    border: 1px solid #ccc;
    /*border-radius: 5px;*/
}

/* line 161, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertInp1 &gt; div &gt; .alertInp2 {
    width: 91%;
    height: 38px;
    outline: none;
    padding-left: 30px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* line 170, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp &gt; div &gt; i, .alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertInp1 &gt; div &gt; i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 5px;
}

/* line 177, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertBtn, .alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertBtn1 {
    width: 100%;
    margin: 0 auto;
    /*padding:20px 0;*/
    margin-top: 40px;
}

/* line 183, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertBtn &gt; button, .alertWraper &gt; .alertContainer &gt; .alertContent1 &gt; .alertBtn1 &gt; button {
    width: 100%;

    background: #638ef8;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    /*border-radius: 5px;*/
    cursor: pointer;
}

/* line 194, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp &gt; div &gt; button {
    /*width:30%;*/
    outline: none;
    background: #638ef8;
    border: none;
    outline: none;
    float: right;
    border: 1px solid #638ef8;
    text-align: center;
    color: #fff;
    /*border-radius: 5px;*/
    cursor: pointer;
}

/* line 210, ../sass/meteringDevice.scss */
.alertWraper &gt; .alertContainer &gt; .alertContent &gt; .alertInp &gt; div:after {
    content: "";
    display: block;
    clear: both;
}
</pre></body></html>