diff --git a/pages/mine/index.wxml b/pages/mine/index.wxml index 00b0e2a..2030310 100644 --- a/pages/mine/index.wxml +++ b/pages/mine/index.wxml @@ -1,10 +1,21 @@ - - - - 胆怯的麦粒 - 欢迎您使⽤硕为思平台 - - - + + + 胆怯的麦粒 + 欢迎您使⽤硕为思平台 + + + + + + + + + + + + + + 退出登录 + \ No newline at end of file diff --git a/pages/mine/index.wxss b/pages/mine/index.wxss index fa11f64..ac728e1 100644 --- a/pages/mine/index.wxss +++ b/pages/mine/index.wxss @@ -1,4 +1,23 @@ .container { width: 100%; - height: 330px; + /* height: 330px; */ } +.mine_title{ + height: 400rpx; + width: 100%; + display: flex; + justify-content:space-around; + align-items: center; +} +.cell_label{ + margin-left: 20rpx; + font-size: 32rpx; + font-weight: 600; +} +.quit{ + margin-top:192rpx; +} +.btn_style{ + color: black; + border:4rpx solid #99ceff; +} \ No newline at end of file