body{font—size:12px}
对table里面的文字不起作用 可以用这个
*{font-size:12px;}
解决
用全局定义:* {},
<html>
<head>
<style>
* {
font-family: "Arial", "Helvetica", "sans-serif", "宋体";
font-size: 50px;
line-height: 160px;
color: #FF0000;
}
body{font—size:12px}
对table里面的文字不起作用 可以用这个
*{font-size:12px;}
解决
用全局定义:* {},
<html>
<head>
<style>
* {
font-family: "Arial", "Helvetica", "sans-serif", "宋体";
font-size: 50px;
line-height: 160px;
color: #FF0000;
}