微信小程序发布试用版本
This commit is contained in:
56
unpackage/dist/dev/mp-weixin/pages-subpackage/list/list.wxss
vendored
Normal file
56
unpackage/dist/dev/mp-weixin/pages-subpackage/list/list.wxss
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user