data-table.scss 621 B

1234567891011121314151617181920212223242526272829
  1. .hc-table-avatar-content {
  2. position: relative;
  3. text-align: center;
  4. direction: rtl;
  5. padding: 20rpx;
  6. height: 116rpx;
  7. .avatar-img {
  8. border-radius: 50%;
  9. margin-left: -12rpx;
  10. box-shadow: 0 4rpx 12rpx 0 rgba(0, 0, 0, 0.4);
  11. }
  12. }
  13. .hc-data-table-tabbar {
  14. position: relative;
  15. display: flex;
  16. justify-content: space-between;
  17. .item {
  18. position: relative;
  19. color: #595959;
  20. width: 150rpx;
  21. text-align: center;
  22. .item-icon {
  23. font-size: 30rpx;
  24. }
  25. .item-name {
  26. font-size: 26rpx;
  27. }
  28. }
  29. }