|
|
/* CSS Document */
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
/* Body部分样式 */
|
|
|
body{
|
|
|
margin:0px; /* 设置页面的外边距为0,去除默认的外边距 */
|
|
|
padding:50px 0px 0px 0px; /* 设置页面的内边距,上边距为50px,其他边距为0 */
|
|
|
background-color:#5c86ad; /* 设置背景颜色为淡蓝色 */
|
|
|
font-size:12px; /* 设置字体大小为12px */
|
|
|
color:#133B61; /* 设置文字颜色为深蓝色 */
|
|
|
}
|
|
|
|
|
|
/* Index页面部分样式 */
|
|
|
|
|
|
/* tab1的样式 */
|
|
|
.tab1{
|
|
|
background-image:url(/dingcan/images/dx_01.gif); /* 设置背景图片 */
|
|
|
background-repeat:no-repeat; /* 背景不重复 */
|
|
|
height:160px; /* 设置高度为160px */
|
|
|
width:708px; /* 设置宽度为708px */
|
|
|
}
|
|
|
|
|
|
/* tab2的样式 */
|
|
|
.tab2{
|
|
|
background-image:url(/dingcan/images/dx_02.gif); /* 设置背景图片 */
|
|
|
background-repeat:no-repeat; /* 背景不重复 */
|
|
|
width:273px; /* 设置宽度为273px */
|
|
|
height:200px; /* 设置高度为200px */
|
|
|
padding-left:335px; /* 设置左内边距为335px */
|
|
|
padding-right:90px; /* 设置右内边距为90px */
|
|
|
font-size:12px; /* 设置字体大小为12px */
|
|
|
letter-spacing: 3px; /* 设置字母间距为3px */
|
|
|
color:#18345A; /* 设置字体颜色为深蓝色 */
|
|
|
padding-top:10px; /* 设置顶部内边距为10px */
|
|
|
}
|
|
|
|
|
|
/* tab3的样式 */
|
|
|
.tab3{
|
|
|
background-image:url(/dingcan/images/dx_03.gif); /* 设置背景图片 */
|
|
|
background-repeat:no-repeat; /* 背景不重复 */
|
|
|
width:708px; /* 设置宽度为708px */
|
|
|
height:216px; /* 设置高度为216px */
|
|
|
}
|
|
|
|
|
|
/* .id 样式,可能用于表单中的输入框或其他元素 */
|
|
|
.id{
|
|
|
height:18px; /* 设置元素高度为18px */
|
|
|
border:1px solid #255FAD; /* 设置边框颜色为蓝色,宽度为1px,实线 */
|
|
|
filter: Alpha(Opacity=60); /* 设置透明度为60%,仅适用于IE浏览器 */
|
|
|
}
|
|
|
|
|
|
/* 输入框悬停效果 */
|
|
|
input:hover{
|
|
|
background-color:#A0D1FF; /* 设置鼠标悬停时输入框的背景颜色为浅蓝色 */
|
|
|
}
|
|
|
=======
|
|
|
body{
|
|
|
margin:0px;
|
|
|
padding:50px 0px 0px 0px;
|
|
|
background-color:#5c86ad;
|
|
|
font-size:12px;
|
|
|
color:#133B61;
|
|
|
}
|
|
|
/*indexҳ<78><D2B3>CSS<53><53><EFBFBD><EFBFBD>*/
|
|
|
.tab1{
|
|
|
background-image:url(/dingcan/images/dx_01.gif);
|
|
|
background-repeat:no-repeat;
|
|
|
height:160px;
|
|
|
width:708px;
|
|
|
}
|
|
|
.tab2{
|
|
|
background-image:url(/dingcan/images/dx_02.gif);
|
|
|
background-repeat:no-repeat;
|
|
|
width:273px;
|
|
|
height:200px;
|
|
|
padding-left:335px;
|
|
|
padding-right:90px;
|
|
|
font-size:12px;
|
|
|
letter-spacing: 3px;
|
|
|
color:#18345A;
|
|
|
padding-top:10px;
|
|
|
}
|
|
|
.tab3{
|
|
|
background-image:url(/dingcan/images/dx_03.gif);
|
|
|
background-repeat:no-repeat;
|
|
|
width:708px;
|
|
|
height:216px;
|
|
|
}
|
|
|
.id{
|
|
|
height:18px;
|
|
|
border:1px solid #255FAD;
|
|
|
filter: Alpha(Opacity=60);
|
|
|
}
|
|
|
input:hover{
|
|
|
background-color:#A0D1FF;
|
|
|
}
|
|
|
>>>>>>> remotes/origin/wyp_branch
|