qkui-h5
Version:
Quick 框架组件
30 lines (27 loc) • 535 B
text/less
// 条目*/
.qk-item {
// 左右分割
.list-item {
display: flex;
justify-content: space-between;
align-items: center;
/*border-bottom: 1px solid #e7e7e7;*/
}
// 标准自定义
.cell-item {
display: flex;
flex-direction: row;
align-items: center;
background-color: #fff;
border-bottom: 1px solid #e7e7e7;
padding: 0 0.5rem;
}
.iconfont {
margin: 0 0.5rem;
font-size: 1.2em;
}
.icon-jiantou {
color: #999;
cursor: pointer;
}
}