details.wxss 2.7 KB

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