/* * -- 样式说明 -- * 最大优先实现法,全局能实现不用区域,区域能实现不用模板, * 模板能实现不用界面,界面能实现不用标签 * g - 全局 * t - 区域 * m - 模板 * ui - 界面 * lb - 标签 * 特殊标签 * j - 脚本 * fix - 浮窗 */
思考添加的样式
/** * form - 表单 * focus - 焦点图 * is | reg - 正则 * f - 一切浮窗 * */
如下的公共样式,经过不断的修改和完善才得到的。
/*base style*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{ margin:0; padding:0;} body{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; color:#333; background-color:#fff; font-size:14px; overflow-x:hidden;} a{ color:#06f; text-decoration:none;} a:hover{ color:#f60; text-decoration:none;} img{ border:none;} i,em{ font-style:normal;} li{ list-style-type:none;} textarea{ resize:vertical;} input, select, textarea{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; background-color:#fff; margin:0; padding:0; outline:none;} /*global style*/ .g-fl{ float:left;} .g-fr{ float:right;} .g-c{ zoom:1;} .g-c:after{ clear:both; content:"."; display:block; height:0; visibility:hidden;} .g-w{ width:320px; margin-left:auto; margin-right:auto;} .g-hide{ display:none !important;}
再次修改,解决图片百分比的问题和图片下面会出现高度的问题
/*base style*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{ margin:0; padding:0;} body{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; color:#333; background-color:#fff; font-size:14px; overflow-x:hidden;} a{ color:#06f; text-decoration:none;} a:hover{ color:#f60; text-decoration:none;} img{ border:none; vertical-align:middle; max-width: 100%;} i,em{ font-style:normal;} li{ list-style-type:none;} textarea{ resize:vertical;} input, select, textarea{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; background-color:#fff; margin:0; padding:0; outline:none;} /*global style*/ .g-fl{ float:left;} .g-fr{ float:right;} .g-c{ zoom:1;} .g-c:after{ clear:both; content:"."; display:block; height:0; visibility:hidden;} .g-w{ max-width:414px; min-width:320px; width: 96%; margin-left:auto; margin-right:auto;} .g-hide{ display:none !important;}
再次修改二,修改字体,禁止长按链接与图片弹出菜单,禁止选中文本
/*base style*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{ margin:0; padding:0;} html,body{ font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif; color:#000; background-color:#fff; font-size:16px; overflow-x:hidden; -webkit-user-select: none; user-select: none;} a{ color:#06f; text-decoration:none;} a:hover{ color:#f60; text-decoration:none;} img{ border:none; vertical-align:middle; max-width: 100%; -webkit-touch-callout: none;} i,em{ font-style:normal;} li{ list-style-type:none;} textarea{ resize:vertical;} input, select, textarea{ font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif; background-color:#fff; margin:0; padding:0; outline:none;} /*global style*/ .g-fl{ float:left;} .g-fr{ float:right;} .g-c{ zoom:1;} .g-c:after{ clear:both; content:"."; display:block; height:0; visibility:hidden;} .g-w{ max-width:414px; min-width:320px; width: 96%; margin-left:auto; margin-right:auto;} .g-hide{ display:none !important;} /* a, img { -webkit-touch-callout: none; //禁止长按链接与图片弹出菜单 } html, body { -webkit-user-select: none; //禁止选中文本(如无文本选中需求,此为必选项) user-select: none; } */
PC端的公共样式的思路
/*base style*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{ margin:0; padding:0;} body{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; color:#333; background-color:#fff; font-size:15px; background-image:url(about:blank); background-attachment:fixed; overflow-x:hidden;} a{ color:#06f; text-decoration:none;} a:hover{ color:#f60; text-decoration:none;} img{ border:none; vertical-align:middle; max-width: 100%;} i,em{ font-style:normal;} li{ list-style-type:none;} textarea{ resize:vertical;} input, select, textarea{ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Arial"; background-color:#fff; margin:0; padding:0; outline:none;} area{ outline: none;} /*global style*/ .g-fl{ float:left;} .g-fr{ float:right;} .g-c{ zoom:1;} .g-c:after{ clear:both; content:"."; display:block; height:0; visibility:hidden;} .g-w{ max-width: 1200px; min-width: 980px; width: 96%; margin-left:auto; margin-right:auto;} .g-hide{ display:none !important;}
相关推荐
HTML+CSS+JS做的个人...页面和CSS样式和JS我都统一整理好了,导航栏、页脚等都是通过公共引入的,让页面更加简洁和更好的整理 我的首个开源博客项目,前台就是基于这个模板开发一起开发的 小袁博客开源项目地址: ...
HTML+CSS+JS做的个人博客模板,有基本的导航栏,页脚信息,侧边鼠标悬放弹出层,同时还有小型音乐播放器,基本...页面和CSS样式和JS我都统一整理好了,导航栏、页脚等都是通过公共引入的,让页面更加简洁和更好的整理
"开发相关资料、小技巧的收集整理"这个主题包含了大量的编程知识,特别关注了C#语言、JavaScript(JS)、Ajax、CSS和Div等Web开发技术,以及C#与XML的处理。这些内容对新手开发者尤其有帮助,因为他们能从中学习到...
HTML/CSS和JavaScript则用于构建系统的前端界面,HTML定义页面结构,CSS负责样式设计,JavaScript处理用户交互和动态更新页面内容。可能还利用了AJAX技术来实现无刷新的数据加载和提交,提高用户体验。 在论文中,...
- **外部样式表**: 单独的`.css`文件。 ##### 11.3 JavaScript的简单使用 JavaScript是一种脚本语言,用于实现网页上的交互功能。 - **内联脚本**: 写在HTML标签中。 - **内部脚本**: 写在`<head>`部分的`...
9. **public**:这是一个可能包含公共资源的目录,如JavaScript库、CSS文件、图片和其他可被网站公共部分引用的文件。 通过这个实训素材,学生不仅可以学习前端开发的基础知识,还能体验实际项目开发流程,从需求...
5. **前端开发技术**:除了HTML,可能还会用到CSS(Cascading Style Sheets)和JavaScript,它们分别负责网页的样式和交互功能。现代前端框架如React或Vue.js也可能被用来提升用户体验和开发效率。 6. **后端开发...
`common.css`是全局CSS样式表,对整个网站的样式进行统一定义。 在样式表方面,`css_diy.css`适用于全局DIY模式,`css_space.css`专门用于个人空间的样式,`editor.css`、`editor_menu.htm`、`editor.htm`和`editor...
CSS(层叠样式表)是用于描述HTML或XML(包括如SVG、MathML等各种XML方言)文档样式的Web标准。在这个项目中,CSS用于定义大屏的布局、颜色、字体、过渡和动画效果,使得大屏不仅信息丰富,而且视觉上吸引人。...
尽管中文资料相对较少,但通过对英文资料的收集和整理,我们可以深入了解其架构和核心组件。 1. **JavaFX架构** - **JavaFX引擎**:JavaFX2.0的核心是其高性能的Prism引擎,它负责运行应用程序代码。Prism与Glass...
4. **WXSS文件**:样式表文件应包含公共样式和reset样式,通过`@import`导入。避免使用像素(px)单位,转而使用微信小程序推荐的自适应单位rpx,以确保在不同设备上的兼容性和适配性。 5. **本地缓存管理**:小程序...
7. **CSS样式化**:虽然未直接提及CSS,但通常HTML会与CSS结合使用,因此可能也包括了如何使用CSS进行页面样式设计。 8. **响应式设计**:如果资料库是现代的,那么可能会包含有关如何使HTML页面适应不同设备和屏幕...
4. **public** 文件夹:通常用于存放公共的、可被多个页面共享的资源,比如JavaScript库或CSS样式。 5. **log** 文件夹:可能是日志记录文件,用于追踪游戏运行过程中的错误和事件,对调试和优化游戏性能非常关键。...
layui提供了一系列预定义的CSS基础类,用于快速构建页面样式,如布局、颜色、字体等,开发者可以通过这些基础类快速调整元素的外观。 #### 2、CSS命名规范 layui遵循一定的CSS命名规则,如BEM(Block Element ...
5. **公共API用于CSS结构**:为了让CSS样式设置更易于使用,JavaFX 8提供了公共API,便于开发人员定义自定义CSS样式。 6. **WebView增强**:集成Nashorn JavaScript引擎,提升了JavaScript性能;支持WebSocket和Web...
HTML负责页面结构,CSS用于样式设计,而JavaScript则提供了交互性,如表单验证和动态加载内容。现代Web开发框架,如jQuery或Bootstrap,也可能被用到,以提高开发效率和用户体验。 对于想要部署MinGate的组织,他们...
- `css.css`:样式表文件,控制网页的布局和样式。 - `qq.htm`:可能是QQ的嵌入式网页,比如QQ在线客服或者分享组件。 5. **安全性**:尽管给出了默认的管理员账户和密码,但实际应用中,这样的明文密码是非常不...
- **CSS**:层叠样式表,用于美化网页样式。 - **JavaScript**:一种脚本语言,用于实现网页动态效果。 - **DOM**:文档对象模型,用于表示 HTML 或 XML 文档的结构。 ### 八、逻辑控制与运算符 - **逻辑运算符**:...
7. **价格分析**:这个项目可能涉及到对巴塔哥尼亚地区DanuëBelgrano的价格数据进行收集、整理和分析,可能用于经济研究、市场趋势预测或其他商业决策。 综上所述,这个项目不仅涉及到了前端开发技术,还涵盖了...