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

📄 style.css

📁 自己做的鞋业网站代码
💻 CSS
字号:
#Layer1 {
	position:absolute;
	width:165px;
	height:175px;
	z-index:1;
	left: 277px;
	top: 496px;
}
body
{
    color: #6B6B6B;
}
.link
{ 
    font-size: 15px;
    color: white;
    text-decoration: none;
}  
.menu
{
    font-weight: bold;
    font-size: 14px;
    color: #6B6B6B;
    text-decoration: none;
    font-family: 'Times New Roman';
}
.list
{
    border-bottom: #D6D3D6 1px dashed;
    border-right: #D6D3D6 1px dashed;
}
.toppicture
{
    border-right: #d6d3d6 1px;
    border-top: #d6d3d6 1px;
    border-left: #d6d3d6 1px;
    border-bottom: #d6d3d6 1px;
} 
.btn
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.picture
{
    border-right: #D6D3D6 1px solid;
    border-top: #D6D3D6 1px solid;
    border-left: #D6D3D6 1px solid;
    border-bottom: #D6D3D6 1px solid;
} 
.bigpicture
{
    border-right: #D6D3D6 3px solid;
    border-top: #D6D3D6 3px solid;
    border-left: #D6D3D6 3px solid;
    border-bottom: #D6D3D6 3px solid;
} 
.shoesname
{
    font-weight: bold;
    font-size: 11pt;
    color: blue;
    text-decoration: underline;
    font-family: Arial;
}

.shoestype
{
    font-weight: normal;
    font-size: 10pt;
    color: blue;
    text-decoration: none;
    font-family: Arial;
}
.shoesprise
{
            font-weight: bold;
    font-size: 10pt;
    color: red; 
    text-decoration: none;
    font-family: Arial;
}
.listtitle
{
    border-bottom: gray 1px solid;
    font-weight: bold;
}
.list
{
    background-position: left 15px;
    background-image: url(images/dot1.gif);
    border-bottom: gray 1px dashed;
    background-repeat: no-repeat;
    border-right-style: none;
}

⌨️ 快捷键说明

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