.offset0{margin-left:0}
.offset5{margin-left:5px}
.offset10{margin-left:10px}
.offset15{margin-left:15px}
.offset20{margin-left:20px}
.top0{margin-top:0}
.top5{margin-top:5px}
.top10{margin-top:10px}
.top15{margin-top:15px}
.top20{margin-top:20px}
.borders{border:1px solid #d2e1f1}
.left{float:left}
.right{float:right}
.align-left{text-align:left}
.align-right{text-align:right}
.acenter{text-align:center}
.fix:after{clear:both;content:"";display:block;height:0;visibility:hidden}
.hide{display:none}
.show{display:block}
.strong{font-weight:bold}
.normal{font-weight:normal}
.no-bg{background:none !important}
.opacity{-moz-opacity:0.25;opacity:0.25;filter:alpha(opacity=25)}
.content{z-index:1;margin:0 5px 0;zoom:1}
.reds,.reds a{color:#F00}
.blue,.blue a{color:#0177A7}
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
那些是改字體顏色和如何添加背景圖啊


uj5u.com熱心網友回復:
改字體顏色的是.reds,.reds a{color:#F00}
.blue,.blue a{color:#0177A7}
添加背景圖
.bg {background: url("背景圖地址");}
uj5u.com熱心網友回復:
改了還是顏色沒反應啊,那個背景圖我在jsp里面<style type="text/css"> body{ background-image: url(images/N2.jpg); background-size:cover; } </style>添加好了轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/133859.html
標籤:HTML(CSS)
