particulars.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /* pages/particulars/particulars.wxss */
  2. .art {
  3. width: 100%;
  4. padding: 0 15rpx;
  5. box-sizing: border-box;
  6. }
  7. .works {
  8. width: 100%;
  9. margin: 20rpx 0;
  10. border-radius: 25rpx;
  11. padding: 20rpx 0;
  12. box-sizing: border-box;
  13. background: #fff;
  14. position: relative;
  15. }
  16. /* 分享评论 */
  17. .works {
  18. padding: 16rpx 25rpx;
  19. }
  20. .share-con,
  21. .questions {
  22. position:relative;
  23. margin-top: 28rpx;
  24. padding-bottom: 58rpx;
  25. border-bottom: 2rpx #878787 solid;
  26. }
  27. .share-con .head {
  28. position:relative;
  29. padding:20rpx 0;
  30. }
  31. .head-img {
  32. width: 86rpx;
  33. height: 86rpx;
  34. float: left;
  35. margin-right: 18rpx;
  36. }
  37. .head-img image {
  38. width: 100%;
  39. height: 100%;
  40. border-radius: 50%;
  41. }
  42. .lesson-name {
  43. display: flex;
  44. flex-direction: column;
  45. margin: 8rpx 16rpx;
  46. }
  47. .lesson-name text:nth-child(1) {
  48. height: 38rpx;
  49. font-size: 32rpx;
  50. font-weight: 600;
  51. }
  52. .lesson-name text:nth-child(2) {
  53. height: 30rpx;
  54. margin-top: 10rpx;
  55. font-size: 24rpx;
  56. color: #C3C3C3;
  57. }
  58. .picture {
  59. display: flex;
  60. justify-content: center;
  61. margin: 24rpx 112rpx 17rpx 103rpx;
  62. }
  63. .picture image {
  64. width: 236rpx;
  65. height: 176rpx;
  66. border-radius: 15rpx;
  67. }
  68. .picture image:nth-child(2) {
  69. margin-left: 8rpx;
  70. }
  71. .share-up-box {
  72. position: absolute;
  73. right: 0;
  74. top: 20rpx;
  75. height: 100rpx;
  76. width: 100rpx;
  77. }
  78. .share_up {
  79. position: absolute;
  80. right: 0;
  81. top: 0rpx;
  82. height: 19rpx;
  83. width: 19rpx;
  84. }
  85. .message {
  86. position: absolute;
  87. right: 0;
  88. top: 10rpx;
  89. width: 68rpx;
  90. height: 56rpx;
  91. }
  92. .icon {
  93. display: flex;
  94. align-items: center;
  95. margin: 0 112rpx 17rpx 103rpx;
  96. }
  97. .icon view {
  98. display: flex;
  99. align-items: center;
  100. margin-right: 60rpx;
  101. }
  102. .icon .zan {
  103. width: 26rpx;
  104. height: 23rpx;
  105. }
  106. .icon .weatch {
  107. width: 30rpx;
  108. height: 23rpx;
  109. }
  110. .icon .discuss {
  111. width: 32rpx;
  112. height: 29rpx;
  113. }
  114. .icon view text {
  115. font-size: 24rpx;
  116. color: #878787;
  117. margin-left: 14rpx;
  118. }
  119. .more {
  120. margin-top: 18rpx;
  121. font-size: 28rpx;
  122. text-align: center;
  123. color: #787878;
  124. }