精灵饭饭

随笔分类 -  css样式

特殊样式整理
文本溢出用省略号代替
摘要:<p class="title">A20 Banana Pi Development Board Module - Deep Blue</p> /*单行文本*/.title{width: 150px;height: 25px;line-height: 25px;overflow: hidden;wh 阅读全文

posted @ 2017-02-23 15:00 精灵饭饭 阅读(234) 评论(0) 推荐(0)

样式PC和手机页面
摘要:/*媒体查询--当页面大于1200px时*/ @media (min-width: 1200px) { } /*在922和1199像素之间的屏幕里,中等屏幕*/ @media (min-width: 992px) and (max-width: 1199px) { } /*在768和991像素之间的 阅读全文

posted @ 2016-11-28 15:19 精灵饭饭 阅读(153) 评论(0) 推荐(0)

滚动条案例
摘要:运行样式案例链接http://bbs.blueidea.com/thread-3116661-1-1.html <!DOCTYPE html><html><head><meta charset="utf-8" /><title>demo</title><style>html, body, div, 阅读全文

posted @ 2016-11-28 15:05 精灵饭饭 阅读(283) 评论(0) 推荐(0)