
css
微齐天大圣.
这个作者很懒,什么也没留下。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
常用css样式
*{ margin:0; border:0; } text-decoration:none 清除a标签下划线 ul,li{list-style:none;} .clear{clear:both;} /* 清除浮动 */ /* 视频显示 */ /* <embed src="__IMA__ship.mp4" width="700px" height="600px"></embed> */ /* * * * * * * * * .原创 2022-03-25 11:37:26 · 213 阅读 · 0 评论 -
css 菜单栏左右滑动
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>css 菜单栏左右滑动</title> <style> .fuji{ list-style-type: none; display:-webkit-box; display:.原创 2022-01-17 17:06:49 · 824 阅读 · 0 评论 -
css 超出文本显示省略号
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>冒泡</title> <script src="jquery.min.js" type="text/javascript"></script> <style> #demo{width:80px;height:20px;text-...原创 2020-08-29 15:31:49 · 175 阅读 · 0 评论