摘要: *{ margin: 0; padding: 0s; } .box{ position: fixed; top: 0; width: 100%; height: 103px; background-color: white; border-bottom: 4px solid red; } .div1 阅读全文
posted @ 2021-08-15 04:40 李林林 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>002实现淘宝下三角</title> <style type="text/css"> div { width: 0px; height: 0px; /* backgroun 阅读全文
posted @ 2021-08-15 02:51 李林林 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>001淘宝官网实现圆角</title> <link rel="stylesheet" href="../Css/001.css"> </head> <body> <div> 阅读全文
posted @ 2021-08-15 02:41 李林林 阅读(26) 评论(0) 推荐(0) 编辑