⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upload.css

📁 创建虚拟磁盘。用户可以创建磁盘
💻 CSS
字号:
/**
##
#	Project: PHPDisk
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: upload.css 194 2009-02-28 06:51:04Z along $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
*/

#selected_files ul { display: none; margin: 6px 3px 5px 3px; padding: 0px;}
#selected_files li { padding: 5px 5px 6px 5px; clear: both; -moz-border-radius: 5px; }
#selected_files li span.left { width: 85%; display: block; float: left; padding: 1px; }
#selected_files li span.right { width: 10%; display: block; float: right; padding: 2px; color: #0066DF; cursor: pointer; text-align: right; }
#selected_files li.odd { background-color: #fafafa; }
#selected_files li.even { background-color: #fff; }
#upload_fields { margin-right: 5px; }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -