1 |
- .el-dialog__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.picture{width:60px;height:60px;border:1px dotted rgba(0,0,0,.1);margin-right:10px;position:relative;cursor:pointer;border-radius:4px}.picture img{width:100%;height:100%;border-radius:4px}.dels{position:absolute;top:0;left:0;display:none}.el-icon-del{font-size:25px;color:#fff;cursor:pointer}.picture:hover .dels{width:100%;height:100%;background:#000;opacity:.5;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selWidth{width:300px!important}
|