friend.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @charset "UTF-8";
  2. .text-center.data-v-c578d2ee {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-c578d2ee {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-c578d2ee {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-c578d2ee {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-c578d2ee {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-c578d2ee {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-c578d2ee {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-c578d2ee {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-c578d2ee {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .top.data-v-c578d2ee {
  39. margin: 24rpx 24rpx 20rpx;
  40. background-color: #fff;
  41. height: 200rpx;
  42. position: relative;
  43. color: #999999;
  44. padding: 50rpx 0;
  45. font-size: 24rpx;
  46. border-radius: 16rpx;
  47. }
  48. .title-right.data-v-c578d2ee {
  49. float: right;
  50. }
  51. .top-num.data-v-c578d2ee {
  52. font-size: 48rpx;
  53. color: #ff9d1e;
  54. font-family: 'DIN';
  55. margin-bottom: 5rpx;
  56. }
  57. .line.data-v-c578d2ee {
  58. position: absolute;
  59. top: 50rpx;
  60. left: 50%;
  61. height: 100rpx;
  62. width: 2rpx;
  63. background-color: #e2e2e2;
  64. }
  65. .top-item.data-v-c578d2ee {
  66. width: 50%;
  67. float: left;
  68. text-align: center;
  69. }
  70. .list.data-v-c578d2ee {
  71. background-color: white;
  72. padding: 32rpx 32rpx 16rpx;
  73. border-radius: 16rpx;
  74. margin: 0 24rpx 24rpx;
  75. }
  76. .list-title.data-v-c578d2ee {
  77. font-size: 38rpx;
  78. color: #353535;
  79. margin-bottom: 38rpx;
  80. }
  81. .list-item.data-v-c578d2ee {
  82. padding-bottom: 38rpx;
  83. height: 88rpx;
  84. }
  85. .list-item .user-avatar.data-v-c578d2ee {
  86. height: 56rpx;
  87. width: 56rpx;
  88. margin-right: 24rpx;
  89. float: left;
  90. }
  91. .user-avatar image.data-v-c578d2ee {
  92. height: 100%;
  93. width: 100%;
  94. border-radius: 28rpx;
  95. }
  96. .name.data-v-c578d2ee {
  97. float: left;
  98. font-size: 30rpx;
  99. color: #353535;
  100. width: 300rpx;
  101. overflow: hidden;
  102. text-overflow: ellipsis;
  103. white-space: nowrap;
  104. vertical-align: top;
  105. height: 56rpx;
  106. line-height: 56rpx;
  107. }
  108. .time.data-v-c578d2ee {
  109. float: right;
  110. font-size: 24rpx;
  111. color: #999999;
  112. vertical-align: top;
  113. height: 56rpx;
  114. line-height: 56rpx;
  115. }
  116. .no-friend.data-v-c578d2ee {
  117. margin-top: 120rpx;
  118. text-align: center;
  119. }
  120. .loading.data-v-c578d2ee {
  121. font-size: 24rpx;
  122. color: #353535;
  123. text-align: center;
  124. height: 80rpx;
  125. line-height: 80rpx;
  126. background-color: white;
  127. }