安装完成样式优化

feat/task1-c-wallet
gongfuxiang 2019-01-04 20:19:43 +08:00
parent a4d3ab3cac
commit 36a13821ca
1 changed files with 7 additions and 1 deletions

View File

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