Correction status:Uncorrected
Teacher's comments:
<!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>
点击 "运行实例" 按钮查看在线实例