跑步 ”
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <style> #home { width: 46px; height: 44px; background: url(../images/img_navsprites.gif) 0 0; } #next { width: 43px; height: 44px; background: url(../images/img_navsprites.gif) -91px 0; } </style> </head> <body> <img id="home" src="../images/img_trans.gif" width="1" height="1"> <img id="next" src="../images/img_trans.gif" width="1" height="1"> </body> </html>