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

📄 upgradetips.css

📁 Enterprise Template for BizIdea 2.0, with full pictures and aspx files.
💻 CSS
字号:
/*会员升级提示*/
.UpgradeTips
{
	position:absolute;
    display: none;
	top:100px;
	width:500px;
	z-index: 10001;
	background-color: #E1E3E5
}
.UpgradeTitle {
	height: 29px;
	line-height: 27px;
	padding-left: 18px;
	color: #3666aa;
	cursor: move;
	font-weight: bolder;
	float: left;
    width:482 !important;
	width:500px;
	background-image: url(../../User/Images/upgrade_tips.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.UpgradeTitle a {
	display: block;
	float: right;
	width: 20px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
}

.tips_close {
	background: url(../../User/Images/bt_close.gif) left 10px no-repeat;
	float: right;
	height: 7px;
	width: 8px;
}
.UpgradeInfo {
	height: 222px!important;
	height: 250px;
	float: left;
	width: 500px;
	width:470px!important;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #E1E3E5
}
.UpgradeInfo a, .popupTips dd a:visited {
	color:#3666aa;
	line-height: 17px;
}
.UpgradeInfo a:hover {
	color: #2e82f9;
}
.UpgradeInfo ul {
	list-style-type: square;
}
.UpgradeTipsb {
	float: left;
	height: 25px;
	width: 500px;
	background-color: #E1E3E5
}

⌨️ 快捷键说明

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