/* pages/user/myInfo/index.wxss */ .container { background-color: #FAFAFA; height: 100vh; } .page_hd { border-bottom: 7px solid #f7f7f7; } .page_hd .weui-cells:before { border-top: 0px solid white; } .page_hd .weui-cells:after { border-bottom: 0px solid white; } .user_hd { display: flex; flex-direction: row; align-items: center; overflow: hidden; } .user_auth_hd { display: flex; flex-direction: row; align-items: center; overflow: hidden; justify-content: space-between; } .user_logo { width: 60px; height: 60px; border-radius: 5px; } .user_name { width: 400rpx; color: #292E3E; padding-left: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } /* 页面body */ .page_bd .weui-cell{ /* padding: 10px 16px 10px 16px; */ } .weui-cell_wxss{ } .weui-cell__ft{ /* width: 70%; */ } .page_bd .weui-cell__hd { display: flex; align-items: center; font-size: 14px; } .page_bd .weui-cell__icon { width: 19px; height: 16px; padding: 0 10px 0 0; } .footer_input{ font-size: 14px; border: 1px solid #AAAAAA; border-radius: 4px; height: 30px; text-align: left; } .msg_footer{ font-size: 14px; text-align: left; } .btnView{ position: fixed; padding: 10px 20px 20px 20px; bottom: 0; left: 0; right: 0; }