Authored by 王水玲

错误提示框华为手机兼容性修改

@@ -85,11 +85,11 @@ a { @@ -85,11 +85,11 @@ a {
85 left: 50%; 85 left: 50%;
86 margin-left: -35%; 86 margin-left: -35%;
87 margin-top: -45PX; 87 margin-top: -45PX;
88 - background-color: rgba(0,0,0,.7); 88 + background-color: rgba(0, 0, 0, 0.7);
89 color: #fff; 89 color: #fff;
90 font-size: 18PX; 90 font-size: 18PX;
91 border: none; 91 border: none;
92 - z-index:4; 92 + z-index: 4;
93 border-radius: 10PX; 93 border-radius: 10PX;
94 } 94 }
95 95