content.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .test_form {
  2. width: 600px;
  3. height: 470px;
  4. border-radius: 11px;
  5. background: #FFFFFF;
  6. margin: 0 auto;
  7. margin-top: 100px;
  8. }
  9. .test_head {
  10. width: 100%;
  11. height: 50px;
  12. position: relative;
  13. border-bottom: 1px solid #ECF1F2;
  14. }
  15. .test_head .test_menu_close {
  16. top: 13px;
  17. left: 24px;
  18. position: absolute;
  19. width: 24px;
  20. height: 24px;
  21. cursor: pointer;
  22. }
  23. .test_content {
  24. padding: 0px 30px;
  25. }
  26. .test_upload {
  27. width: 100%;
  28. height: 160px;
  29. background: rgba(136, 136, 136, 0.01);
  30. border: 1px dashed #D2D2D2;
  31. border-radius: 15px;
  32. margin: auto 0;
  33. }
  34. .test_upload div {
  35. text-align: center;
  36. }
  37. .test_upload_btn {
  38. width: 100px;
  39. height: 36px;
  40. line-height: 36px;
  41. text-align: center;
  42. border-radius: 100px;
  43. background: #0091E9;
  44. font-size: 15px;
  45. color: #FFFFFF;
  46. letter-spacing: 0.3px;
  47. font-weight: 500;
  48. font-style: normal;
  49. font-family: PingFang SC;
  50. cursor: pointer;
  51. margin: 0 auto;
  52. margin-top: 12px;
  53. }
  54. .test_upload_txt {
  55. font-family: PingFang SC;
  56. font-style: normal;
  57. font-weight: 500;
  58. font-size: 18px;
  59. line-height: 25px;
  60. text-align: center;
  61. letter-spacing: 0.3px;
  62. color: #000000;
  63. margin-top: 37px;
  64. }
  65. .test_upload_note {
  66. margin-top: 5px;
  67. font-family: PingFang SC;
  68. font-style: normal;
  69. font-weight: normal;
  70. font-size: 12px;
  71. line-height: 17px;
  72. /* identical to box height */
  73. text-align: center;
  74. letter-spacing: 0.3px;
  75. opacity: 0.5;
  76. }
  77. .test_tweet {
  78. width: 110px;
  79. height: 44px;
  80. line-height: 44px;
  81. text-align: center;
  82. background: #C4C4C4;
  83. border-radius: 100px;
  84. color: #FFFFFF;
  85. font-family: PingFang SC;
  86. font-style: normal;
  87. font-weight: 500;
  88. font-size: 17px;
  89. letter-spacing: 0.3px;
  90. cursor: pointer;
  91. float: right;
  92. margin-top: 27px;
  93. }
  94. .test_link {
  95. border-bottom: 1px solid #ECF1F2;
  96. height: 32px;
  97. margin-top: 22px;
  98. }
  99. .test_link input {
  100. outline-style: none;
  101. border: 0px;
  102. width: 100%;
  103. height: 20px;
  104. }
  105. .test_type {
  106. width: 100%;
  107. height: 106px;
  108. }
  109. .test_type textarea {
  110. resize: none;
  111. border: 0px;
  112. outline-style: none;
  113. width: 100%;
  114. margin-top: 25px;
  115. height: 70px;
  116. font-family: PingFang SC;
  117. font-style: normal;
  118. font-weight: normal;
  119. font-size: 17px;
  120. line-height: 24px;
  121. /* identical to box height */
  122. letter-spacing: 0.3px;
  123. }
  124. .test_upload_error {
  125. font-family: PingFang SC;
  126. font-style: normal;
  127. font-weight: normal;
  128. font-size: 12px;
  129. line-height: 17px;
  130. /* identical to box height */
  131. text-align: center;
  132. letter-spacing: 0.3px;
  133. color: #FF0000;
  134. margin-top: 7px;
  135. }
  136. .test_player_close {
  137. position: absolute;
  138. right: -12px;
  139. top: -12px;
  140. width: 24px;
  141. height: 24px;
  142. cursor: pointer;
  143. }
  144. .test_card {
  145. width: 380px;
  146. height: 100px;
  147. border: 1px solid #EDEDED;
  148. box-sizing: border-box;
  149. border-radius: 15px;
  150. position: relative;
  151. display: flex;
  152. justify-content: center;
  153. align-items: center;
  154. }
  155. .test_progress_area {
  156. width: 336px;
  157. height: 20px;
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-between;
  161. }
  162. .test_progress_area span {
  163. font-family: PingFang SC;
  164. font-style: normal;
  165. font-weight: normal;
  166. font-size: 14px;
  167. line-height: 20px;
  168. /* identical to box height */
  169. letter-spacing: 0.3px;
  170. color: #000000;
  171. }
  172. .test_progress_back {
  173. width: 290px;
  174. height: 6px;
  175. background: #ECF1F2;
  176. position: relative;
  177. }
  178. .test_progress_detail{
  179. position: absolute;
  180. background: #0091E9;
  181. left: 0;
  182. top: 0;
  183. height: 6px;
  184. width: 0px;
  185. }
  186. .test_progress_point,.test_list_progress_point{
  187. position:absolute;
  188. width: 8px;
  189. height: 8px;
  190. background: #0091E9;
  191. left: 116px;
  192. top: 40px;
  193. z-index: 11;
  194. border-radius: 50%;
  195. }
  196. .test_progress_time,.test_list_progress_time{
  197. position:absolute;
  198. width: 230px;
  199. height: 2px;
  200. left: 120px;
  201. top: 43px;
  202. background: #ECF1F2;
  203. }
  204. .test_start_time,.test_list_start_time{
  205. position: absolute;
  206. left: 120px;
  207. top: 56px;
  208. color: #88939A;
  209. }
  210. .test_end_time,.test_list_end_time{
  211. position: absolute;
  212. right: 30px;
  213. top: 56px;
  214. color: #88939A;
  215. }
  216. .test_list_player_state,.test_player_state{
  217. top: 20px;
  218. height: 60px;
  219. width: 60px;
  220. left: 25px;
  221. position: absolute;
  222. cursor: pointer;
  223. }