Jquery Mobile css覆盖了我的身体css

Cof*_*use -2 css jquery

http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css覆盖了我的身体造型

<body style="margin:0; padding:0; background-image:url(img/bggradient.jpg); background-repeat:repeat-x">
Run Code Online (Sandbox Code Playgroud)

显然我使用的颜色F6F6F6在那个css文件中出现了12次,我觉得很难读.我怎么能在这里重新覆盖身体造型?

sur*_*h.g 5

试试这个:

.ui-page{background:transparent !important;} 
.ui-body-c{background:transparent !important;} 
.ui-page-active{background:transparent !important;}
Run Code Online (Sandbox Code Playgroud)