mediaDetail.scss 3.0 KB

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