app-participant-model.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. @charset "UTF-8";
  2. .text-center.data-v-0d01c9c8 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-0d01c9c8 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-0d01c9c8 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-0d01c9c8 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-0d01c9c8 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-0d01c9c8 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-0d01c9c8 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-0d01c9c8 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-0d01c9c8 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-participant-model.data-v-0d01c9c8 {
  39. position: fixed;
  40. top: 0;
  41. left: 0;
  42. z-index: 16000;
  43. width: 750rpx;
  44. height: 100%;
  45. background-color: rgba(127, 127, 127, 0.3);
  46. }
  47. .app-participant-model .app-content.data-v-0d01c9c8 {
  48. width: 650rpx;
  49. border-radius: 16rpx;
  50. background-color: white;
  51. position: absolute;
  52. top: 50%;
  53. left: 50%;
  54. -webkit-transform: translate(-50%, -50%);
  55. transform: translate(-50%, -50%);
  56. padding-bottom: 40rpx;
  57. }
  58. .app-participant-model .app-content .app-top.data-v-0d01c9c8 {
  59. border-bottom: 1rpx solid #e2e2e2;
  60. padding-bottom: 24rpx;
  61. padding-top: 32rpx;
  62. text-align: center;
  63. }
  64. .app-participant-model .app-content .app-top .app-title.data-v-0d01c9c8 {
  65. font-size: 32rpx;
  66. color: #353535;
  67. }
  68. .app-participant-model .app-content .app-top .app-description.data-v-0d01c9c8 {
  69. font-size: 24rpx;
  70. color: #999999;
  71. margin-top: 12rpx;
  72. }
  73. .app-participant-model .app-content .app-top .app-icon.data-v-0d01c9c8 {
  74. position: absolute;
  75. top: 24rpx;
  76. right: 24rpx;
  77. width: 30rpx;
  78. height: 30rpx;
  79. }
  80. .app-participant-model .app-content .app-scroll.data-v-0d01c9c8 {
  81. width: 650rpx;
  82. max-height: 540rpx;
  83. padding: 14rpx 24rpx 0 24rpx;
  84. }
  85. .app-participant-model .app-content .app-scroll .app-item.data-v-0d01c9c8 {
  86. width: 602rpx;
  87. height: 100rpx;
  88. margin-bottom: 10rpx;
  89. background-color: #f6f6f6;
  90. border-bottom-left-radius: 8rpx;
  91. border-top-left-radius: 8rpx;
  92. position: relative;
  93. }
  94. .app-participant-model .app-content .app-scroll .app-item .app-avatar.data-v-0d01c9c8 {
  95. margin-left: 20rpx;
  96. width: 80rpx;
  97. height: 80rpx;
  98. border-radius: 50%;
  99. }
  100. .app-participant-model .app-content .app-scroll .app-item .app-content-text.data-v-0d01c9c8 {
  101. width: 338rpx;
  102. height: 100rpx;
  103. padding-left: 24rpx;
  104. }
  105. .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-top-name-people.data-v-0d01c9c8 {
  106. margin-top: 13rpx;
  107. }
  108. .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-time.data-v-0d01c9c8 {
  109. font-size: 24rpx;
  110. color: #666666;
  111. margin-top: 12rpx;
  112. }
  113. .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-name.data-v-0d01c9c8 {
  114. font-size: 28rpx;
  115. color: #353535;
  116. width: 118rpx;
  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. }
  124. .app-participant-model .app-content .app-scroll .app-item .app-content-text .app-people.data-v-0d01c9c8 {
  125. margin-left: 20rpx;
  126. font-size: 24rpx;
  127. color: #ff4544;
  128. }
  129. .app-participant-model .app-content .app-scroll .app-item .app-go.data-v-0d01c9c8 {
  130. width: 140rpx;
  131. height: 100rpx;
  132. line-height: 100rpx;
  133. color: #ffffff;
  134. font-size: 24rpx;
  135. text-align: center;
  136. position: absolute;
  137. right: 0;
  138. }