particulars.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. margin-top: 20rpx;
  48. font-size: 28rpx;
  49. color: #404040;
  50. }
  51. .picture {
  52. display: flex;
  53. margin: 0 112rpx 17rpx 103rpx;
  54. }
  55. .picture image {
  56. width: 236rpx;
  57. height: 176rpx;
  58. border-radius: 5rpx;
  59. }
  60. .picture image:nth-child(2) {
  61. margin-left: 8rpx;
  62. }
  63. .share-up-box {
  64. position: absolute;
  65. right: 0;
  66. top: 20rpx;
  67. height: 100rpx;
  68. width: 100rpx;
  69. }
  70. .share_up {
  71. position: absolute;
  72. right: 0;
  73. top: 0rpx;
  74. height: 19rpx;
  75. width: 19rpx;
  76. }
  77. .message {
  78. position: absolute;
  79. right: 0;
  80. top: 10rpx;
  81. width: 68rpx;
  82. height: 56rpx;
  83. }
  84. .icon {
  85. display: flex;
  86. align-items: center;
  87. margin: 0 112rpx 17rpx 103rpx;
  88. }
  89. .icon view {
  90. display: flex;
  91. align-items: center;
  92. margin-right: 60rpx;
  93. }
  94. .icon .zan {
  95. width: 26rpx;
  96. height: 23rpx;
  97. }
  98. .icon .weatch {
  99. width: 30rpx;
  100. height: 23rpx;
  101. }
  102. .icon .discuss {
  103. width: 32rpx;
  104. height: 29rpx;
  105. }
  106. .icon view text {
  107. font-size: 28rpx;
  108. color: #878787;
  109. margin-left: 14rpx;
  110. }
  111. .more {
  112. margin-top: 18rpx;
  113. font-size: 28rpx;
  114. text-align: center;
  115. color: #787878;
  116. }
  117. /* 评论内容展开 */
  118. .comment {
  119. width: 100%;
  120. padding: 0 25rpx;
  121. box-sizing: border-box;
  122. }
  123. .comment view {
  124. margin-top: 20rpx;
  125. font-size: 28rpx;
  126. }
  127. .text {
  128. position: absolute;
  129. bottom: 0;
  130. width: 100%;
  131. height: 140rpx;
  132. background: #fff;
  133. }
  134. .input-text {
  135. position: absolute;
  136. left: 0;
  137. bottom: 0;
  138. width: 100%;
  139. height: 140rpx;
  140. z-index: 99;
  141. }
  142. .text input {
  143. width: 80%;
  144. float: left;
  145. height: 100%;
  146. padding-left: 30rpx;
  147. }
  148. .input-text view {
  149. width: 15%;
  150. height: 140rpx;
  151. float: right;
  152. }
  153. .input-img {
  154. position: absolute;
  155. left: 0;
  156. bottom: 0;
  157. width: 100%;
  158. height: 140rpx;
  159. }
  160. .content-data{
  161. display:block;
  162. word-break:break-all;
  163. color: #444444;
  164. }