-
总结: 1、psd 自动选择:图层 --> ctrl+c --> ctrl+n --> ctrl+v; 2、psd 自动选择:图层 --> 图像 --> 剪切; 3、拼图:方法1 + 其中一个使用“画布大小”添加空白位置 --> 拼图; 4、background-position:x y: x:从左至该对象的距离; y:从上至该对象的距离。查看全部
-
切图,点亮的star与未点亮的star放在一起,sprite图使用查看全部
-
a标签可以嵌套div,h4,p标签查看全部
-
.index-menu .menu-list { margin-top: 150px; color: #555; /*列表项中偶数子项不需要外边距,可以在ul父容器中增加60px,多出来的外边距通过overflow隐藏*/ overflow: hidden; } /* 要把偶数项的margin-right去掉,因为总宽度超过1100px导致换行了 列表项中偶数子项不需要外边距,可以在ul父容器中增加60px,多出来的外边距通过设置父容器overflow隐藏 好处:这样处理就不用在对每一个偶数li添加特殊化样式,后端在用模版引擎输出需要额外判断。*/ .index-menu .menu-list ul { width: 1160px; background-color: #f34949; } .index-menu .menu-item { float: left; width: 520px; margin-right: 60px; margin-bottom: 56px; }查看全部
-
通过分别设置元素边框的属性,画出三角形 border-left: 78px solid transparent; border-right: 78px solid transparent; border-bottom: 10px solid #fff;查看全部
-
使用绝对定位absolute与margin来定位banner-text查看全部
-
为避免窗口缩小时,背景图出现滚动条。 .index-banner-bg { overflow: hidden; }查看全部
-
线条的处理,线条的处理,可以使用伪元素befor和after或background,这里加入i标签,更清晰明了。 <p><i class="line line-l"></i>文字<i class="line line-l"></i></p>查看全部
-
<a class="footer-tell" href="tel:718-749-1714">718-749-1714</a> 声明了属性 href="tel:718-749-1714",安装了网络电话可以直接点击打了查看全部
-
根据设计稿设置line-height,实现文字间距查看全部
-
<div class="footer-col"></div> <div class="footer-col"></div> <div class="footer-col"></div> <div class="footer-col"></div>四列查看全部
-
不要让内联元素与块级元素处于同一级别下 <div> <a class="header-logo"></a>→<div class="header-logo"></div> <ul class="header-nav"></ul> </div>查看全部
-
用户可视区域里,共有的居中容器public-container,知道宽度的情况下可以设置margin: 0 auto查看全部
-
先写页面整体结构查看全部
-
reset.css查看全部
举报
0/150
提交
取消