如何把<style>写入js文件
<style>
.test{
width: 100px;
height: 100px;
background: red;
position: relative;
left: 100px;
top: 0;
}
h1{
font-size:20px;
color:#880;
text-align:center;
}
h2{
font-size:40px;
color:#880;
text-align:center;
}
</style>
<style>
.test{
width: 100px;
height: 100px;
background: red;
position: relative;
left: 100px;
top: 0;
}
h1{
font-size:20px;
color:#880;
text-align:center;
}
h2{
font-size:40px;
color:#880;
text-align:center;
}
</style>
2019-01-08
举报