摘要:
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>呼吸灯效果</title> 6 <!--适应移动端--> 7 <meta name="viewport" content="width=device-width 阅读全文
摘要:
<style> input[type=radio] { width: 15px; height: 12px; position: relative; top: -22px; left: 15px; } input[type=radio]:after { position: absolute; w 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>画椭圆</title> <style> div{ width:200px; height:100px; background-color:#ffa500; border-radiu 阅读全文