.my { position: relative; box-sizing: border-box; width: 100%; min-height: 100vh; background: #f2f2f2; .userinfo { text-align: center; padding: 50px 0; .title { font-size: 22px; font-weight: bold; height: 40px; line-height: 40px; } } .my-main{ width: calc(100% - 32px); box-sizing: border-box; // padding:0 16px; border-radius: 10px; margin: 0 16px; overflow: hidden; } .my-main-btn{ width: calc(100% - 32px); box-sizing: border-box; // padding:0 16px; border-radius: 10px; margin: 30px 16px 0 16px; overflow: hidden; background: #fff; height: 50px; line-height: 50px; text-align: center; color: #ff976a; } }