details.wxss 2.5 KB

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