73 lines
1.7 KiB
Plaintext
73 lines
1.7 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.scrollbox.data-v-1284065d {
|
|
width: 100%;
|
|
height: 900rpx;
|
|
}
|
|
.scrollbox .listbox .li.data-v-1284065d {
|
|
padding: 24rpx;
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
width: 690rpx;
|
|
margin: 24rpx auto 0;
|
|
}
|
|
.scrollbox .listbox .li .time.data-v-1284065d {
|
|
font-size: 30rpx;
|
|
color: #000;
|
|
padding-bottom: 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.scrollbox .listbox .li .content.data-v-1284065d {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.scrollbox .listbox .li .main_img.data-v-1284065d {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-top: 20rpx;
|
|
}
|
|
.scrollbox .listbox .li .main_img .imgbox.data-v-1284065d {
|
|
padding: 10rpx;
|
|
border-radius: 10rpx;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-right: 14rpx;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.scrollbox .listbox .li .fllow_file_li.data-v-1284065d {
|
|
padding: 24rpx 34rpx;
|
|
background: #fff;
|
|
}
|
|
.scrollbox .listbox .li .fllow_file_li .fil_li.data-v-1284065d {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding-bottom: 14rpx;
|
|
padding-top: 15rpx;
|
|
}
|
|
.scrollbox .listbox .li .fllow_file_li .fil_li .fileimg.data-v-1284065d {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-right: 25rpx;
|
|
}
|
|
.scrollbox .listbox .li .fllow_file_li .fil_li .filename.data-v-1284065d {
|
|
width: 450rpx;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.scrollbox .listbox .li .fllow_file_li .fil_li .closeimg.data-v-1284065d {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|