Authored by 王水玲

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

... ... @@ -77,20 +77,20 @@ a {
.yoho-tip {
position: fixed;
top: 50%;
left: 50%;
z-index: 4;
display: none;
padding: 68px 0;
max-width: 600px;
text-align: center;
width: 70%;
border: none;
border-radius: 20px;
background-color: rgba(0, 0, 0, 0.7);
padding: 34PX 0;
top: 50%;
left: 50%;
margin-left: -35%;
margin-top: -45PX;
background-color: rgba(0,0,0,.7);
color: #fff;
text-align: center;
font-size: 36px;
transform: translate(-50%, -50%);
font-size: 18PX;
border: none;
z-index:4;
border-radius: 10PX;
}
.order-failure {
... ...
... ... @@ -4,6 +4,10 @@ body.passport-body {
* {
box-sizing: border-box;
}
.main-wrap {
position: relative;
}
}
.passport-page {
... ...