摘要: 1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>呼吸灯效果</title> 6 <!--适应移动端--> 7 <meta name="viewport" content="width=device-width 阅读全文
posted @ 2020-03-17 23:20 就看你一眼 阅读(192) 评论(0) 推荐(0) 编辑
摘要: <style> input[type=radio] { width: 15px; height: 12px; position: relative; top: -22px; left: 15px; } ​ input[type=radio]:after { position: absolute; w 阅读全文
posted @ 2020-03-17 22:15 就看你一眼 阅读(18) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>画椭圆</title> <style> div{ width:200px; height:100px; background-color:#ffa500; border-radiu 阅读全文
posted @ 2020-03-17 21:18 就看你一眼 阅读(925) 评论(0) 推荐(0) 编辑