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.
91 lines
1.9 KiB
91 lines
1.9 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanlfind-add-container__main .video .upload {
|
|
position: relative;
|
|
width: 220rpx;
|
|
height: 300rpx;
|
|
}
|
|
.wanlfind-add-container__main .video .upload video {
|
|
width: 220rpx;
|
|
height: 300rpx;
|
|
}
|
|
.wanlfind-add-container__main .video .upload .loading {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
.wanlfind-add-container__main .video #editor {
|
|
flex: 1;
|
|
height: 240rpx;
|
|
min-height: 100rpx;
|
|
}
|
|
.wanlfind-add-container__main .grid {
|
|
position: relative;
|
|
}
|
|
.wanlfind-add-container__main .grid .item {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
border-radius: 18rpx;
|
|
overflow: hidden;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.wanlfind-add-container__main .grid .tag {
|
|
position: absolute;
|
|
top: 0rpx;
|
|
right: 0rpx;
|
|
z-index: 3;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border-radius: 5500rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
background-color: #e6162c;
|
|
}
|
|
.wanlfind-add-container__foot .tabbar {
|
|
z-index: 10;
|
|
background-color: transparent;
|
|
}
|
|
.wanlfind-add-container__foot .tabbar .cu-btn {
|
|
width: calc(100% - 50rpx);
|
|
font-size: 32rpx;
|
|
height: 86rpx;
|
|
}
|
|
.wanlfind-add-container__modal .scroll-y {
|
|
padding-bottom: 0;
|
|
}
|
|
.wanlfind-add-container__modal .scroll-y .item {
|
|
display: flex;
|
|
}
|
|
.wanlfind-add-container__modal .scroll-y .item image {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
flex-shrink: 1;
|
|
}
|
|
.wanlfind-add-container__modal .scroll-y .item .details {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: space-between;
|
|
}
|
|
.wanlfind-add-container__modal .scroll-y .item .details > view {
|
|
width: 100%;
|
|
}
|
|
|
|
|