vipActivity.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* pages/vipActivity/vipActivity.wxss */
  2. .vip-activity {
  3. width: 100%;
  4. height: 100%;
  5. padding: 0 14rpx;
  6. box-sizing: border-box;
  7. background: #EEEEEE;
  8. overflow: scroll;
  9. }
  10. .vip-activity-con {
  11. width: 100%;
  12. margin-bottom: 160rpx;
  13. }
  14. .vip-activity-con .vip-rule {
  15. position: relative;
  16. width: 100%;
  17. height: 300rpx;
  18. margin-top: 20rpx;
  19. }
  20. .vip-rule-bg {
  21. width: 100%;
  22. height: 100%;
  23. }
  24. .expire-date {
  25. position: absolute;
  26. left: 350rpx;
  27. top: 40rpx;
  28. font-size: 28rpx;
  29. color: #6E4008;
  30. font-weight: 500;
  31. }
  32. .plase-rule {
  33. position: absolute;
  34. top: 136rpx;
  35. left: 46rpx;
  36. }
  37. .plase-rule text {
  38. display: block;
  39. font-size: 30rpx;
  40. color: #FE6A00;
  41. }
  42. .plase-rule .rule-con {
  43. color: #000;
  44. font-size: 28rpx;
  45. box-shadow: -1px 5px 5px -3px #FFE150;
  46. margin-top: 20rpx;
  47. }
  48. .plase-friend-bg {
  49. width: 392rpx;
  50. height: 34rpx;
  51. margin: 30rpx auto;
  52. display: block;
  53. }
  54. .vip-activity-con .friend {
  55. width: 100%;
  56. background: #fff;
  57. display: flex;
  58. flex-direction: column;
  59. border-radius: 20rpx;
  60. }
  61. .vip-activity-con .no-data {
  62. margin-top: 150rpx;
  63. }
  64. .vip-activity-con .no-data image {
  65. width: 263rpx;
  66. height: 240rpx;
  67. display: block;
  68. margin: 0 auto;
  69. }
  70. .vip-activity-con .friend-title {
  71. display: flex;
  72. justify-content: space-between;
  73. width: 100%;
  74. padding: 0 14rpx 0 42rpx;
  75. box-sizing: border-box;
  76. margin: 26rpx 0;
  77. font-weight: 500;
  78. color: #333333;
  79. font-size: 36rpx;
  80. }
  81. .vip-activity-con .ios-title {
  82. padding: 0 59rpx 0 42rpx;
  83. }
  84. .vip-activity-con .friend .name-title {
  85. width: 340rpx;
  86. }
  87. .vip-activity-con .ios-title .name-title {
  88. width: 280rpx;
  89. }
  90. .friend-message {
  91. display: flex;
  92. justify-content: space-between;
  93. align-items: center;
  94. width: 100%;
  95. padding: 0 37rpx 0 24rpx;
  96. box-sizing: border-box;
  97. margin-bottom: 30rpx;
  98. }
  99. .friend-message .friend-head {
  100. width: 80rpx;
  101. height: 80rpx;
  102. border-radius: 50%;
  103. }
  104. .friend-message .name {
  105. display: flex;
  106. flex-direction: column;
  107. width: 375rpx;
  108. }
  109. .friend-message .name text {
  110. width: 375rpx;
  111. height: 40rpx;
  112. overflow:hidden;
  113. text-overflow:ellipsis;
  114. white-space:nowrap;
  115. }
  116. .friend-message .ios-name {
  117. display: flex;
  118. flex-direction: column;
  119. width: 240rpx;
  120. height: 40rpx;
  121. }
  122. .friend-message .friend-time {
  123. font-size: 36rpx;
  124. color: #FE6A00;
  125. }
  126. .friend-message .ios-friend-time {
  127. font-size: 32rpx;
  128. color: #333;
  129. }
  130. .friend-message .text {
  131. color: #333333;
  132. font-size: 36rpx;
  133. }
  134. .friend-message .friend-date {
  135. color: #666;
  136. font-size: 25rpx;
  137. }
  138. .vip-go-read {
  139. position: fixed;
  140. left: 0;
  141. bottom: 0;
  142. display: flex;
  143. align-items: center;
  144. justify-content: center;
  145. width: 100%;
  146. height: 139rpx;
  147. background: #fff;
  148. box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.11);
  149. }
  150. .vip-go-read text {
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. width: 607rpx;
  155. height: 80rpx;
  156. background: #FF9900;
  157. color: #fff;
  158. font-size: 40rpx;
  159. border-radius: 40rpx;
  160. }