码迷,mamicode.com
首页 > 其他好文 > 详细

前端随笔

时间:2018-03-04 13:04:35      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:lips   size   store   ellipsis   -o   round   AC   item   hidden   

url取值 function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; }

 

多行文字居中 .book-detail-store-item { width: 50px; height:50px; line-height: 25px; font-size: 12px; } /*flex垂直居中对齐*/ .align-center-vertical{ display: flex; align-items: center; justify-content: space-around; flex-direction: column; } 文字超出隐藏加省略号 一行 overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 三行 display: -webkit-box; -webkit-box-orient: vertical;

前端随笔

标签:lips   size   store   ellipsis   -o   round   AC   item   hidden   

原文地址:https://www.cnblogs.com/luciab/p/8504279.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!