Authored by 王水玲

Merge branch 'feature/passport' into release/4.8

@@ -78,20 +78,20 @@ a { @@ -78,20 +78,20 @@ a {
78 78
79 .yoho-tip { 79 .yoho-tip {
80 position: fixed; 80 position: fixed;
81 - top: 50%;  
82 - left: 50%;  
83 - z-index: 4;  
84 display: none; 81 display: none;
85 - padding: 68px 0;  
86 - max-width: 600px; 82 + text-align: center;
87 width: 70%; 83 width: 70%;
88 - border: none;  
89 - border-radius: 20px; 84 + padding: 34PX 0;
  85 + top: 50%;
  86 + left: 50%;
  87 + margin-left: -35%;
  88 + margin-top: -45PX;
90 background-color: rgba(0, 0, 0, 0.7); 89 background-color: rgba(0, 0, 0, 0.7);
91 color: #fff; 90 color: #fff;
92 - text-align: center;  
93 - font-size: 36px;  
94 - transform: translate(-50%, -50%); 91 + font-size: 18PX;
  92 + border: none;
  93 + z-index: 4;
  94 + border-radius: 10PX;
95 } 95 }
96 96
97 .order-failure { 97 .order-failure {
@@ -4,6 +4,10 @@ body.passport-body { @@ -4,6 +4,10 @@ body.passport-body {
4 * { 4 * {
5 box-sizing: border-box; 5 box-sizing: border-box;
6 } 6 }
  7 +
  8 + .main-wrap {
  9 + position: relative;
  10 + }
7 } 11 }
8 12
9 .passport-page { 13 .passport-page {