You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
1.8 KiB

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.u-upload.data-v-0d33af60 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.u-list-item.data-v-0d33af60 {
width: 200rpx;
height: 200rpx;
overflow: hidden;
margin: 10rpx;
background: #f4f5f6;
position: relative;
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
}
.u-preview-wrap.data-v-0d33af60 {
border: 1px solid #ebecee;
}
.u-add-wrap.data-v-0d33af60 {
flex-direction: column;
color: #606266;
font-size: 26rpx;
}
.u-add-tips.data-v-0d33af60 {
margin-top: 20rpx;
line-height: 40rpx;
}
.u-add-wrap__hover.data-v-0d33af60 {
background-color: #ebecee;
}
.u-preview-image.data-v-0d33af60 {
display: block;
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.u-delete-icon.data-v-0d33af60 {
position: absolute;
top: 10rpx;
right: 10rpx;
z-index: 10;
background-color: #fa3534;
border-radius: 100rpx;
width: 44rpx;
height: 44rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.u-icon.data-v-0d33af60 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.u-progress.data-v-0d33af60 {
position: absolute;
bottom: 10rpx;
left: 8rpx;
right: 8rpx;
z-index: 9;
width: auto;
}
.u-error-btn.data-v-0d33af60 {
color: #ffffff;
background-color: #fa3534;
font-size: 20rpx;
padding: 4px 0;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
line-height: 1;
}