【CSS】设置容器底边阴影
.box-shadow { background-color: #FF8020; width: 160px; height: 90px; margin-top: ...
.box-shadow { background-color: #FF8020; width: 160px; height: 90px; margin-top: ...
body::-webkit-scrollbar{ /*滚动条整体样式*/ width : 15px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; }...
.demo::-webkit-scrollbar { display: none; /* Chrome Safari */ } .demo { scrollbar-width: none...
/* 单列展示时*/ .wrap { width: 25px; line-height: 18px; height: auto; font-size: 12px;...
线性渐变/* * background-image: linear-gradient( 方向/角度 , 颜色1,颜色2,颜色3....); * 方向: 在关键字 to 后面加上 top、bo...