app-participant.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @charset "UTF-8";
  2. .text-center.data-v-61ffc7ac {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-61ffc7ac {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-61ffc7ac {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-61ffc7ac {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-61ffc7ac {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-61ffc7ac {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-61ffc7ac {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-61ffc7ac {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-61ffc7ac {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-spec.data-v-61ffc7ac {
  39. height: 160rpx;
  40. padding: 16rpx 60rpx 10rpx 60rpx;
  41. }
  42. .app-spec .arrow.data-v-61ffc7ac {
  43. width: 38rpx;
  44. height: 30rpx;
  45. }
  46. .app-spec .item image.data-v-61ffc7ac {
  47. width: 50rpx;
  48. height: 50rpx;
  49. margin-bottom: 10rpx;
  50. }
  51. .app-spec .item text.data-v-61ffc7ac {
  52. font-size: 24rpx;
  53. line-height: 1;
  54. color: #666666;
  55. margin-top: 10rpx;
  56. }
  57. .app-participant.data-v-61ffc7ac {
  58. width: 702rpx;
  59. background-color: white;
  60. padding: 20rpx;
  61. margin: 24rpx 24rpx 0 24rpx;
  62. border-radius: 15rpx;
  63. }
  64. .app-participant .app-left.data-v-61ffc7ac {
  65. font-size: 24rpx;
  66. color: #666666;
  67. }
  68. .app-participant .app-right.data-v-61ffc7ac {
  69. width: 134rpx;
  70. }
  71. .app-participant .app-text.data-v-61ffc7ac {
  72. font-size: 24rpx;
  73. color: #999999;
  74. }
  75. .app-participant .app-icon.data-v-61ffc7ac {
  76. width: 12rpx;
  77. height: 22rpx;
  78. margin-left: 12rpx;
  79. }
  80. .app-participant .app-content.data-v-61ffc7ac {
  81. padding: 0 24rpx 20rpx 24rpx;
  82. box-sizing: border-box;
  83. }
  84. .app-participant .app-peo-text.data-v-61ffc7ac {
  85. font-size: 24rpx;
  86. color: #666666;
  87. padding: 24rpx 0;
  88. box-sizing: border-box;
  89. }
  90. .app-participant .app-peo-text .app-icon.data-v-61ffc7ac {
  91. width: 12rpx;
  92. height: 22rpx;
  93. margin-left: 12rpx;
  94. }
  95. .app-participant .app-peo-text .app-text.data-v-61ffc7ac {
  96. font-size: 24rpx;
  97. color: #999999;
  98. }
  99. .app-participant .app-item.data-v-61ffc7ac {
  100. height: 100rpx;
  101. background-color: #f6f6f6;
  102. width: 614rpx;
  103. border-bottom-left-radius: 8rpx;
  104. border-top-left-radius: 8rpx;
  105. margin-bottom: 10rpx;
  106. }
  107. .app-participant .app-item .app-icon.data-v-61ffc7ac {
  108. height: 80rpx;
  109. width: 80rpx;
  110. border-radius: 50%;
  111. margin-left: 20rpx;
  112. }
  113. .app-participant .app-item .app-name.data-v-61ffc7ac {
  114. font-size: 28rpx;
  115. color: #353535;
  116. width: 170rpx;
  117. word-break: break-all;
  118. text-overflow: ellipsis;
  119. display: -webkit-box;
  120. -webkit-box-orient: vertical;
  121. -webkit-line-clamp: 1;
  122. overflow: hidden;
  123. margin-left: 16rpx;
  124. }
  125. .app-participant .app-item .app-go.data-v-61ffc7ac {
  126. width: 140rpx;
  127. height: 100rpx;
  128. font-size: 24rpx;
  129. text-align: center;
  130. color: #ffffff;
  131. margin-left: 16rpx;
  132. }
  133. .app-participant .app-item .app-text.data-v-61ffc7ac {
  134. font-size: 24rpx;
  135. width: 178rpx;
  136. height: 100rpx;
  137. }
  138. .app-participant .app-item .app-text text.data-v-61ffc7ac {
  139. word-break: break-all;
  140. text-overflow: ellipsis;
  141. display: -webkit-box;
  142. -webkit-box-orient: vertical;
  143. -webkit-line-clamp: 1;
  144. overflow: hidden;
  145. }
  146. .app-participant .app-item .app-text .app-red.data-v-61ffc7ac {
  147. color: #ff5c5c;
  148. margin-top: 14rpx;
  149. }
  150. .app-participant .app-item .app-text .app-gray.data-v-61ffc7ac {
  151. color: #707070;
  152. margin-bottom: 14rpx;
  153. }