发布网友 发布时间:2022-04-24 19:06
共1个回答
热心网友 时间:2022-05-02 21:32
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JQuery Enhanced Headlines</title>
<script src="js/jquery-1.11.2.min.js"></script>
<style>
body{font-family:"微软雅黑"}
ul, li{list-style:none outside none;margin:0;padding:0}
.box{margin:50px auto;width:536px;height:355px;padding:240px 10px 190px 10px ;background:url(http://a2.qpic.cn/psb?/V14HhYaZ0GF4ED/mDIEswTgqm*njjR5uVsDrlp4*wsGWWbpLl5R4znTgKU!/b/dF0BAAAAAAAA&ek=1&kp=1&pt=0&bo=LAIRAywCEQMDCC0!&sce=0-12-12&rf=viewer_311) no-repeat;}
</style>
</head>
<body>
<div class="box">内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容</div>
</body>
</html>
希望可以帮到你