Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 jquery mobile 中有一个面板,如下所示:
我希望徽标居中,但是以下代码不起作用:
HTML
<div class="panel-content"> <img src="images/logo.png" class="logopanel" width="15%" length="15%" align="center"> <ul data-role="listview"> </ul> </div>
将 .panel-content 设置为 text-align: center;