<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>qq</title> </head> <body> qq制作 <style> .box{ width:200px; height:300px; background-color: #00CC66; text-align: center; } span{ position: fixed; top:35px; left:50px; font-size: 25px; font-weight: bold; color: white; } img{ width: 35px; height: 35px; } ul { position: fixed; top:80px; left:30px; } li{ margin: 5px; font-size: 25px; color: white; } </style> <div> <span>QQ中心</span> <br> <br> <hr> <ul> <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">速速</li> <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">星星</li> <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">乐乐</li> <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">花花</li> </ul> </div> </body> </html>