You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
test/cont.css

132 lines
4.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/* CSS Document */
/* Body样式 */
body{
padding:0px; /* 设置body的内边距为0 */
margin:0px; /* 设置body的外边距为0 */
font-size:12px; /* 设置默认字体大小为12px */
}
/*==========TOP部分头部区域==========*/
.top_tab{
background-image:url(/dingcan/images/top_01.gif); /* 设置背景图片 */
background-repeat:repeat-x; /* 背景图片水平重复 */
height:90px; /* 设置顶部高度为90px */
width:100%; /* 设置顶部宽度为100% */
}
.top_logo{
width:197px; /* 设置logo宽度为197px */
background-image:url(/dingcan/images/top_02.gif); /* 设置logo的背景图片 */
}
.top_tex{
background:url(/dingcan/images/top_03.gif) no-repeat; /* 设置top_tex区域的背景图片且不重复 */
}
.top_r{
width:361px; /* 设置右侧区域宽度为361px */
background:url(/dingcan/images/top_05.gif) no-repeat; /* 设置右侧区域的背景图片,不重复 */
}
/*========== 右侧部分(右侧内容区域)==========*/
.right_body{
padding-left:5px; /* 设置右侧内容区左内边距为5px */
padding-right:5px; /* 设置右侧内容区右内边距为5px */
}
.right_font{
font-size:13px; /* 设置字体大小为13px */
cursor:hand; /* 设置鼠标悬停时变为手形 */
}
/*========== 内容区域样式(表格样式)==========*/
.cont_tab{
background-color:#4374A3; /* 设置背景颜色为深蓝色 */
}
.cont_tab_l{
background-image:url(/dingcan/images/r_14.gif); /* 设置左边区域的背景图片 */
background-repeat:no-repeat; /* 背景不重复 */
width:12px; /* 设置宽度为12px */
height:13px; /* 设置高度为13px */
}
.cont_tab_m{
background-image:url(/dingcan/images/r_16.gif); /* 设置中间区域的背景图片 */
background-repeat:repeat-x; /* 背景水平重复 */
height:13px; /* 设置高度为13px */
}
.cont_tab_r{
background-image:url(/dingcan/images/r_14_r.gif); /* 设置右边区域的背景图片 */
background-repeat:no-repeat; /* 背景不重复 */
width:12px; /* 设置宽度为12px */
height:13px; /* 设置高度为13px */
}
.cont_tab_bl{
background-image:url(/dingcan/images/r_24.gif); /* 设置左下角区域的背景图片 */
background-repeat:no-repeat; /* 背景不重复 */
width:12px; /* 设置宽度为12px */
height:13px; /* 设置高度为13px */
}
.cont_tab_bm{
background-image:url(/dingcan/images/r_29.gif); /* 设置底部区域的背景图片 */
background-repeat:repeat-x; /* 背景水平重复 */
height:13px; /* 设置高度为13px */
}
.cont_tab_br{
background-image:url(/dingcan/images/r_24_r.gif); /* 设置右下角区域的背景图片 */
background-repeat:no-repeat; /* 背景不重复 */
width:12px; /* 设置宽度为12px */
height:13px; /* 设置高度为13px */
}
/*========== 左侧菜单部分==========*/
.left_b_m{
line-height:13px; /* 设置行高为13px */
font-size:1px; /* 设置字体大小为1px */
}
.left_mid{
padding-left:2px; /* 设置左侧内边距为2px */
padding-right:1px; /* 设置右侧内边距为1px */
}
.menu_first_img{
background-image:url(/dingcan/images/l_b_05.gif); /* 设置菜单第一项的背景图片 */
background-repeat:no-repeat; /* 背景不重复 */
}
.menu_second_img{
background-image:url(/dingcan/images/l_b_03.gif); /* 设置菜单第二项的背景图片 */
background-repeat:no-repeat; /* 背景不重复 */
}
.mouse{
cursor:hand; /* 鼠标悬停时变为手形 */
width:176px; /* 设置宽度为176px */
height:29px; /* 设置高度为29px */
line-height:29px; /* 设置行高为29px */
}
.left{
background-image:url(/dingcan/images/menu_26.gif); /* 设置左侧菜单项的背景图片 */
height:29px; /* 设置高度为29px */
padding-bottom:4px; /* 设置底部内边距为4px */
}
/*========== 页脚部分==========*/
#foot{
background-color:#4374A3; /* 设置背景颜色为深蓝色 */
height:17px; /* 设置高度为17px */
font-size:12px; /* 设置字体大小为12px */
color:#ffffff; /* 设置字体颜色为白色 */
letter-spacing:3px; /* 设置字母间距为3px */
text-align:center; /* 设置文本居中 */
padding-top:3px; /* 设置顶部内边距为3px */
}