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的主题滚轮滚动了一个主题,但是如果我使用文本中的图标,图标太小,如何使用主题滚轮制作更大的图标?或任何想法如何制作更大的图标?
像这样
@media only screen and (min-width: 1px) and (max-width: 480px) { .ui-icon-bars02:after { background-image: url("images.svg"); background-size: 22px 22px; }