<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv='X-UA-Compatible' content="IE=edge"> <title>Safety-Inxs</title> <style type="text/css"> html,body{ margin: 0; padding: 0; background: url(img/QQ.png) no-repeat; } div{ margin: 100px; background: none; } </style> </head> <body> <div class="ui-content"> <div class="ui-avator" style="width: 200px;height: 200px;border: none;outline: none;"> <div style="width: 100px;height: 100px;background: orange;margin: 10px auto;"></div> </div> </div> </body> </html>
学习js