.page-index { display: flex; flex-direction: column; width: 100vw; height: 100vh; overflow: hidden; box-sizing: border-box; letter-spacing: 2px; // background-color: #f2f2f2; .index-navbar { flex: none; } .index-tabbar { flex: none; display: flex; height: 130px; text-align: center; box-sizing: border-box; padding: 14px 0 23px 0; box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.08); } .index-container { flex: 1; overflow: hidden; position: relative; } } // .custom-tabbar { // background: #ffffff; // box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.08); // .weui-tabbar__label { // color: #c0c8d3; // font-size: 30px; // font-weight: 800; // } // .weui-bar__item_on { // .weui-tabbar__label { // color: #202020; // font-size: 30px; // font-weight: 800; // } // } // } .purebtn { margin: 0; padding: 0; background: transparent; border: none; outline: none; line-height: 88px; &::after { border: none; } }