<div class="bgdiv“ style="background-image: url('../test.png'); background-repeat: no-repeat; background-size: cover;"> &l..
/*右半圆*/ width: 50px; height: 100px; border-radius: 0 50px 50px 0; /*左半圆*/ width: 50px; height: 100px; border-radius: 50px 0 0 50px;
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical
.add-to-favourite { background: url(a.png) center no-repeat; background-size: 2.5rem; width: 1.5rem; height: 1.5rem; ..
在页面<head>部分没有发现字符集声明,请增加该声明:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">(不标准)<meta http-equiv="content..
#less#CSS 预处理语言,它扩展了 CSS 语言,增加了变量、Mixin、函数等特性,使 CSS 更易维护和扩展。扩展阅读:less中文网
PC端与移动端文章标题长度统一处理:.sublittle{ display: block; width: 100%; white-space: nowrap; text-overflow: ell
#HTML5与CSS3权威指南#核心:html5结构:主体结构;非主体结构;表单与文件:文件api(filelist,blob,filereader);绘制图形;多媒体;本地存储;离线应用程序:本地缓存与浏览器网页缓存的区别;manifest文件;浏览器与服务器的交互过程(缓存的..
#CSS3函数#attr() ;calc() ;inear-gradient() ;radial-gradient() ;repeating-linear-gradient();repeating-radial-gradient();
#HTML5与CSS3权威指南#颜色相关样式:alpha通道;opacity;transparent;用户界面:resize;取消对元素样式的制定:initial属性值;