【CSS】文字纵向排版
/* 单列展示时*/ .wrap { width: 25px; line-height: 18px; height: auto; font-size: 12px;...
/* 单列展示时*/ .wrap { width: 25px; line-height: 18px; height: auto; font-size: 12px;...
线性渐变/* * background-image: linear-gradient( 方向/角度 , 颜色1,颜色2,颜色3....); * 方向: 在关键字 to 后面加上 top、bo...
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ab...
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: red; } input::-moz-placehol...
屏蔽复制document.oncopy = function(event) { if (window.event) { event = window.event; ...