feat/task1-c-wallet
devil_gong 2018-08-23 14:08:50 +08:00
parent 4c2b71514e
commit 5d3fb503a1
1 changed files with 8 additions and 0 deletions

View File

@ -423,6 +423,14 @@ background:url(../Images/ibar_sprites.png) no-repeat;background-position:0px -23
/**
*
*/
/* 手机模式下 */
@media only screen and (max-width:640px)
{
.am-container {
padding-left: 5px;
padding-right: 5px;
}
}
/**
*