摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .top{ width: 100%; height: 3 阅读全文
posted @ 2017-03-14 14:52 熊筱佩 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: 1.复选框第一种:代码写的对勾 <style type="text/css"> .ccc{ position:relative; } .ccc input[type=checkbox] {visibility: hidden; position: absolute; top: 21px;left: 阅读全文
posted @ 2017-03-09 14:14 熊筱佩 阅读(383) 评论(0) 推荐(0) 编辑