@@ -54,12 +54,10 @@
height: 100%;
display: flex;
flex-direction: column;
- overflow: hidden;
.flex-box-page{
flex:1;
}
</style>
@@ -366,12 +366,10 @@
@@ -138,10 +138,13 @@
<style lang="stylus" scoped>
.pupilHome {
+ height:100%;
flex: 1;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ padding-bottom:100rpx;
.top-page-title {
text-align: center;
@@ -68,6 +68,7 @@
<img class="right-img" src="@/pages/images/newImage/icon_wd_gd@1x.png">
</view>
+ <view class="null-flex-p"></view>
<view class="out-button" @click="clickOut">退出登录</view>
<tab-bar></tab-bar>
@@ -289,7 +290,9 @@
.back-img-box {
z-index: 0;
@@ -471,11 +474,14 @@
color:#0183FA!important;
-
+ .null-flex-p{
+ flex:1;
+ }
.out-button {
- position absolute;
- bottom: 140rpx;
- left: 75rpx;
+ // position absolute;
+ // bottom: 140rpx;
+ // left: 75rpx;
+ margin:20rpx 0 20rpx 75rpx;
width: 600rpx;
height: 80rpx;
line-height: 80rpx;
@@ -484,7 +490,6 @@
background #0183FA;
color: #ffffff;
font-size: 30rpx;
- margin: 0 auto;
@@ -249,7 +249,9 @@
- overflow: scroll;
.top-page-title{
font-size:28rpx;
@@ -79,6 +79,7 @@
@@ -311,7 +312,9 @@
@@ -493,11 +496,14 @@
@@ -506,7 +512,6 @@