Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/pages-subpackage/list/list.wxss
2026-02-01 09:49:48 +08:00

57 lines
959 B
Plaintext

@import "../../nvue.wxss";
view.data-v-9ed7da74 {
display: flex;
box-sizing: border-box;
flex-direction: column;
}
.pages.data-v-9ed7da74 {
background-color: #FFFFFF;
}
.avatar.data-v-9ed7da74 {
width: 200rpx;
height: 200rpx;
margin-right: 10rpx;
}
.main.data-v-9ed7da74 {
justify-content: space-between;
flex: 1;
}
.title.data-v-9ed7da74 {
font-size: 16px;
}
.info.data-v-9ed7da74 {
flex-direction: row;
justify-content: space-between;
}
.author.data-v-9ed7da74,
.last_modify_date.data-v-9ed7da74 {
font-size: 14px;
color: #999999;
}
.uni-search-box.data-v-9ed7da74 {
background-color: #FFFFFF;
position: -webkit-sticky;
position: sticky;
height: 50px;
top: 0;
left: 0;
z-index: 9;
width: 580rpx;
}
.cover-search-bar.data-v-9ed7da74 {
height: 50px;
position: relative;
top: -50px;
margin-bottom: -50px;
z-index: 999;
}
.load-state.data-v-9ed7da74{
justify-content: center;
width: 750rpx;
}