微信小程序发布试用版本

This commit is contained in:
zhonghua1
2026-01-31 21:10:40 +08:00
parent 4ebeec45bc
commit 80d6d46182
338 changed files with 5767 additions and 6091 deletions

View File

@@ -0,0 +1,56 @@
@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;
}