heyang 3 years ago
parent
commit
b278e9ba8f

+ 121 - 78
microserviceUserH5/static/css/exchangePhoneActivity.css

@@ -44,23 +44,23 @@ ul, li {
 .title-wrap{
   position: absolute;
   top: 1.2rem;
-  left: 1.12rem;
+  left: 0.66rem;
 }
 
 .titles{
-  width: 5.3rem;
-  height: 0.94rem;
+  width: 6.2rem;
+  height: 0.76rem;
 }
 
 .tip-wrap{
   position: absolute;
   top: 2.3rem;
-  left: 1.2rem;
+  left: 1.31rem;
 }
 
 .tips{
-  width: 5.2rem;
-  height: 0.72rem;
+  width: 4.88rem;
+  height: 0.67rem;
 }
 
 .banner-img{
@@ -68,16 +68,6 @@ ul, li {
   height: 100%;
 }
 
-.rule-mask{
-  width: 100%;
-  height: 100vh;
-  position: fixed;
-  top: 0;
-  left: 0;
-  background: rgba(0, 0, 0, 0.5);
-  display: none;
-}
-
 .dialogs {
   width: 7.5rem;
   height: 8.7rem;
@@ -89,39 +79,15 @@ ul, li {
   z-index: 999;
 }
 
-.rule-dialog-wrap{
-  width: 7.5rem;
-  height: 6.2rem;
-  background: #FFFFFF;
-  border-radius: 0.2rem 0.2rem 0 0;
-  padding: 0.3rem 0.35rem;
-}
-
-.rule-title-wrap{
-  display: flex;
-  justify-content: space-between;
-  padding-bottom: 0.2rem;
-  border-bottom: 0.01rem solid rgba(238,238,238,1);
-}
-
-.rule-text{
-  font-size: 0.3rem;
-  font-weight: bold;
-  color: #333333;
-}
-
-.rule-close{
-  width: 0.28rem;
-  height: 0.28rem;
-}
-
 .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{
@@ -176,19 +142,19 @@ ul, li {
 
 .phone-tip{
   position: absolute;
-  top: 1.36rem;
-  left: 1.4rem;
+  top: 1.34rem;
+  left: 1.1rem;
   font-size: 0.24rem;
-  color: #FB5030;
+  color: #ED6F52;
   display: none;
 }
 
 .code-tip{
   position: absolute;
-  top: 2.58rem;
-  left: 1.4rem;
+  bottom: 1.02rem;
+  left: 1.1rem;
   font-size: 0.24rem;
-  color: #FB5030;
+  color: #ED6F52;
   display: none;
 }
 
@@ -203,7 +169,7 @@ ul, li {
   height: 0.6rem;
   line-height: 0.6rem;
   text-align: center;
-  color: #489DFF;
+  color: #F19026;
   border-radius: 0.1rem;
   background-color: rgba(238,238,238,1);
 }
@@ -285,18 +251,65 @@ ul, li {
 }
 
 .copy-dialog {
-  width: 6.22rem;
-  height: 8.56rem;
-  background: #FFFFFF;
+  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: 4rem;
+  position: absolute;
+  bottom: 0.8rem;
+  left: 50%;
+  transform: translateX(-50%);
+  font-size: 0.24rem;
+  color: #666666;
+}
+
+.mask-card{
+  font-size: 0.24rem;
+  font-weight: 600;
+  color: #666666;
+}
+
 .ios-mask {
   width: 100%;
   height: 100vh;
@@ -308,17 +321,18 @@ ul, li {
 }
 
 .ios-dialog {
-  width: 6.24rem;
-  height: 3.5rem;
-  background: #FFFFFF;
+  width: 6.27rem;
+  height: 5.84rem;
   border-radius: 0.2rem;
   position: absolute;
   left:50%;
   transform: translateX(-50%);
-  padding: 0.6rem 0;
-  box-sizing: border-box;
-  top: -6.24rem;
+  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;
@@ -468,7 +482,7 @@ input:disabled {
 }
 
 .time-text{
-  width: 3.9rem;
+  width: 3.3rem;
   font-size: 0.24rem;
   padding: 0 0.15rem;
 }
@@ -478,33 +492,30 @@ input:disabled {
   height: 0.01rem;
 }
 
-.selectNode{
-  position: relative;
-}
-
 .select-wrap{
+  width: 100%;
   position: absolute;
-  top: 0.8rem;
+  top: -0.5rem;
   right: 0;
-  width: 5.4rem;
-  height: 1.5rem;
-  background: #FFFFFF;
-  border: 0.01rem solid #CCCCCC;
-  border-radius: 0.1rem;
-  opacity: 0;
+  display: flex;
+  justify-content: center;
 }
 
 .select{
-  line-height: 0.75rem;
-  text-align: center;
+  display: flex;
+  align-items: center;
+  color: #FFFFFF;
+  font-size: 0.36rem;
 }
 
 .selected{
-  height: 0.75rem;
-  line-height: 0.75rem;
-  text-align: center;
-  background: rgba(53, 63, 86, 0.08);
-  color: #333333;
+  width: 0.4rem;
+  height: 0.4rem;
+  margin-right: 0.2rem;
+}
+
+.right-select{
+  margin-left: 1.05rem;
 }
 
 .down_icon{
@@ -512,6 +523,38 @@ input:disabled {
   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;
+}
+
 #toast-container>.toast-error {
   background-image: none !important;
   border-radius: 0.2rem;
@@ -543,7 +586,7 @@ input:disabled {
 
 @media (max-width: 480px) and (min-width: 241px) {
   #toast-container>div {
-    min-width: 80px !important;
+    min-width: 88px !important;
     width: auto;
   }
 }

BIN
microserviceUserH5/static/img/exchangePhoneActivity/mask-btn.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/mask-btn2.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/new.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/no-selected.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/selected.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/success.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/tips.png


BIN
microserviceUserH5/static/img/exchangePhoneActivity/title.png


File diff suppressed because it is too large
+ 192 - 165
microserviceUserH5/vcloud/exchangePhoneActivity.html