list_order_drag_n_drop.css
来自「《JavaScript精粹》 源文件下载」· CSS 代码 · 共 25 行
CSS
25 行
ol
{
list-style: none;
}
li
{
width: 195px;
height: 30px;
margin-bottom: 5px;
background-color: #666666;
background-image: url(../images/football_ladder_item.gif);
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-indent: 25px;
line-height: 30px;
}
.clone
{
opacity: 0.5;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?