particulars.wxss 2.6 KB

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