.del-btn{width:100%;text-align:right}.store-container{display:flex;flex-wrap:wrap;padding:0 2%;height:calc(100% - 110.34px);overflow:auto}.store-container .store-list-item{display:inline-block;width:100px;height:160px;margin-right:20px;margin-top:10px;vertical-align:top}.store-container .store-list-item .store-img{width:100px;height:100px;position:relative;border:.5px solid #a9a9a9;border-radius:5px}.store-container .store-list-item .store-img img{width:100%;height:100%;border-radius:5px}.store-container .store-list-item .store-img .operate-btn-group{position:absolute;bottom:1;width:100%}.store-container .store-list-item .store-img .operate-btn-group>div{display:inline-block;cursor:pointer;background:#4196f9;height:28px;line-height:28px;color:#fff;text-align:center;width:50%}.store-container .store-list-item .store-img .operate-btn-group .edit{border-bottom-left-radius:5px}.store-container .store-list-item .store-img .operate-btn-group .delete{border-bottom-right-radius:5px}.store-container .store-list-item .store-name{width:calc(100% - 2px);margin-top:10px}