details.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /* pages/details/details.wxss */
  2. .details {
  3. position: relative;
  4. width: 100%;
  5. height: 100%;
  6. background: #eaeaea;
  7. padding-top: 590rpx;
  8. box-sizing: border-box;
  9. }
  10. .details-scroll {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .details-video {
  15. position: absolute;
  16. left: 0;
  17. top: 0;
  18. width: 100%;
  19. height: 436rpx;
  20. }
  21. #myVideo {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .menu {
  26. position: absolute;
  27. left: 0;
  28. top: 466rpx;
  29. display: flex;
  30. }
  31. .menu-item {
  32. width: 90rpx;
  33. height: 120rpx;
  34. margin: 0 46rpx;
  35. }
  36. .menu-item button {
  37. width: 100%;
  38. height: 100%;
  39. border: none;
  40. padding: 0;
  41. margin: 0;
  42. }
  43. .menu-item image{
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .comment {
  48. padding: 0 16rpx 10rpx 16rpx;
  49. box-sizing: border-box;
  50. }
  51. .pinglun {
  52. display: flex;
  53. align-items: center;
  54. width: 100%;
  55. height: 116rpx;
  56. margin-top: 27rpx;
  57. border-radius: 20rpx;
  58. background: #7a7a7a;
  59. padding: 0 25rpx;
  60. box-sizing: border-box;
  61. color: #fff;
  62. font-size: 40rpx;
  63. font-weight: 600;
  64. }
  65. .anthology {
  66. display: flex;
  67. flex-wrap: wrap;
  68. width: 100%;
  69. margin-top: 5rpx;
  70. box-sizing: border-box;
  71. font-size: 32rpx;
  72. color: #888;
  73. font-weight: bold;
  74. }
  75. .collection {
  76. width: 100rpx;
  77. height: 100rpx;
  78. background: #fff;
  79. text-align: center;
  80. line-height: 100rpx;
  81. border-radius: 20rpx;
  82. margin: 27rpx 18rpx 0 0;
  83. }
  84. .current {
  85. background: #fece00;
  86. }
  87. .comment-details {
  88. width: 100%;
  89. margin-top: 27rpx;
  90. border-radius: 20rpx;
  91. background: #fff;
  92. padding: 23rpx 33rpx;
  93. box-sizing: border-box;
  94. font-size: 32rpx;
  95. line-height: 44rpx;
  96. }
  97. .input-box {
  98. position: relative;
  99. width: 100%;
  100. height: 320rpx;
  101. margin-top: 27rpx;
  102. border-radius: 20rpx;
  103. background: #fff;
  104. padding: 34rpx 0 112rpx 34rpx;
  105. box-sizing: border-box;
  106. }
  107. .btn {
  108. position: absolute;
  109. right: 22rpx;
  110. bottom: 25rpx;
  111. display: flex;
  112. }
  113. .btn view {
  114. width: 153rpx;
  115. height: 87rpx;
  116. text-align: center;
  117. line-height: 87rpx;
  118. border-radius: 20rpx;
  119. color: #fff;
  120. font-size: 32rpx;
  121. }
  122. .no {
  123. background: #cdcdcd;
  124. margin-right: 22rpx;
  125. }
  126. .yes {
  127. background: #fe9d00;
  128. }
  129. .content-speak {
  130. display: flex;
  131. flex-direction: column;
  132. width: 100%;
  133. margin-top: 27rpx;
  134. border-radius: 20rpx;
  135. background: #fff;
  136. padding: 30rpx 34rpx;
  137. box-sizing: border-box;
  138. }
  139. .information-item {
  140. display: flex;
  141. }
  142. .information-item image {
  143. width: 92rpx;
  144. height: 92rpx;
  145. border-radius: 50%;
  146. margin-right: 22rpx;
  147. }
  148. .information-item .name {
  149. display: flex;
  150. flex-direction: column;
  151. color: #424242;
  152. font-size: 32rpx;
  153. font-weight:bold;
  154. }
  155. .language {
  156. font-size: 32rpx;
  157. margin-top: 10px;
  158. }