提交 f385c172 编写于 作者: 芊里

除settings外的页面样式报错修改

上级 c5b8e03d
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
<style> <style>
.content{ .content{
width: 750rpx; width: 750rpx;
/* #ifndef APP-NVUE */
display: flex; display: flex;
/* #endif */
flex-direction: column; flex-direction: column;
/* align-items: center; */ /* align-items: center; */
flex: 1; flex: 1;
......
...@@ -325,12 +325,12 @@ ...@@ -325,12 +325,12 @@
</script> </script>
<style> <style>
/* #ifndef APP-NVUE */
page { page {
/* #ifndef APP-NVUE */
height: 100%; height: 100%;
/* #endif */
flex: 1; flex: 1;
} }
/* #endif */
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
...@@ -340,7 +340,6 @@ ...@@ -340,7 +340,6 @@
background-color: #fff; background-color: #fff;
} }
.container { .container {
padding-top: var(--status-bar-height);
/* #ifndef APP-NVUE */ /* #ifndef APP-NVUE */
height: 100%; height: 100%;
/* #endif */ /* #endif */
......
...@@ -77,7 +77,9 @@ ...@@ -77,7 +77,9 @@
<style> <style>
.content{ .content{
width: 750rpx; width: 750rpx;
/* #ifndef APP-NVUE */
display: flex; display: flex;
/* #endif */
flex-direction: column; flex-direction: column;
/* align-items: center; */ /* align-items: center; */
flex: 1; flex: 1;
...@@ -85,7 +87,9 @@ ...@@ -85,7 +87,9 @@
.avatar-box{ .avatar-box{
width: 700rpx; width: 700rpx;
height: 200rpx; height: 200rpx;
/* #ifndef APP-NVUE */
display: flex; display: flex;
/* #endif */
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册