app-comments.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. @charset "UTF-8";
  2. .text-center.data-v-45cb2432 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-45cb2432 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-45cb2432 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-45cb2432 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-45cb2432 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-45cb2432 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-45cb2432 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-45cb2432 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-45cb2432 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-comments .c-attr-name.data-v-45cb2432 {
  39. color: #999999;
  40. font-size: 24rpx;
  41. }
  42. .app-comments .more.data-v-45cb2432 {
  43. font-size: 24rpx;
  44. color: #999999;
  45. }
  46. .app-comments .block.data-v-45cb2432 {
  47. width: 100%;
  48. height: 80rpx;
  49. font-size: 26rpx;
  50. background-color: #FFFFFF;
  51. padding: 0 24rpx;
  52. }
  53. .app-comments .block image.data-v-45cb2432 {
  54. width: 12rpx;
  55. height: 22rpx;
  56. display: block;
  57. margin-left: 12rpx;
  58. }
  59. .app-comments .empty.data-v-45cb2432 {
  60. width: 100%;
  61. height: 100rpx;
  62. margin-bottom: 20rpx;
  63. }
  64. .app-comments .app-top.data-v-45cb2432 {
  65. padding: 24rpx;
  66. background-color: #FFFFFF;
  67. width: 100%;
  68. height: 100rpx;
  69. position: fixed;
  70. left: 0;
  71. top: 0;
  72. }
  73. .app-comments .app-top .box.data-v-45cb2432 {
  74. padding: 0 20rpx;
  75. margin-right: 16rpx;
  76. border-radius: 26rpx;
  77. font-size: 26rpx;
  78. height: 100%;
  79. }
  80. .app-comments .app-top .box.background.data-v-45cb2432 {
  81. background-color: #f1f1f1;
  82. color: #666666;
  83. }
  84. .app-comments .list.data-v-45cb2432 {
  85. background-color: #ffffff;
  86. padding: 0 24rpx;
  87. }
  88. .app-comments .list .block.data-v-45cb2432 {
  89. padding: 0;
  90. }
  91. .app-comments .list .comments.data-v-45cb2432 {
  92. padding: 28rpx 0;
  93. width: 100%;
  94. word-break: break-all;
  95. }
  96. .app-comments .list .comments .title.data-v-45cb2432 {
  97. font-size: 28rpx;
  98. color: #999999;
  99. margin-bottom: 26rpx;
  100. }
  101. .app-comments .list .comments .title image.data-v-45cb2432 {
  102. width: 56rpx;
  103. height: 56rpx;
  104. display: block;
  105. margin-right: 26rpx;
  106. border-radius: 28rpx;
  107. }
  108. .app-comments .list .comments.bt.data-v-45cb2432 {
  109. border-top: 1rpx solid #e2e2e2;
  110. }
  111. .app-comments .list .comments.bb.data-v-45cb2432 {
  112. border-bottom: 1rpx solid #e2e2e2;
  113. }
  114. .app-comments .list .comments.bb.data-v-45cb2432:last-child {
  115. border: none;
  116. }
  117. .app-comments .list .comments .content.data-v-45cb2432 {
  118. word-break: break-all;
  119. text-overflow: ellipsis;
  120. display: -webkit-box;
  121. -webkit-box-orient: vertical;
  122. -webkit-line-clamp: 2;
  123. overflow: hidden;
  124. }
  125. .app-comments .list .comments .pic-list image.data-v-45cb2432 {
  126. width: 214rpx;
  127. height: 214rpx;
  128. display: inline-block;
  129. margin: 20rpx 20rpx 0 0;
  130. }
  131. .app-comments .list .comments .replay.data-v-45cb2432 {
  132. width: 100%;
  133. background-color: #f7f7f7;
  134. padding: 28rpx;
  135. border-radius: 16rpx;
  136. font-size: 28rpx;
  137. color: #666666;
  138. }
  139. .u-text.data-v-45cb2432 {
  140. color: #ffffff;
  141. }