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 做到这一点吗?实际上我现在需要在这里显示服务器数据,直到现在我想只使用静态数据。如何制作这个(红色圆形)屏幕?
如果您希望背景为白色,您可以自己添加它(自定义 css)并使用关键字 !important 以便它将覆盖 jquery mobile,或者添加data-theme="d"到您的data-role="page"div
data-theme="d"
data-role="page"