请问,那里有css的代码翻译成中文的
答案:2 悬赏:80 手机版
解决时间 2021-02-15 03:08
- 提问者网友:我们很暧昧
- 2021-02-14 21:04
请问,那里有css的代码翻译成中文的
最佳答案
- 五星知识达人网友:十年萤火照君眠
- 2021-02-14 22:16
有中文版的CSS手册,但是CSS的属性或是关键词没有中文的,中文的也不能用啊.
你可以对照中文手册来学习CSS.
你可以对照中文手册来学习CSS.
全部回答
- 1楼网友:动情书生
- 2021-02-14 23:23
body {
background-color: #dcdcdc;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
color: #336699;
}
td, th {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
color: #333333;
}
a {
color: #3366cc;
text-decoration: none;
}
form {
background-color: #cccc99;
}
.title {
font-family: arial, helvetica, sans-serif;
font-size: 24px;
line-height: 30px;
background-color: #006666;
color: #dcdcdc;
}
.subtitle {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
line-height: 22px;
font-weight: bold;
color: #006666;
}
.header {
font-family: arial, helvetica, sans-serif;
font-size: 24px;
background-color: #006666;
color: #dcdcdc;
}
.nav {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
background-color: #cccccc;
}
.navlink {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
background-color: #dedeca;
}
.sidebar {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
padding: 3px;
background-color: #ffffff;
}
.sidebarheader {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
line-height: 24px;
color: #ffffff;
background-color: #339999;
}
.sidebarfooter {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
background-color: #cccccc;
}
.footer {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 22px;
color: #333333;
background-color: #cccccc;
}
.legal {
font-family: arial, helvetica, sans-serif;
font-size: 9px;
color: #333333;
}
.box1 {
border-color: #cccccc #333333 #333333 #cccccc;
border-width: medium;
border-style: ridge;
}
.promo {
font-family: "times new roman", times, serif;
color: #000033;
}
.titlebar {
font-family: "times new roman", times, serif;
font-size: 9px;
color: #ffffff;
background-color: #336699;
}
.dingbat {
font-family: arial, helvetica, sans-serif;
background-color: #99cc99;
color: #006666;
font-weight: bolder;
font-size: medium;
}
a:hover {
text-decoration: underline;
}
input.big {
width: 100px;
}
input.small {
width: 50px;
}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯