heyang 3 gadi atpakaļ
vecāks
revīzija
82c7fabeab

+ 23 - 7
microserviceUserH5/static/css/maJiaBaoGoApp.css

@@ -74,11 +74,10 @@ ul, li {
 
 .dialog {
   width: 5.05rem;
-  height: 5.89rem;
+  height: 6.41rem;
   position: absolute;
   left: 1.22rem;
   top: -6.96rem;
-  overflow: hidden;
 }
 
 .border{
@@ -90,16 +89,33 @@ ul, li {
   width: 0.44rem;
   height: 0.44rem;
   position: absolute;
-  right: 0.12rem;
-  top: 0.08rem;
+  right: 2.32rem;
+  bottom: 0.06rem;
 }
 
 .border-text {
-  width: 4.44rem;
-  height: 0.81rem;
+  width: 4.20rem;
+  height: 1.26rem;
   position: absolute;
   right: 0.32rem;
-  top: 0.8rem;
+  top: 0.61rem;
+}
+
+.ios-text {
+  width: 2.56rem;
+  height: 0.42rem;
+  position: absolute;
+  right: 1.28rem;
+  top: -0.21rem;
+  z-index: 99;
+}
+
+.ios-title{
+  width: 3.46rem;
+  height: 0.76rem;
+  position: absolute;
+  right: 0.8rem;
+  top: -0.4rem;
 }
 
 .head-list{

BIN
microserviceUserH5/static/img/border-close.png


BIN
microserviceUserH5/static/img/border-text.png


BIN
microserviceUserH5/static/img/border.png


BIN
microserviceUserH5/static/img/ios-text.png


BIN
microserviceUserH5/static/img/ios-title.png


+ 2 - 0
microserviceUserH5/vcloud/maJiaBaoGoApp.html

@@ -27,6 +27,8 @@
 			    <img class="border" src="../static/img/border.png" />
 			    <img class="border-close" src="../static/img/border-close.png" />
 			    <img class="border-text" src="../static/img/border-text.png" />
+			    <img class="ios-text" src="../static/img/ios-text.png" />
+			    <img class="ios-title" src="../static/img/ios-title.png" />
 			</div>
 		</div>
 	</div>