Authored by 郝肖肖

店铺弹框样式修改

@@ -142,18 +142,17 @@ iframe[height="0"] { @@ -142,18 +142,17 @@ iframe[height="0"] {
142 position: fixed; 142 position: fixed;
143 display: none; 143 display: none;
144 text-align: center; 144 text-align: center;
145 - width: 70%;  
146 - padding: 34PX 0; 145 + padding: 15PX;
147 top: 50%; 146 top: 50%;
148 - left: 50%;  
149 - margin-left: -35%;  
150 - margin-top: -45PX;  
151 background-color: rgba(0,0,0,.7); 147 background-color: rgba(0,0,0,.7);
152 color: #fff; 148 color: #fff;
153 font-size: 18PX; 149 font-size: 18PX;
154 border: none; 150 border: none;
155 z-index:4; 151 z-index:4;
156 border-radius: 10PX; 152 border-radius: 10PX;
  153 + margin: 0 auto;
  154 + left: 50%;
  155 + transform: translateX(-50%);
157 } 156 }
158 157
159 .tap-hightlight { 158 .tap-hightlight {