jquery mobile中使用css去掉listview中的icon

2015-12-14 0 628
jquery mobile中使用css去掉listview中的icon
<!DOCTYPE html> 
<html> 
    <head> 
        <title>Slider Stop</title> 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" rel="external nofollow"  />
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
	<style type="text/css">
	.ui-listview .ui-icon-arrow-r {
    background: transparent url(images/arrow_right.png) center center no-repeat !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;}
	</style>
     </head>
	 <body>
	 <div data-role="page">

	  <ul class="ullist" data-role="listview">
                    <li><a>All</a></li>
                    <li><a>All</a></li>
					<li><a>All</a></li>
				    <li><a>All</a></li>
					<li><a>All</a></li>
                </ul>
	 </div>

	 </body>
	 </html>
   

遇见资源网 css jquery mobile中使用css去掉listview中的icon http://www.ox520.com/14578.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务