detail
parent
4c2b71514e
commit
5d3fb503a1
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 轮播图片
|
||||
|
|
|
|||
Loading…
Reference in New Issue