799412609 发表于 2010-12-29 09:52:59

谁能把CSS文件里源码代表意思翻译一下啊?求救

比如说:index.CSS 里的源码,/*
Copyright (c) 2008-2010 Destoon.COM
This is NOT a freeware, use is subject to license.txt
*/
#show_player {height:160px;background:url('image/load.gif') no-repeat center center;}这句意思是?
.announce {height:28px;line-height:28px;background:url('image/announce_bg.gif') repeat-x;padding:0 10px 0 10px;overflow:hidden;}这句意思是?
.announce strong {color:#FF0000;}这句意思是?
.trade_head {background:url('image/trade_head.gif') no-repeat;padding:4px 0 0 11px;font-size:14px;letter-spacing:1px;line-height:20px;}这句意思是?
.trade_body {border:#AACCEE 1px solid;padding:8px;}这句意思是?
.trade_body li {height:22px;line-height:23px;overflow:hidden;padding:0 5px 0 5px;color:#666666;}这句意思是?
.loading {width:100%;height:220px;background:url('image/loading.gif') no-repeat center center;}这句意思是?
.headline h2 {text-align:center;font-size:14px;margin:0;height:29px;line-height:30px;overflow:hidden;}这句意思是?
.headline span {color:#004499;}这句意思是?
.product {padding:8px 5px 0 5px;}这句意思是?
.product img {border:#DCDCDC 1px solid;padding:2px;}
.product li {line-height:20px;height:20px;width:100px;overflow:hidden;}
.newsr {border-bottom:#C0C0C0 1px dotted;margin:0 0 5px 0;}
/* quote */
.quote_head {height:25px;line-height:25px;overflow:hidden;background:url('image/quote_head.gif') no-repeat;padding:0 3px 0 0;}这句意思是?
.quote_head div {width:80px;text-align:center;font-size:14px;}这句意思是?
.quote_head_i {color:#666666;padding:2px 0 1px 1px;}这句意思是?
.quote_body {border:#FF7300 1px solid;padding:11px 0 11px 0;}这句意思是?
.quote_body li {background:url('image/ico_quote.gif') no-repeat 13px 1px;padding:0 15px 0 35px;color:#666666;height:20px;line-height:20px;overflow:hidden;}这句意思是?
/* know */
.know_credit {background:url('image/ico_reward.gif') no-repeat;font-size:11px;color:#666666;padding:0 0 0 14px;}这句意思是?
.video li {background:url('image/ico_video.gif') no-repeat 2px 4px;padding:0 10px 0 21px;}这句意思是?

jmxwz 发表于 2010-12-29 10:52:56


你这台多了,直接看CSS语法基础好了,看完了答案就知道了,不难的

799412609 发表于 2010-12-29 12:24:42


我百度了一下CSS语法基础,看了后,才猛然发现,程序员的辛苦,崇高无上的程序员,我向你们致敬!版主,问下,修改首页导航其界面的框架是在哪个文件修改啊?

xyzqh 发表于 2010-12-29 12:58:36


看看CSS 教程就会了。
页: [1]
查看完整版本: 谁能把CSS文件里源码代表意思翻译一下啊?求救