1 |
- .com-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:400px;overflow:hidden}.com-list .com-list-title{font-size:14px;font-weight:700;padding-left:10px}.com-list .com-items{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;overflow-y:auto}.com-list .com-items .com-item{width:90%;height:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;font-size:14px;cursor:all-scroll;color:#323233;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 0 4px 0 rgba(10,42,97,.2);box-shadow:0 0 4px 0 rgba(10,42,97,.2);margin-top:10px;margin-left:10px;margin-right:10px}.com-list .com-items .com-item,.com-list .com-items .com-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.com-list .com-items .com-item .icon{width:10%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.com-list .com-items .com-item .name{width:75%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.com-list .com-items .com-item .name,.com-list .com-items .com-item .remove{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.com-list .com-items .com-item .remove{width:15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|