/* pages/balanceDetail/index.wxss */ .container { position: relative; height: 100%; box-sizing: border-box; padding: 10px; } .container .content { background-color: #fff; height: 100%; text-align: center; } .container .content .submitbtn { margin: 90px auto 10px; width: 200px; height: 42px; line-height: 42px; font-size: 18px; color: #fff; background-color: var(--color-ysd); border-radius: 999px; } .container .content .t-icon-zhanghuyue { width: 50px; height: 50px; margin-top: 57px; }