team.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. ::v-deep .tab-box .tab-item .underline-active {
  2. background: #207cf7 !important;
  3. width: 68rpx !important;
  4. height: 8rpx !important;
  5. border-radius: 4rpx !important;
  6. }
  7. ::v-deep .page_box {
  8. background: #f2f4f5 !important;
  9. height: auto !important;
  10. }
  11. // nav
  12. .head_box {
  13. height: 280rpx;
  14. background: url('http://file.shopro.top/imgs/commission/share_head_bg.png') no-repeat;
  15. background-size: 100% auto;
  16. position: relative;
  17. }
  18. // 分类
  19. .tab-box {
  20. background-color: #fff;
  21. border-radius: 20rpx 20rpx 0px 0px;
  22. position: absolute;
  23. width: 100%;
  24. bottom: 0;
  25. .tab-item {
  26. height: 100%;
  27. display: flex;
  28. flex-direction: column;
  29. align-items: center;
  30. justify-content: center;
  31. .tab-title {
  32. color: #666;
  33. font-weight: 500;
  34. font-size: 28rpx;
  35. line-height: 90rpx;
  36. }
  37. .title-active {
  38. color: #333;
  39. }
  40. .underline {
  41. display: block;
  42. width: 68rpx;
  43. height: 4rpx;
  44. background: #fff;
  45. border-radius: 2rpx;
  46. }
  47. .underline-active {
  48. background: #5e49c3;
  49. display: block;
  50. width: 68rpx;
  51. height: 4rpx;
  52. border-radius: 2rpx;
  53. }
  54. }
  55. }
  56. // 分享记录列表
  57. .log-list {
  58. background-color: #fff;
  59. padding: 30rpx;
  60. margin: 10rpx 0;
  61. align-items: flex-start;
  62. .log-avatar-wrap {
  63. margin-right: 14rpx;
  64. .log-avatar {
  65. width: 60rpx;
  66. height: 60rpx;
  67. border-radius: 50%;
  68. }
  69. }
  70. .item-right {
  71. flex: 1;
  72. .name {
  73. font-size: 28rpx;
  74. font-weight: 500;
  75. color: #7f7aa5;
  76. margin-bottom: 15rpx;
  77. }
  78. .content {
  79. background: rgba(241, 241, 241, 0.46);
  80. border-radius: 2rpx;
  81. padding: 10rpx;
  82. margin-bottom: 20rpx;
  83. .content-img-wrap {
  84. margin-right: 16rpx;
  85. width: 80rpx;
  86. height: 80rpx;
  87. .content-img {
  88. width: 80rpx;
  89. height: 80rpx;
  90. border-radius: 6rpx;
  91. }
  92. }
  93. .content-text {
  94. font-size: 24rpx;
  95. font-weight: 500;
  96. color: #333333;
  97. }
  98. }
  99. .item-bottom {
  100. width: 100%;
  101. .time {
  102. font-size: 22rpx;
  103. font-weight: 500;
  104. color: #c8c8c8;
  105. }
  106. .from-text {
  107. font-size: 22rpx;
  108. font-weight: 500;
  109. color: #c8c8c8;
  110. }
  111. }
  112. }
  113. }
  114. .teamerDetail{
  115. display: flex;
  116. margin-left:-20rpx;
  117. margin-top: 40rpx;
  118. .item{
  119. display: flex;
  120. flex-direction: column;
  121. justify-content: center;
  122. align-items: center;
  123. width: 20%;
  124. .num{
  125. font-size: 36rpx;
  126. font-weight: 600;
  127. color: #333;
  128. }
  129. .txt{
  130. font-size: 20rpx;
  131. font-weight: 500;
  132. color: #666;
  133. }
  134. }
  135. }