文件名称:android与javascript
文件大小:3KB
文件格式:TXT
更新时间:2015-09-23 09:21:55
android
<html <body> <style type="text/css"> div.box{ position:relative; padding:5px; background-color:#000; width:300px; height:300px; overflow:hidden; } div.box div.item{ float:left; width:90px; height:90px; background-color:#ccc; margin:5px; position:relative; cursor:pointer; }