创建虚拟磁盘。用户可以创建磁盘

源代码在线查看: style.css

软件大小: 464 K
上传用户: sbukhpak
关键词: 磁盘 虚拟 用户
下载地址: 免注册下载 普通下载 VIP

相关代码

				/**
				##
				#	Project: PHPDisk
				#	This is NOT a freeware, use is subject to license terms.
				#
				#	Site: http://www.phpdisk.com
				#
				#	$Id: style.css 127 2009-01-23 05:53:43Z cy $
				#
				#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
				#
				##*/
				
				body {
					margin: 20px;
					line-height: 140%;
					color: #000000;
					font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
					background-color: #9eb6d8;
					text-align: center;
				}
				a {
					color: #333399; 
					text-decoration: none;
				}
				a:hover {
					color: #CC0000; 
				}
				td {
					font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
					line-height: 160%;
					color: #000000;
				}
				div {
					font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
					line-height: 160%;
					color: #000000;
				}				textarea{					width:98%;font-size:13px;line-height:1.5em;				}
				#main {
					background-color: #fff;
					text-align: left;
					padding: 20px;
					width: 800px;
					border: 1px solid #698cc3;
					margin: 20px auto;
				}
				.title {
					font-size: 18px;
					font-weight: bold;
				}
				form {
					margin: 0px;
					padding: 0px;
				}
				.formfield {
					font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
					font-weight: bold;
					background-color: #fff;
					padding: 3px;
					border: 1px solid #BFBFBF;
					margin-right: 10px;
				}
				.formbutton {
					font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
					font-weight: bold;
					padding: 3px;
				}
				.install_main {
					width: 700px;
					margin-right: auto;
					margin-left: auto;
					background-color: #fff;
					padding: 30px;
					margin-top: 10%;
					border: 1px solid #333333;
					text-align: center;
				}
				.install_logo{
					border: 1px solid #333333;
				}
				.p2 {
					text-align: left;
					font-weight: bold;
					color: #666666;
					font-family: Verdana, Arial, Helvetica, sans-serif;
				}
				.txtblue{ color:#0000FF}
				.txtgreen{color:#008800}
				.copyright {
					font-size: 12px;
					text-align: center;
					line-height: 30px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
				}
							

相关资源