Merge branch 'master' into develop

feat/task1-c-wallet
gongfuxiang 2019-01-04 20:20:20 +08:00
commit 3a94cdd0e4
1 changed files with 7 additions and 1 deletions

View File

@ -167,7 +167,7 @@ p {
} }
.success .box { .success .box {
text-align: left; text-align: left;
width: 360px; max-width: 360px;
margin: 0 auto; margin: 0 auto;
} }
.success .admin-hint, .success .tips-sweet { .success .admin-hint, .success .tips-sweet {
@ -178,10 +178,16 @@ p {
background: #ffee5b; background: #ffee5b;
padding: 5px 8px; padding: 5px 8px;
border: 1px solid #FF9800; border: 1px solid #FF9800;
font-size: 12px;
} }
.success a { .success a {
font-size: 16px; font-size: 16px;
} }
@media only screen and (max-width: 641px) {
.success {
padding: 5px;
}
}
/** /**
* *