page { background-color: #f4f4f4; } .main > view { background-color: white; } .active { color: #FF6768; font-weight: bold; position: relative; } .active::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 50%; height: 4rpx; background-color: #FF6768; } .avatar { width: 120rpx; height: 120rpx; border-radius: 50%; background-color: #eee; } .c-a { color: #aaa; } .noMore { padding: 20rpx; color: #bbb; text-align: center; font-size: 26rpx; background-color: transparent !important; } .tab-head { position: fixed; width: 100%; top: 0; } .tab-content { box-sizing: border-box; padding-top: 76rpx; } .money::before { content: '¥'; font-size: 22rpx; }