/* pages/settings/settings.wxss */ page { display: flex; flex-direction: column; height: 100vh; background-color: #f4f4f4; } .container { display: flex; flex-direction: column; flex: 1; padding-bottom: 120rpx; /* Space for tab bar */ } .content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40rpx; text-align: center; color: #555; } .content .t-icon { margin-bottom: 20rpx; color: #0052d9; } .custom-tab-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; }