设置元素的高度和宽度:
1.绝对宽度和高度style=”width:900px;
height:16px;
“
2.相对宽度和高度
style=”width:90%;
height:100%
“(注:相对宽度和高度的前提是父元素的宽度和高度是一定的)
设置字体的大小和颜色: 3、style="font-size:12px;“
4、style=”color:red";
设置背景色:
5、style='background-color:#FF7F50'
利用class类设置元素样式:
.dialogBox_self {
position: relative;
top: 350px;
background:#fff url('/skin/dialog_bg.png') left top repeat-x;
}
转载请注明原文地址: https://ju.6miu.com/read-969086.html