116 lines
1.8 KiB
Plaintext
116 lines
1.8 KiB
Plaintext
|
|
.fui-upload__wrap.data-v-2d5d0fa0 {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
.fui-upload__item.data-v-2d5d0fa0 {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
box-sizing: border-box;
|
|
}
|
|
.fui-upload__noborder.data-v-2d5d0fa0 {
|
|
border-width: 0;
|
|
}
|
|
.fui-upload__border.data-v-2d5d0fa0 {
|
|
border-width: 1px;
|
|
}
|
|
.fui-upload__del.data-v-2d5d0fa0 {
|
|
position: absolute;
|
|
top: 8rpx;
|
|
right: 8rpx;
|
|
height: 40rpx;
|
|
width: 40rpx;
|
|
|
|
border-radius: 50%;
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 10;
|
|
}
|
|
.fui-upload__mask.data-v-2d5d0fa0 {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, .6);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.fui-reupload__btn.data-v-2d5d0fa0 {
|
|
width: 144rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 4rpx 0;
|
|
font-size: 24rpx;
|
|
border: 1px solid #FFFFFF;
|
|
color: #fff;
|
|
border-radius: 32rpx;
|
|
margin-top: 16rpx;
|
|
font-weight: normal;
|
|
}
|
|
.fui-reupload__btn.data-v-2d5d0fa0:active {
|
|
opacity: .5;
|
|
}
|
|
.fui-upload__loading.data-v-2d5d0fa0 {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
border-top-color: #FFFFFF;
|
|
border-left-color: #7F7F7F;
|
|
border-right-color: #7F7F7F;
|
|
border-bottom-color: #7F7F7F;
|
|
|
|
|
|
|
|
|
|
border-radius: 50%;
|
|
animation: fui-rotate-2d5d0fa0 0.7s linear infinite;
|
|
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.fui-upload__text.data-v-2d5d0fa0 {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
margin-top: 16rpx;
|
|
font-weight: normal;
|
|
}
|
|
@keyframes fui-rotate-2d5d0fa0 {
|
|
0% {
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
|