|
@@ -0,0 +1,604 @@
|
|
|
|
+@media screen and (max-width: 750px) {
|
|
|
|
+ html {
|
|
|
|
+ font-size: calc(100vw / 7.5);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (min-width: 750px) {
|
|
|
|
+ html {
|
|
|
|
+ font-size: calc(450px / 7.5);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+html, body, div, ul, li, p {
|
|
|
|
+ padding: 0;
|
|
|
|
+ margin: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+ul, li {
|
|
|
|
+ list-style: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.containers{
|
|
|
|
+ width: 7.5rem;
|
|
|
|
+ margin: auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.banner-wrap{
|
|
|
|
+ width: 7.5rem;
|
|
|
|
+ height: 12.62rem;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.logo-wrap{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0.3rem;
|
|
|
|
+ left: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.logo{
|
|
|
|
+ width: 0.6rem;
|
|
|
|
+ height: 0.6rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.title-wrap{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 1.2rem;
|
|
|
|
+ left: 0.66rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.titles{
|
|
|
|
+ width: 6.2rem;
|
|
|
|
+ height: 0.76rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tip-wrap{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 2.3rem;
|
|
|
|
+ left: 1.31rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tips{
|
|
|
|
+ width: 4.88rem;
|
|
|
|
+ height: 0.67rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.banner-img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.dialogs {
|
|
|
|
+ width: 7.5rem;
|
|
|
|
+ height: 8.7rem;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ bottom: -10.96rem;
|
|
|
|
+ z-index: 999;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rule-list{
|
|
|
|
+ height: 3rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0.48rem;
|
|
|
|
+ padding: 0 0.33rem;
|
|
|
|
+ margin-top: 0.2rem;
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ color: #4D4D4D;
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rule-point{
|
|
|
|
+ margin-top: 0.12rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-wrap{
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 0.4rem;
|
|
|
|
+ left: 0.65rem;
|
|
|
|
+ padding-bottom: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.middle-wrap{
|
|
|
|
+ position: relative;
|
|
|
|
+ margin: auto;
|
|
|
|
+ padding-top: 0.1rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ipt-row{
|
|
|
|
+ width: 6.2rem;
|
|
|
|
+ height: 0.88rem;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ border: 0.01rem solid #CCCCCC;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-top: 0.36rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.img{
|
|
|
|
+ width: 0.3rem;
|
|
|
|
+ height: 0.36rem;
|
|
|
|
+ margin: 0 0.22rem 0 0.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ipt{
|
|
|
|
+ width: 4.14rem;
|
|
|
|
+ height: 0.4rem;
|
|
|
|
+ outline: none;
|
|
|
|
+ border: none;
|
|
|
|
+ padding-left: 0.24rem;
|
|
|
|
+ border-left: 0.01rem solid rgba(238,238,238,1);
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ margin-right: 0.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.code-ipt{
|
|
|
|
+ width: 3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.phone-tip{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 1.34rem;
|
|
|
|
+ left: 1.1rem;
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ color: #ED6F52;
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.code-tip{
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 1.02rem;
|
|
|
|
+ left: 1.1rem;
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ color: #ED6F52;
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.get-code{
|
|
|
|
+ font-size: 0.3rem;
|
|
|
|
+ color: #F19026;
|
|
|
|
+ margin-left: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.get-code-active{
|
|
|
|
+ width: 1.4rem;
|
|
|
|
+ height: 0.6rem;
|
|
|
|
+ line-height: 0.6rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #F19026;
|
|
|
|
+ border-radius: 0.1rem;
|
|
|
|
+ background-color: rgba(238,238,238,1);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btns{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-top: 0.4rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btn-img{
|
|
|
|
+ width: 4rem;
|
|
|
|
+ height: 1rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.bottom-wrap{
|
|
|
|
+ background-color: rgba(135, 211, 255, 1);
|
|
|
|
+ padding-bottom: 0.8rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.title{
|
|
|
|
+ width: 3.2rem;
|
|
|
|
+ height: 0.56rem;
|
|
|
|
+ margin: auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon-title{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon-wrap{
|
|
|
|
+ width: 6.8rem;
|
|
|
|
+ height: 6.2rem;
|
|
|
|
+ margin: auto;
|
|
|
|
+ margin-top: 0.2rem;
|
|
|
|
+ background: #F1FEFF;
|
|
|
|
+ box-shadow: 0 0 0.49rem 0 #FFFFFF;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ padding: 0.34rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon-item{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon-item-img{
|
|
|
|
+ width: 1.5rem;
|
|
|
|
+ height: 1.5rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon-item-text{
|
|
|
|
+ margin-top: 0.24rem;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
|
+ font-size: 0.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon-item-tip{
|
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.copy-mask {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ background: rgba(0, 0, 0, 0.6);
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.copy-dialog {
|
|
|
|
+ width: 6.27rem;
|
|
|
|
+ height: 5.84rem;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left:50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ padding: 0 0.4rem;
|
|
|
|
+ top: -6.96rem;
|
|
|
|
+ background: url(../../static/img/exchangePhoneActivity/new.png) no-repeat;
|
|
|
|
+ background-size: 100% auto,100% auto;
|
|
|
|
+ /* overflow: hidden; */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-title-wrap{
|
|
|
|
+ width: 100%;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 2.19rem;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ font-size: 0.36rem;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: #333333;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-title-texts{
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 0.46rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-btn-wrap{
|
|
|
|
+ width: 4.22rem;
|
|
|
|
+ height: 1rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 1.4rem;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-btn{
|
|
|
|
+ width: 4.22rem;
|
|
|
|
+ height: 1rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-tips{
|
|
|
|
+ width: 4.4rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 0.8rem;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ color: #666666;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-card{
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: #666666;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ios-mask {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ background: rgba(0, 0, 0, 0.6);
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ios-dialog {
|
|
|
|
+ width: 6.27rem;
|
|
|
|
+ height: 5.84rem;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left:50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ padding: 0 0.4rem;
|
|
|
|
+ top: -6.96rem;
|
|
|
|
+ background: url(../../static/img/exchangePhoneActivity/success.png) no-repeat;
|
|
|
|
+ background-size: 100% auto,100% auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.txt1 {
|
|
|
|
+ font-size: 0.36rem;
|
|
|
|
+ color: #333333;
|
|
|
|
+ line-height: 0.48rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.btn2, .btn3 {
|
|
|
|
+ width: 2.41rem;
|
|
|
|
+ height: 0.89rem;
|
|
|
|
+}
|
|
|
|
+.ios-btnlist {
|
|
|
|
+ margin-top: 0.6rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.imgs-block{
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ position: relative;
|
|
|
|
+ margin-top: 0.5rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.copy-tip{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ font-size: 0.28rem;
|
|
|
|
+ margin-top: 0.32rem;
|
|
|
|
+ color: #333333;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my{
|
|
|
|
+ color: #000000;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.point1{
|
|
|
|
+ font-size: 0.26rem;
|
|
|
|
+ margin-top: 0.16rem;
|
|
|
|
+ color: #666666;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.point-img{
|
|
|
|
+ width: 5.42rem;
|
|
|
|
+ height: 1.7rem;
|
|
|
|
+ margin: auto;
|
|
|
|
+ margin-top: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.point2{
|
|
|
|
+ margin-top: 0.32rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.imgs{
|
|
|
|
+ width: 0.38rem;
|
|
|
|
+ height: 0.38rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.imgs-text{
|
|
|
|
+ font-size: 0.36rem;
|
|
|
|
+ color: #3B7FFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.get-success-block{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin-top: 0.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.get-success{
|
|
|
|
+ width: 4.6rem;
|
|
|
|
+ height: 0.9rem;
|
|
|
|
+ line-height: 0.9rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ font-size: 0.25rem;
|
|
|
|
+ background: linear-gradient(180deg, #6DB6FF 0%, #3B7FFF 100%);
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+}
|
|
|
|
+.close{
|
|
|
|
+ width: 0.48rem;
|
|
|
|
+ height: 0.48rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -0.8rem;
|
|
|
|
+ left: 50%;
|
|
|
|
+ margin-left: -0.24rem;
|
|
|
|
+ z-index: 999;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.close1{
|
|
|
|
+ width: 0.48rem;
|
|
|
|
+ height: 0.48rem;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -0.8rem;
|
|
|
|
+ left: 50%;
|
|
|
|
+ margin-left: -0.24rem;
|
|
|
|
+ z-index: 999;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+input:disabled {
|
|
|
|
+ background-color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.right_icon{
|
|
|
|
+ width: 0.2rem;
|
|
|
|
+ height: 0.32rem;
|
|
|
|
+ margin-left: 0.3rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.bottom-wrap{
|
|
|
|
+ padding-top: 0.46rem;
|
|
|
|
+ background-color: #1F2A44;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.procedure-wrap{
|
|
|
|
+ width: 6.8rem;
|
|
|
|
+ height: 2.87rem;
|
|
|
|
+ margin: auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.procedure-img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rule-wrap{
|
|
|
|
+ position: relative;
|
|
|
|
+ width: 6.8rem;
|
|
|
|
+ height: 3.87rem;
|
|
|
|
+ margin: auto;
|
|
|
|
+ margin-top: 0.46rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rule-img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.time_lines{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0.6rem;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.time-text{
|
|
|
|
+ width: 3.5rem;
|
|
|
|
+ font-size: 0.24rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+ padding: 0 0.15rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.time_line{
|
|
|
|
+ width: 0.5rem;
|
|
|
|
+ height: 0.01rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.select-wrap{
|
|
|
|
+ width: 100%;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -0.5rem;
|
|
|
|
+ right: 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.select{
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ font-size: 0.36rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.selected{
|
|
|
|
+ width: 0.4rem;
|
|
|
|
+ height: 0.4rem;
|
|
|
|
+ margin-right: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.right-select{
|
|
|
|
+ margin-left: 1.05rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.down_icon{
|
|
|
|
+ width: 0.38rem;
|
|
|
|
+ height: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-title-wrap2{
|
|
|
|
+ top: 1.8rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-tips2{
|
|
|
|
+ bottom: 2.8rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-tips3{
|
|
|
|
+ bottom: 2.4rem;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mask-btn-wrap2{
|
|
|
|
+ bottom: 1rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.plc-clss{
|
|
|
|
+ color: #CCCCCC;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.phone-img{
|
|
|
|
+ width: 0.35rem;
|
|
|
|
+ height: 0.4rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.code-img{
|
|
|
|
+ width: 0.3rem;
|
|
|
|
+ height: 0.47rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/*谷歌*/
|
|
|
|
+input::-webkit-outer-spin-button,
|
|
|
|
+input::-webkit-inner-spin-button {
|
|
|
|
+ -webkit-appearance: none;
|
|
|
|
+}
|
|
|
|
+/*火狐*/
|
|
|
|
+input[type="number"] {
|
|
|
|
+ -moz-appearance: textfield;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#toast-container>.toast-error {
|
|
|
|
+ background-image: none !important;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.toast-error {
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#toast-container>div {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ min-width: 80px !important;
|
|
|
|
+ padding: 12px !important;
|
|
|
|
+ box-shadow: none;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.toast-center-center {
|
|
|
|
+ position: fixed;
|
|
|
|
+ min-width: 220px;
|
|
|
|
+ top: 50%;
|
|
|
|
+ left: 50%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media (max-width: 480px) and (min-width: 241px) {
|
|
|
|
+ #toast-container>div {
|
|
|
|
+ min-width: 88px !important;
|
|
|
|
+ width: auto;
|
|
|
|
+ }
|
|
|
|
+}
|