Authored by 郝肖肖

tip 提示框太大修改

@@ -97,18 +97,17 @@ button { @@ -97,18 +97,17 @@ button {
97 position: fixed; 97 position: fixed;
98 display: none; 98 display: none;
99 text-align: center; 99 text-align: center;
100 - width: 70%;  
101 - padding: 18PX 55PX; 100 + padding: 15PX;
102 top: 50%; 101 top: 50%;
103 - left: 50%;  
104 - margin-left: -35%;  
105 - margin-top: -45PX;  
106 - background-color: rgba(0, 0, 0, 0.7); 102 + background-color: rgba(0,0,0,.7);
107 color: #fff; 103 color: #fff;
108 font-size: 18PX; 104 font-size: 18PX;
109 border: none; 105 border: none;
110 - z-index: 4; 106 + z-index:4;
111 border-radius: 10PX; 107 border-radius: 10PX;
  108 + margin: 0 auto;
  109 + left: 50%;
  110 + transform: translateX(-50%);
112 } 111 }
113 112
114 .order-failure { 113 .order-failure {