dbDetails.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. #myVideo {
  2. width: 100%;
  3. }
  4. .text_box {
  5. width: 90%;
  6. margin-left: 5%;
  7. }
  8. .title {
  9. font-size: 32rpx;
  10. margin-top: 50rpx;
  11. }
  12. .bfnum {
  13. color: #999999;
  14. font-size: 25rpx;
  15. margin-top: 10rpx;
  16. height: 50rpx;
  17. border-bottom: 1px solid #dbdbdb;
  18. }
  19. .zj {
  20. font-size: 32rpx;
  21. margin-top: 20rpx;
  22. }
  23. .zw {
  24. font-size: 25rpx;
  25. margin-top: 40rpx;
  26. line-height: 40rpx;
  27. }
  28. .change {
  29. width: 100vw;
  30. height: 100vh;
  31. position: fixed;
  32. top: 0;
  33. left: 0;
  34. z-index: 9;
  35. }
  36. .change1 {
  37. width: 100vh;
  38. height: 100vw;
  39. position: fixed;
  40. right: 0;
  41. bottom: 0;
  42. z-index: 9;
  43. }
  44. .change_box {
  45. width: 354rpx;
  46. height: 365rpx;
  47. position: fixed;
  48. top: 50rpx;
  49. left: 198rpx;
  50. z-index: 99;
  51. }
  52. .change_box1 {
  53. position: fixed;
  54. top: 100rpx;
  55. left: 600rpx;
  56. z-index: 99;
  57. width: 354rpx;
  58. height: 365rpx
  59. }
  60. .change_text {
  61. width: 350rpx;
  62. position: fixed;
  63. top: 120rpx;
  64. left: 198rpx;
  65. display: block;
  66. text-align: center;
  67. word-wrap: break-word;
  68. word-break: normal;
  69. font-size: 26rpx;
  70. z-index: 999;
  71. }
  72. .change_text2{
  73. width: 350rpx;
  74. position: fixed;
  75. top: 180rpx;
  76. left: 600rpx;
  77. display: block;
  78. text-align: center;
  79. word-wrap: break-word;
  80. word-break: normal;
  81. font-size: 26rpx;
  82. z-index: 999;
  83. }
  84. .change_text1 {
  85. top: 160rpx;
  86. width: 350rpx;
  87. position: fixed;
  88. left: 198rpx;
  89. display: block;
  90. text-align: center;
  91. word-wrap: break-word;
  92. word-break: normal;
  93. font-size: 26rpx;
  94. z-index: 999;
  95. }
  96. .change_text3{
  97. width: 350rpx;
  98. position: fixed;
  99. top: 220rpx;
  100. left: 600rpx;
  101. display: block;
  102. text-align: center;
  103. word-wrap: break-word;
  104. word-break: normal;
  105. font-size: 26rpx;
  106. z-index: 999;
  107. }
  108. .btn1 {
  109. width: 200rpx;
  110. height: 50rpx;
  111. line-height: 50rpx;
  112. border-radius: 40rpx;
  113. font-size: 29rpx;
  114. font-weight: 600;
  115. color: #fff;
  116. background-color: #e45824;
  117. position: fixed;
  118. top: 210rpx;
  119. text-align: center;
  120. left: 276rpx;
  121. z-index: 999;
  122. }
  123. .btn3 {
  124. width: 200rpx;
  125. height: 50rpx;
  126. line-height: 50rpx;
  127. border-radius: 40rpx;
  128. font-size: 29rpx;
  129. font-weight: 600;
  130. color: #fff;
  131. background-color: #e45824;
  132. position: fixed;
  133. top: 280rpx;
  134. text-align: center;
  135. left: 680rpx;
  136. z-index: 999;
  137. }
  138. .btn2 {
  139. width: 200rpx;
  140. height: 50rpx;
  141. line-height: 50rpx;
  142. border-radius: 40rpx;
  143. font-size: 29rpx;
  144. font-weight: 600;
  145. color: #fff;
  146. background-color: #999999;
  147. position: fixed;
  148. top: 280rpx;
  149. text-align: center;
  150. left: 276rpx;
  151. z-index: 999;
  152. }
  153. .btn4 {
  154. width: 200rpx;
  155. height: 50rpx;
  156. line-height: 50rpx;
  157. border-radius: 40rpx;
  158. font-size: 29rpx;
  159. font-weight: 600;
  160. color: #fff;
  161. background-color: #999999;
  162. position: fixed;
  163. top: 340rpx;
  164. text-align: center;
  165. left: 680rpx;
  166. z-index: 999;
  167. }
  168. .rsww {
  169. position: fixed;
  170. top: 50rpx;
  171. left: 175rpx;
  172. z-index: 2;
  173. width: 400rpx;
  174. height: 429rpx
  175. }
  176. .rsww1 {
  177. position: fixed;
  178. top: 100rpx;
  179. left: 400rpx;
  180. z-index: 2;
  181. width: 400rpx;
  182. height: 429rpx
  183. }
  184. .text {
  185. color: #000;
  186. width: 180rpx;
  187. height: 150rpx;
  188. position: fixed;
  189. top: 80rpx;
  190. left: 365rpx;
  191. font-size: 25rpx;
  192. line-height: 40rpx;
  193. overflow: auto;
  194. white-space: normal;
  195. z-index: 3;
  196. }
  197. .text1{
  198. color: #000;
  199. width: 180rpx;
  200. height: 150rpx;
  201. position: fixed;
  202. top: 130rpx;
  203. left: 590rpx;
  204. font-size: 25rpx;
  205. line-height: 40rpx;
  206. overflow: auto;
  207. white-space: normal;
  208. z-index: 3;
  209. }
  210. page {
  211. background-color: #f2f2f2;
  212. }