批改状态:未批改
老师批语:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>用固定定位实现qq客服效果</title>
<style>
body{
height:2000px;
}
div{
position: fixed;
right: 0;
top:300px;
}
</style>
</head>
<body>
<div><img src="static/images/qq.jpg" alt=""></div>
</body>
</html>点击 "运行实例" 按钮查看在线实例
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号