captain-ui
Version:
有赞vue wap业务组件库
89 lines (79 loc) • 1.56 kB
CSS
.cap-des-uploader {
&__row {
&:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both;
}
}
&__left {
width: 90px;
float: left;
.des-upload-title {
font-size: 12px;
line-height: 12px;
padding-bottom: 5px;
}
}
&__right {
width: 90px;
float: left;
margin-left: 10px;
.des-upload-title {
font-size: 10px;
line-height: 10px;
padding-bottom: 6px;
}
}
.des-upload-title {
box-sizing: border-box;
height: 17px;
color: #999;
}
.des-upload-pic {
width: 90px;
height: 58px;
overflow: hidden;
position: relative;
border-radius: 2px;
text-align: center;
position: relative;
img {
max-width: 100%;
max-height: 100%;
top: 50%;
position: relative;
transform: translateY(-50%);
}
}
.des-uploader-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 16px;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
font-size: 10px;
line-height: 16px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
&>:not(:first-child) {
margin-top: 15px;
}
.des-uploader-uploading:before {
z-index: 2;
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.2) url(https://b.yzcdn.cn/v2/image/loader.gif) no-repeat center center;
background-size: 16px 16px;
}
}