2019.12.05-图片背景不动,字体滚动设置代码

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>背景滚动</title>
</head>
<style type="text/css">
body{
background:url(images/ljp.jpg);
height: 1000px;
background-attachment: fixed;
color: gold;
}
</style>
<body>

<p>
代办分公司注册报价单
序号 业务 收费 备注
1 工商局注册执照、营业执照地址挂靠、税务登记备案 1590 1500费用+6%的普票费用
2 刻章备案(公章、财务章、发票章) 570 刻章处开的3%的发票
合计 2160
注 以上报价含6%普票费用
</p>

<p>
代办分公司注册报价单
序号 业务 收费 备注
1 工商局注册执照、营业执照地址挂靠、税务登记备案 1590 1500费用+6%的普票费用
2 刻章备案(公章、财务章、发票章) 570 刻章处开的3%的发票
合计 2160
注 以上报价含6%普票费用
</p>

</body>
</html>

猜你喜欢

转载自www.cnblogs.com/lishuide/p/11992499.html