web天天的学习界面css

mac2022-06-30  30

@CHARSET "UTF-8";#header {    height: 79px;    width: 1004px;    margin: auto;    position: relative;}#logo{    height: 39px;    width: 179px;    background-image: url("../img/new_logo_25.gif");    position: absolute;    top:19px;;}#topNavigation{    position: absolute;    top:9px;    right: 3px;}#navigator {    width: 1004px;    height: 35px;    background-color: fuchsia;    margin:0 auto;    position: relative;    color: white;}#main {    height: 767px;    width: 1004px;    background-color: green;    margin: auto;}#content_1{    height: 295px;    width: 100%;    background-image: url("../img/banner_0302.png");    background-position: 0 0;}#content_1_down_p4{    width: 252px;    height: 73px;}#click_down{    background-image: url("../img/click_down.png");    width: 252px;    height: 73px;    padding-left:126px;    padding-right: 126px;    padding-bottom: 60px;}#new_support_span{        width:57px;    height:17px;    padding-left: 30px;}#new_support{    width:57px;    height:17px;    background-image: url("../img/new_support.png");    padding-left: 55px;    padding-bottom: 4px;}#footer {    height: 57px;    width: 1004px;    background-color: yellow;    margin: auto;}

转载于:https://www.cnblogs.com/gyflyx/archive/2012/04/04/2431857.html

最新回复(0)