qkui-h5
Version:
Quick 框架组件
23 lines (22 loc) • 432 B
CSS
.qk-item .list-item {
display: flex;
justify-content: space-between;
align-items: center;
/*border-bottom: 1px solid #e7e7e7;*/
}
.qk-item .cell-item {
display: flex;
flex-direction: row;
align-items: center;
background-color: #fff;
border-bottom: 1px solid #e7e7e7;
padding: 0 0.5rem;
}
.qk-item .iconfont {
margin: 0 0.5rem;
font-size: 1.2em;
}
.qk-item .icon-jiantou {
color: #999;
cursor: pointer;
}