上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 99 下一页
摘要: 示例 1 : 超链状态 伪类,所谓的伪类即被选中的元素处于某种状态的时候超链状态有4种link - 初始状态,从未被访问过visited - 已访问过hover - 鼠标悬停于超链的上方active - 鼠标左键点击下去,但是尚未弹起的时候 <style> a:link {color: #FF000 阅读全文
posted @ 2020-07-14 10:59 Jasper2003 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 示例 1 : 边框模型 真正决定一个元素的表现形式,是由其边框模型决定的由图所示蓝色框即为内容width:70px 表示内容的大小红色框即为边框内容到边框之间的距离,即为内边距 5px灰色框,是指边框与其他元素之间的距离,即为外边距:10px <style> .box{ width:70px; pa 阅读全文
posted @ 2020-07-14 10:11 Jasper2003 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 元素外边距 指的是元素边框和元素边框之间的距离属性:margin-left: 左外边距margin-right: 右外边距margin-top: 上外边距margin-bottom: 下外边距 示例 1 : 左外边距 属性: margin-left值:数字指的是元素边框和元素边框之间的距离 注:像s 阅读全文
posted @ 2020-07-14 09:47 Jasper2003 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 元素内边距指的是元素里的内容与边框之间的距离属性:padding-left: 左内边距padding-right: 右内边距padding-top: 上内边距padding-bottom: 下内边距padding: 上 右 下 左 示例 1 : 左内边距 属性:padding-left值:数字指的是 阅读全文
posted @ 2020-07-14 09:38 Jasper2003 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 示例 1 : 边框风格 属性: border-stylesolid: 实线dotted:点状dashed:虚线double:双线 <style> .solid{ border-style:solid; } .dotted{ border-style:dotted; } .dashed{ border 阅读全文
posted @ 2020-07-14 09:05 Jasper2003 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 示例 1 : 表格布局 属性:table-layoutautomatic; 单元格的大小由td的内容宽度决定fixed; 单元格的大小由td上设置的宽度决定注:只对连续的英文字母起作用,如果使用中文就看不到效果 <style> table.t1{ table-layout:automatic; } 阅读全文
posted @ 2020-07-14 08:35 Jasper2003 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 步骤 1 : 鼠标样式 <style> span{ cursor:crosshair; } </style> <span>鼠标移动到这段文字上,就看到鼠标样式变成了十字架</span> 步骤 2 : 样式一览 阅读全文
posted @ 2020-07-14 08:18 Jasper2003 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 示例 1 : 尺寸 属性:font-size值:数字或者百分比 <style> p.big{ font-size:30px; } p.small{ font-size:50%; } p.small2{ font-size:0.5em; } </style> <p >正常大小</p> <p class 阅读全文
posted @ 2020-07-13 10:27 Jasper2003 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Role Description Do you love the freedom to express your ideas and creativity? To be as unique and imaginative as you want? We are looking for a Web D 阅读全文
posted @ 2020-07-13 10:00 Jasper2003 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Role Description The first step to applying to ThinQ.tv is to experience what we're doing by ATTENDING A VIDEO CHAT CONVERSATION during any of the Fel 阅读全文
posted @ 2020-07-13 09:54 Jasper2003 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 99 下一页