| 1234567891011121314151617181920212223242526272829 | .hc-table-avatar-content {    position: relative;    text-align: center;    direction: rtl;    padding: 20rpx;    height: 116rpx;    .avatar-img {        border-radius: 50%;        margin-left: -12rpx;        box-shadow: 0 4rpx 12rpx 0 rgba(0, 0, 0, 0.4);    }}.hc-data-table-tabbar {    position: relative;    display: flex;    justify-content: space-between;    .item {        position: relative;        color: #595959;        width: 150rpx;        text-align: center;        .item-icon {            font-size: 30rpx;        }        .item-name {            font-size: 26rpx;        }    }}
 |