@form-create/component-ivu-frame
Version:
@form-create/iview 内置组件
54 lines (47 loc) • 1 kB
CSS
._fc-frame .fc-upload-btn {
border: 1px dashed #c0ccda;
cursor: pointer;
}
._fc-frame .fc-upload-cover {
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, .6);
transition: opacity .3s;
}
._fc-frame .fc-upload-cover i {
color: #fff;
font-size: 20px;
cursor: pointer;
margin: 0 2px;
}
._fc-frame .fc-files:hover .fc-upload-cover {
opacity: 1;
}
._fc-frame .ivu-upload-list {
margin-top: 0;
}
._fc-frame .fc-files img {
width: 100%;
height: 100%;
display: inline-block;
vertical-align: top;
}
._fc-frame .fc-upload-btn, ._fc-frame .fc-files {
display: inline-block;
width: 58px;
height: 58px;
text-align: center;
line-height: 58px;
border: 1px solid #c0ccda;
border-radius: 4px;
overflow: hidden;
background: #fff;
position: relative;
box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
margin-right: 4px;
box-sizing: border-box;
}