user.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /**
  2. * 顶部内容
  3. */
  4. .top-content {
  5. background-repeat: no-repeat;
  6. background-size: 100% auto;
  7. width: 100%;
  8. min-height: 300rpx;
  9. padding-top: var(--status-bar-height);
  10. }
  11. /**
  12. * 头部
  13. */
  14. .head-base {
  15. padding-top: 35rpx;
  16. }
  17. /* #ifdef H5 || APP */
  18. .head-base {
  19. margin-bottom: 25rpx;
  20. }
  21. /* #endif */
  22. .head-avatar {
  23. width: 120rpx;
  24. height: 120rpx !important;
  25. }
  26. /**
  27. * 头部导航
  28. */
  29. .head-nav-item {
  30. width: 25%;
  31. }
  32. .head-nav-item .nav-value,
  33. .head-nav-item .nav-name {
  34. line-height: 46rpx;
  35. }
  36. /**
  37. * 头部右上角
  38. */
  39. .head-right {
  40. z-index: 10;
  41. right: 30rpx;
  42. top: 110rpx;
  43. }
  44. .head-right .item .icon {
  45. width: 35rpx;
  46. height: 35rpx;
  47. }
  48. .head-right .item .badge-icon {
  49. top: -10px;
  50. right: -2px;
  51. }
  52. /**
  53. * 行内导航列表
  54. */
  55. .nav-list .nav-item {
  56. box-sizing: border-box;
  57. }
  58. .nav-list .nav-item .item-icon {
  59. width: 40rpx;
  60. height: 40rpx;
  61. }
  62. .nav-list .nav-item .item-desc {
  63. margin-right: 50rpx;
  64. margin-top: 2rpx;
  65. width: calc(100% - 300rpx);
  66. }
  67. .nav-list .nav-item .item-arrow {
  68. width: 25rpx;
  69. }
  70. .nav-list-sub {
  71. padding: 20rpx 0;
  72. }
  73. .nav-list-sub .item {
  74. width: 20%;
  75. }
  76. .nav-list-sub .item .item-icon {
  77. width: 50rpx;
  78. height: 50rpx;
  79. }
  80. .nav-list-sub .item .badge-icon {
  81. top: -2px;
  82. left: calc(50% + 35rpx);
  83. z-index: 1;
  84. }
  85. /**
  86. * 聚合导航
  87. */
  88. .nav-box .nav-item {
  89. box-sizing: border-box;
  90. width: 25%;
  91. }
  92. .nav-box .nav-item .item-icon {
  93. width: 45rpx;
  94. height: 45rpx !important;
  95. }
  96. .nav-box .nav-item .item-desc {
  97. margin-right: 50rpx;
  98. margin-top: 2rpx;
  99. width: calc(100% - 300rpx);
  100. }
  101. .service-nav .show-type-submit {
  102. width: 50rpx;
  103. height: 50rpx !important;
  104. top: 18rpx;
  105. right: 20rpx;
  106. }