transmit.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /* pages/transmit/transmit.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. .works .title {
  21. position:relative;
  22. width: 100%;
  23. text-align: center;
  24. font-size: 32rpx;
  25. font-weight: 600;
  26. border-bottom: 2rpx #dcdcdc solid;
  27. padding-bottom: 16rpx;
  28. background: #fff;
  29. }
  30. .xing {
  31. width: 20rpx;
  32. height: 20rpx;
  33. margin: 0 10rpx;
  34. }
  35. .uploading {
  36. position: absolute;
  37. right: 0;
  38. top: 10rpx;
  39. font-size: 24rpx;
  40. }
  41. .share-con,
  42. .questions {
  43. position:relative;
  44. margin-top: 28rpx;
  45. padding-bottom: 58rpx;
  46. border-bottom: 2rpx #dcdcdc solid;
  47. }
  48. .share-con .head {
  49. position:relative;
  50. padding:20rpx 0;
  51. }
  52. .head-img {
  53. width: 86rpx;
  54. height: 86rpx;
  55. float: left;
  56. margin-right: 18rpx;
  57. }
  58. .head-img image {
  59. width: 100%;
  60. height: 100%;
  61. border-radius: 50%;
  62. }
  63. .lesson-name {
  64. display: flex;
  65. flex-direction: column;
  66. margin: 8rpx 16rpx;
  67. }
  68. .lesson-name text:nth-child(1) {
  69. height: 38rpx;
  70. font-size: 32rpx;
  71. font-weight: 600;
  72. }
  73. .lesson-name text:nth-child(2) {
  74. height: 30rpx;
  75. margin-top: 10rpx;
  76. font-size: 24rpx;
  77. color: #C3C3C3;
  78. }
  79. .picture {
  80. display: flex;
  81. justify-content: center;
  82. margin: 24rpx 112rpx 17rpx 103rpx;
  83. }
  84. .picture image {
  85. width: 236rpx;
  86. height: 176rpx;
  87. border-radius: 15rpx;
  88. }
  89. .picture image:nth-child(2) {
  90. margin-left: 8rpx;
  91. }
  92. .share-up-box {
  93. position: absolute;
  94. right: 0;
  95. top: 20rpx;
  96. height: 100rpx;
  97. width: 100rpx;
  98. }
  99. .share_up {
  100. position: absolute;
  101. right: 0;
  102. top: 0rpx;
  103. height: 19rpx;
  104. width: 19rpx;
  105. }
  106. .message {
  107. position: absolute;
  108. right: 0;
  109. top: 10rpx;
  110. width: 68rpx;
  111. height: 56rpx;
  112. }
  113. .icon {
  114. display: flex;
  115. align-items: center;
  116. margin: 0 112rpx 17rpx 103rpx;
  117. }
  118. .icon view {
  119. display: flex;
  120. align-items: center;
  121. margin-right: 60rpx;
  122. }
  123. .icon .zan {
  124. width: 26rpx;
  125. height: 23rpx;
  126. }
  127. .icon .weatch {
  128. width: 30rpx;
  129. height: 23rpx;
  130. }
  131. .icon .discuss {
  132. width: 32rpx;
  133. height: 29rpx;
  134. }
  135. .icon view text {
  136. font-size: 24rpx;
  137. color: #878787;
  138. margin-left: 14rpx;
  139. }
  140. .more {
  141. margin-top: 18rpx;
  142. font-size: 28rpx;
  143. text-align: center;
  144. color: #787878;
  145. }