为什么我在dw里设置的字体显示的和浏览器里看到的不一样?
下面是代码:<divid="MainBody"><!--主体内容--><divid="head"><divid="logoarea"><p><br/></p><pid="...
下面是代码:
<div id="MainBody"><!--主体内容-->
<div id="head">
<div id="logoarea">
<p><br /></p>
<p id="admin">会员注册</p>
</div>
</div>
<div id="main">
<div id="container">
<p id="2">用户名:</p><br />
<input type="text" />
<p id="1"><br />不超过7个汉字,或14个字节(数字,字母和下划线)</p><br />
<p id="2">密码:</p><br />
<input type="text" />
<p id="2"><br />确认密码:</p><br /><input type="text" />
<p id="1"><br />密码长度6~14位,字母区分大小写。</p>
<p id="2"><br />用户身份:</p><br />
<input type="radio" name="role" value="本科生" /> 本科生
<input type="radio" name="role" value="研究生" /> 研究生
<input type="radio" name="role" value="老师" /> 老师
<br /><br />
<input type="submit" value="确认提交" />
<br /><br />
</div>
</div>
</div>
#MainBody {
width: 560px;
float: left;
}
#MainBody #head {
float: left;
width: 570px;
position: relative;
height: 113px;
}
#MainBody #head #logoarea{
font-size: 36px;
}
#MainBody #head #logoarea p{
font-weight:bold;
font-size:36px;
margin:4px 0 0 10px;
color: #000;
}
#MainBody #head #logoarea #admin {
font-family: "华文新魏";
font-size: 36px;
color: #03C;
}
#MainBody #main{
width:570px;
position: relative;
float: left;
margin: auto;
}
#MainBody #main #container {
}
#MainBody #main #container p {
font-weight: bold;
}
#MainBody #main #container #1{
font-size:12px;
color:#666666;
font-family: "黑体";
}
#MainBody #main #container #2 {
font-size: 18px;
color: #000;
font-family: "华文新魏";
}
#MainBody #main #container textarea{
font-size:12px;
color:#666666;
width:480px;
height:110px;} 展开
<div id="MainBody"><!--主体内容-->
<div id="head">
<div id="logoarea">
<p><br /></p>
<p id="admin">会员注册</p>
</div>
</div>
<div id="main">
<div id="container">
<p id="2">用户名:</p><br />
<input type="text" />
<p id="1"><br />不超过7个汉字,或14个字节(数字,字母和下划线)</p><br />
<p id="2">密码:</p><br />
<input type="text" />
<p id="2"><br />确认密码:</p><br /><input type="text" />
<p id="1"><br />密码长度6~14位,字母区分大小写。</p>
<p id="2"><br />用户身份:</p><br />
<input type="radio" name="role" value="本科生" /> 本科生
<input type="radio" name="role" value="研究生" /> 研究生
<input type="radio" name="role" value="老师" /> 老师
<br /><br />
<input type="submit" value="确认提交" />
<br /><br />
</div>
</div>
</div>
#MainBody {
width: 560px;
float: left;
}
#MainBody #head {
float: left;
width: 570px;
position: relative;
height: 113px;
}
#MainBody #head #logoarea{
font-size: 36px;
}
#MainBody #head #logoarea p{
font-weight:bold;
font-size:36px;
margin:4px 0 0 10px;
color: #000;
}
#MainBody #head #logoarea #admin {
font-family: "华文新魏";
font-size: 36px;
color: #03C;
}
#MainBody #main{
width:570px;
position: relative;
float: left;
margin: auto;
}
#MainBody #main #container {
}
#MainBody #main #container p {
font-weight: bold;
}
#MainBody #main #container #1{
font-size:12px;
color:#666666;
font-family: "黑体";
}
#MainBody #main #container #2 {
font-size: 18px;
color: #000;
font-family: "华文新魏";
}
#MainBody #main #container textarea{
font-size:12px;
color:#666666;
width:480px;
height:110px;} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |