Authored by 郝肖肖

有货币弹框样式调整

... ... @@ -636,10 +636,9 @@
.yoho-coin-help-dialog {
position: fixed;
width: 450px;
height: 430px;
height: 510px;
background-color: #fff;
z-index: 2;
padding: 45px 0;
margin: auto;
left: 0;
right: 0;
... ... @@ -650,13 +649,17 @@
.yoho-coin-title {
font-size: 34px;
text-align: center;
height: 110px;
line-height: 140px;
color: #000;
}
.yoho-coin-content {
height: 340px;
height: 320px;
overflow: auto;
font-size: 28px;
padding: 0 35px;
color: #444;
p {
margin-top: 15px;
}
... ... @@ -664,11 +667,10 @@
.yoho-coin-footer {
border-top: 1px solid #e0e0e0;
color: red;
color: #d0021b;
font-size: 34px;
height: 40px;
line-height: 40px;
padding: 25px 0;
height: 80px;
line-height: 80px;
text-align: center;
}
}
... ...