mediaDetail.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. page {
  2. position: relative;
  3. left: 0;
  4. top: 0;
  5. }
  6. .wrapper {
  7. width: 100%;
  8. padding-bottom: 100rpx;
  9. }
  10. video {
  11. display: block;
  12. width: 100%;
  13. height: 422rpx;
  14. }
  15. .main {
  16. padding: 24rpx 24rpx 40rpx 28rpx;
  17. border: 1rpx solid rgba(189, 189, 189, 1);
  18. }
  19. button.btn[type="default"] {
  20. width: 698rpx;
  21. height: 80rpx;
  22. border-radius: 40rpx;
  23. border: 2rpx solid rgba(145, 179, 121, 1);
  24. font-size: 28rpx;
  25. color: rgba(145, 179, 121, 1);
  26. background-color: transparent;
  27. }
  28. .title {
  29. display: flex;
  30. font-size: 0;
  31. text {
  32. position: relative;
  33. left: 0;
  34. top: 0;
  35. font-size: 32rpx;
  36. font-weight: 500;
  37. line-height: 46rpx;
  38. color: rgba(51, 51, 51, 1);
  39. &:after {
  40. position: absolute;
  41. left: 0;
  42. bottom: 0;
  43. z-index: -1;
  44. content: '';
  45. width: 100%;
  46. height: 14rpx;
  47. background: rgba(145, 179, 121, 0.6);
  48. }
  49. }
  50. }
  51. .name-list-title {
  52. margin: 36rpx 0 24rpx;
  53. }
  54. .name-list {
  55. display: flex;
  56. flex-flow: row wrap;
  57. line-height: 40rpx;
  58. font-size: 28rpx;
  59. color: rgba(101, 101, 101, 1);
  60. word-break: break-all;
  61. word-wrap: break-word;
  62. }
  63. .video-title {
  64. margin: 48rpx 0 22rpx;
  65. }
  66. .subtitle {
  67. line-height: 40rpx;
  68. font-size: 28rpx;
  69. font-weight: 500;
  70. color: rgba(77, 77, 77, 1);
  71. }
  72. .describe {
  73. margin-top: 12rpx;
  74. line-height: 54rpx;
  75. font-size: 28rpx;
  76. color: rgba(101, 101, 101, 1);
  77. word-break: break-all;
  78. word-wrap: break-word;
  79. }
  80. .comment-list {
  81. padding: 40rpx 24rpx 40rpx 28rpx;
  82. .title {
  83. margin-bottom: 44rpx;
  84. }
  85. }
  86. .list {
  87. display: flex;
  88. width: 100%;
  89. margin-bottom: 28rpx;
  90. }
  91. .portrait {
  92. width: 80rpx;
  93. height: 80rpx;
  94. border-radius: 50%;
  95. overflow: hidden;
  96. image {
  97. display: block;
  98. width: 100%;
  99. height: 100%;
  100. }
  101. }
  102. .box {
  103. padding-left: 20rpx;
  104. padding-top: 18rpx;
  105. .name {
  106. line-height: 28rpx;
  107. font-size: 24rpx;
  108. font-weight: 700;
  109. color: rgba(51, 51, 51, 1);
  110. }
  111. .create-at {
  112. margin: 14rpx 0 20rpx;
  113. line-height: 28rpx;
  114. font-size: 20rpx;
  115. color: rgba(153, 153, 153, 1);
  116. }
  117. .content {
  118. line-height: 28rpx;
  119. font-size: 24rpx;
  120. color: rgba(51, 51, 51, 1);
  121. }
  122. }
  123. .form-item {
  124. position: relative;
  125. left: 0;
  126. top: 0;
  127. width: 572rpx;
  128. height: 76rpx;
  129. border-radius: 38rpx;
  130. background: rgba(240, 240, 240, 1);
  131. }
  132. .smile {
  133. position: absolute;
  134. left: 27rpx;
  135. top: 18rpx;
  136. width: 40rpx;
  137. height: 40rpx;
  138. }
  139. input {
  140. width: 383rpx;
  141. height: 100%;
  142. padding: 0 13rpx;
  143. margin-left: 67rpx;
  144. font-size: 32rpx;
  145. color: rgba(51, 51, 51, 1);
  146. }
  147. .placeholder {
  148. color: rgba(166, 166, 166, 1);
  149. }
  150. .footer-fixed-bottom .btn-send {
  151. position: absolute;
  152. right: 14rpx;
  153. top: 10rpx;
  154. z-index: 99;
  155. width: 108rpx;
  156. height: 56rpx;
  157. border-radius: 38rpx;
  158. background: rgba(96, 169, 252, 1);
  159. font-size: 24rpx;
  160. color: #FFF;
  161. }
  162. .footer-fixed-bottom .btn-like,
  163. .footer-fixed-bottom .btn-share {
  164. width: 48rpx;
  165. height: 48rpx;
  166. padding: 0 !important;
  167. background: transparent;
  168. image {
  169. width: 100%;
  170. height: 100%;
  171. }
  172. }
  173. .footer-fixed-bottom .btn-like {
  174. margin: 0 14rpx 0 10rpx;
  175. }