Apeller

导航

上一页 1 ··· 3 4 5 6 7 8 下一页

2019年10月8日 #

「HTML+CSS」文字溢出处理,背景图处理,企业开发经验

摘要: 文字溢出:单行打点文本 1.white-space空间单行文本不换行 2.overflow 先隐藏 3.text-overflow在打点 后端拿过来的文字多余一行打点显示:单行文本/多行文本 例子:P标签百度首页的单行文字 实现: nowrap禁止文字自动换行 white-space空格,空余空间 阅读全文

posted @ 2019-10-08 12:08 Apeller 阅读(377) 评论(0) 推荐(0) 编辑

「HTML+CSS」包裹浮动元素,开发实例经验

摘要: 伪元素 天生是inline元素 4 float最原始用法 ->-> .nav .list-item a{ font-weight: bold; color: #f40; height: 35px; display: block; padding: 0 10px; } .nav{ list-style 阅读全文

posted @ 2019-10-08 00:53 Apeller 阅读(243) 评论(0) 推荐(0) 编辑

2019年10月7日 #

「HTML+CSS」五环居中,两栏布局,经典bug,BFC

摘要: *{ margin: 0px; padding: 0px; } .frame{ position: fixed; left:50%; top:50%; margin-left: -200px; margin-top: -85px; width: 400px; height: 170px; borde 阅读全文

posted @ 2019-10-07 14:12 Apeller 阅读(276) 评论(0) 推荐(0) 编辑

「HTML+CSS」开发经验,习惯,盒子模型

摘要: text-align/*对齐方式*/ text-indent/*em*/字体对其方式,缩排 line-height/*行高*/ 灯高等宽 text-decoration:line-through/none/underline; cursor光标 //伪类选择器 标签归类: 1.行级元素inline 阅读全文

posted @ 2019-10-07 13:32 Apeller 阅读(164) 评论(0) 推荐(0) 编辑

「HTML+CSS」css基础属性

摘要: 当权重相等,后来先到覆盖 颜色 div{ border:100px solid black; width: 0px; height: 0px; border-left-color: blue; border-left-color: transparent; border-top-color: tra 阅读全文

posted @ 2019-10-07 11:42 Apeller 阅读(113) 评论(0) 推荐(0) 编辑

「HTML+CSS」css权重问题,选择器选择

摘要: form表单必须有数据名和值 input里的type/name/value/checkbox/radio <select name="province"> <option >北京</option> <option >天津</option> <option >京都</option> </select> 阅读全文

posted @ 2019-10-07 11:23 Apeller 阅读(219) 评论(0) 推荐(0) 编辑

「HTML+CSS」高级标签

摘要: 1.空格常见问题 文字和英文在网页里被认为是:一个文字就是一个文字,而英文字母被认为是一个单词,从反面证明了空格是文本分隔符 &nbsp; 不间断空格 Non-breaking Space &lt;<less than &gt;>great than great是一种程度上比较 回车:<br> 每个 阅读全文

posted @ 2019-10-07 00:30 Apeller 阅读(226) 评论(0) 推荐(0) 编辑

2019年10月6日 #

「HTML+CSS」基础标签

摘要: 入门篇 阅读全文

posted @ 2019-10-06 21:55 Apeller 阅读(134) 评论(0) 推荐(0) 编辑

2019年7月15日 #

音变规则-字母演变法

摘要: a e i o u y-主发音 oo-ee-ea-ae-oi-eao-io-ai-ia 1.begin-began-begun 2.top-tip-tap 3.sing-song 4.gold-gild 5.enemy-inimical full-fill=fulfill 注意英语单词过去式,总是元 阅读全文

posted @ 2019-07-15 14:30 Apeller 阅读(881) 评论(0) 推荐(0) 编辑

26个字母的象征意义

摘要: 英语的26个字母最初起源于埃及象形文字,掌握26个字母的象征意义对背单词有很大的帮助。 比如:e的象征意义有:眼睛,叶子,鱼。See(看)eye(眼睛)weep(哭泣)都与眼睛有关。 Aa:首 A是26个单词的第一个 极好的 《单词的历史》书里说:该词指某物正处于最佳状态。 尖 大写字母的形状 Bb 阅读全文

posted @ 2019-07-15 11:53 Apeller 阅读(7741) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 下一页