style.css

来自「自己做的鞋业网站代码」· CSS 代码 · 共 97 行

CSS
97
字号
#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 + =
减小字号Ctrl + -
显示快捷键?