随笔分类 -  css

摘要:``` 头部固定的表格 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 ... 阅读全文
posted @ 2018-06-27 14:19 Teaism 阅读(136) 评论(0) 推荐(0)
摘要:``` /* animation */ /* 淡入 */ .a-fadein{-webkit-animation-name:fadein;-moz-animation-name:fadein;-ms-animation-name:fadein;animation-name:fadein;} /* define */ /* 淡入 */ @-webkit-keyframes fadein{ 0... 阅读全文
posted @ 2017-05-03 10:28 Teaism 阅读(172) 评论(0) 推荐(0)
摘要:``` / media / / 横屏 / @media screen and (orientation:landscape){ } / 竖屏 / @media screen and (orientation:portrait){ } / 窗口宽度 阅读全文
posted @ 2017-05-03 10:27 Teaism 阅读(178) 评论(0) 推荐(0)
摘要:.background repeat { background repeat: no repeat, repeat, repeat x, repeat y, round, round space, space, space round; } repeat 相当于repeat repeat repea 阅读全文
posted @ 2016-11-04 11:37 Teaism 阅读(268) 评论(0) 推荐(0)
摘要:浏览器自定义滚动条 http://www.cnblogs.com/koleyang/p/5484922.html https://www.w3cplus.com/css/new-scroll-features-that-change-the-user-experience.html https:// 阅读全文
posted @ 2016-08-29 10:26 Teaism 阅读(151) 评论(0) 推荐(0)