tingle-group-list
Version:
常用的列表 Group 区块。提供基础的样式布局。
34 lines (33 loc) • 684 B
CSS
/**
* GroupList Component Style for tingle
* @author jiasong.js
*
* Copyright 2014-2015, Tingle Team, Alinw.
* All rights reserved.
*/
._tGroupListHeader {
font-size: 14px;
padding-left: 15px;
padding-bottom: 10px;
padding-top: 10px;
}
._tGroupList {
background-color: #fff;
margin-bottom: 10px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
._tGroupListItem {
border-bottom: 1px solid #e6e6e6;
}
._tGroupListItem:last-child {
border-bottom: none;
}
.hairline ._tGroupList {
border-top-width: 0.5px;
border-bottom-width: 0.5px;
}
.hairline ._tGroupListItem {
border-bottom-width: 0.5px;
}
/*# sourceMappingURL=GroupList.css.map */