web天天的学习界面css

mac2022-06-30  28

@CHARSET "UTF-8";body{    background-image: url("../img/body_bg.gif");    background-repeat: repeat-x;    margin-top: 0;    font: 12px/1.5 "宋体",arial;}ul{    width: 1004px;    margin: 0 auto;    height: 35px;        list-style: none;    list-style-type: none;        padding-top: 8px;        padding-left: 0px;        padding-bottom: 4px;    }li{    list-style: none;    list-style-type: none;    display: inline;    width: 104px;    height: 35px;    margin: 0 auto;    padding-top: 8px;    padding-left: 18px;    padding-bottom: 8px;    padding-right: 18px;}

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

最新回复(0)