3.定位
相对定位 positon:relative (left top right bottom)
绝对定位 absolute 会找最近一个相对定位,如果找不到仙姑相对定位,最后的对象就是body
上面两个一般是成对使用
固定定位(固定在网页的某个地方) fixed bottom left top right ( z-index:1 如果图片显示不出来 值越大越往上面浮动)
<sup>上标 <sub>下标
overflow:hidder 溢出 隐藏显示的部分
transition: all 0.5s;过度效果 c3里面的
transition: all 0.5 2s;过度效果 c3里面的 后面的2秒是延迟2s后执行
4.京东
outline:none;文本框点击的颜色
placeholder 文本框默认提示
disable 文本框禁止点击 出现灰色背景
crusor:ont-allowed 禁止图标
<input type="checkbox" checked id="cc"/><lable for="cc">自动登陆</lable>
clear:both; 清除浮动
相对定位 positon:relative (left top right bottom)
绝对定位 absolute 会找最近一个相对定位,如果找不到仙姑相对定位,最后的对象就是body
上面两个一般是成对使用
固定定位(固定在网页的某个地方) fixed bottom left top right ( z-index:1 如果图片显示不出来 值越大越往上面浮动)
<sup>上标 <sub>下标
overflow:hidder 溢出 隐藏显示的部分
transition: all 0.5s;过度效果 c3里面的
transition: all 0.5 2s;过度效果 c3里面的 后面的2秒是延迟2s后执行
4.京东
outline:none;文本框点击的颜色
placeholder 文本框默认提示
disable 文本框禁止点击 出现灰色背景
crusor:ont-allowed 禁止图标
<input type="checkbox" checked id="cc"/><lable for="cc">自动登陆</lable>
clear:both; 清除浮动