#container{height:100%;width:100%}.item-box{background:#fff;width:300px;border:1px solid #eee;padding:10px;border-radius:10px;font-size:12px}.item-box .title-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.item-box .title-box .title{font-weight:700;font-size:14px}.item-box .title-box .state{padding:0 10px;color:#00db00;background:#dcfbe7;border-radius:12px;font-size:12px}.item-box .table-title{padding:10px 0;border-top:1px solid #eee}.item-box .table-box{height:200px;overflow-y:auto;margin-bottom:10px}.item-box .table-box:last-child{margin-bottom:0}.item-box .table-box .table-item{background:#f9fafc;padding:10px;border-radius:8px;margin-bottom:10px}.item-box .table-box .table-item:last-child{margin-bottom:0}