particulars.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /* pages/particulars/particulars.wxss */
  2. .content {
  3. padding-bottom: 140rpx;
  4. box-sizing: border-box;
  5. }
  6. .works {
  7. width: 100%;
  8. border-radius: 25rpx;
  9. box-sizing: border-box;
  10. background: #fff;
  11. position: relative;
  12. }
  13. /* 分享评论 */
  14. .works {
  15. padding: 0 25rpx;
  16. }
  17. .share-con,
  18. .questions {
  19. position:relative;
  20. }
  21. .share-con .head {
  22. position:relative;
  23. padding:20rpx 0;
  24. }
  25. .head-img {
  26. width: 86rpx;
  27. height: 86rpx;
  28. float: left;
  29. margin-right: 18rpx;
  30. }
  31. .head-img image {
  32. width: 100%;
  33. height: 100%;
  34. border-radius: 50%;
  35. }
  36. .lesson-name {
  37. display: flex;
  38. flex-direction: column;
  39. margin: 8rpx 16rpx;
  40. }
  41. .lesson-name text:nth-child(1) {
  42. height: 38rpx;
  43. font-size: 36rpx;
  44. font-weight: 600;
  45. }
  46. .lesson-name text:nth-child(2) {
  47. height: 30rpx;
  48. margin-top: 10rpx;
  49. font-size: 28rpx;
  50. color: #C3C3C3;
  51. }
  52. .picture {
  53. display: flex;
  54. margin: 24rpx 112rpx 17rpx 103rpx;
  55. }
  56. .picture image {
  57. width: 236rpx;
  58. height: 176rpx;
  59. border-radius: 5rpx;
  60. }
  61. .picture image:nth-child(2) {
  62. margin-left: 8rpx;
  63. }
  64. .share-up-box {
  65. position: absolute;
  66. right: 0;
  67. top: 20rpx;
  68. height: 100rpx;
  69. width: 100rpx;
  70. }
  71. .share_up {
  72. position: absolute;
  73. right: 0;
  74. top: 0rpx;
  75. height: 19rpx;
  76. width: 19rpx;
  77. }
  78. .message {
  79. position: absolute;
  80. right: 0;
  81. top: 10rpx;
  82. width: 68rpx;
  83. height: 56rpx;
  84. }
  85. .icon {
  86. display: flex;
  87. align-items: center;
  88. margin: 0 112rpx 17rpx 103rpx;
  89. }
  90. .icon view {
  91. display: flex;
  92. align-items: center;
  93. margin-right: 60rpx;
  94. }
  95. .icon .zan {
  96. width: 26rpx;
  97. height: 23rpx;
  98. }
  99. .icon .weatch {
  100. width: 30rpx;
  101. height: 23rpx;
  102. }
  103. .icon .discuss {
  104. width: 32rpx;
  105. height: 29rpx;
  106. }
  107. .icon view text {
  108. font-size: 28rpx;
  109. color: #878787;
  110. margin-left: 14rpx;
  111. }
  112. .more {
  113. margin-top: 18rpx;
  114. font-size: 28rpx;
  115. text-align: center;
  116. color: #787878;
  117. }
  118. /* 评论内容展开 */
  119. .comment {
  120. width: 100%;
  121. padding: 0 25rpx;
  122. box-sizing: border-box;
  123. }
  124. .comment view {
  125. margin-top: 20rpx;
  126. font-size: 28rpx;
  127. }
  128. .text {
  129. position: absolute;
  130. bottom: 0;
  131. width: 100%;
  132. height: 140rpx;
  133. background: #fff;
  134. }
  135. .input-text {
  136. position: absolute;
  137. left: 0;
  138. bottom: 0;
  139. width: 100%;
  140. height: 140rpx;
  141. z-index: 99;
  142. }
  143. .text input {
  144. width: 80%;
  145. float: left;
  146. height: 100%;
  147. padding-left: 30rpx;
  148. }
  149. .input-text view {
  150. width: 15%;
  151. height: 140rpx;
  152. float: right;
  153. }
  154. .input-img {
  155. position: absolute;
  156. left: 0;
  157. bottom: 0;
  158. width: 100%;
  159. height: 140rpx;
  160. }
  161. .content-data{
  162. display:block;
  163. word-break:break-all;
  164. color: #444444;
  165. }