button.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. .c_pub_button_confirm {
  2. color: #fff;
  3. background-color: #0061FF;
  4. padding: 0 24px;
  5. font-size: 14px;
  6. min-width: 64px;
  7. font-weight: 500;
  8. border-radius: 4px;
  9. box-sizing: border-box;
  10. border: none;
  11. cursor: pointer;
  12. transition: all 0.2s ease-in-out;
  13. height: 36px;
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. line-height: 1;
  18. }
  19. .c_pub_button_confirm:hover {
  20. background-color: #3681FC !important;
  21. }
  22. .c_pub_button_confirm + .c_pub_button_confirm {
  23. margin-left: 20px;
  24. }
  25. .c_pub_button_add {
  26. color: #0061FF;
  27. background-color: #fff;
  28. border: 1.5px solid #0061FF;
  29. padding: 0 12px;
  30. font-size: 14px;
  31. min-width: 64px;
  32. font-weight: 500;
  33. border-radius: 4px;
  34. box-sizing: border-box;
  35. cursor: pointer;
  36. transition: all 0.2s ease-in-out;
  37. height: 36px;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. line-height: 1;
  42. }
  43. .c_pub_button_add:hover {
  44. background: #E0EAFB !important;
  45. /* background-color: #f0f4fa !important; */
  46. }
  47. .c_pub_button_add + .c_pub_button_add {
  48. margin-left: 20px;
  49. }
  50. .c_pub_button_return {
  51. color: #060E17;
  52. background-color: #F0F4FA;
  53. border: 1.5px solid #CAD1DC;
  54. padding: 0 24px;
  55. font-size: 14px;
  56. min-width: 64px;
  57. font-weight: 500;
  58. border-radius: 4px;
  59. box-sizing: border-box;
  60. cursor: pointer;
  61. transition: all 0.2s ease-in-out;
  62. height: 36px;
  63. display: flex;
  64. align-items: center;
  65. justify-content: center;
  66. line-height: 1;
  67. }
  68. .c_pub_button_return:hover {
  69. /* background-color: #e1e5ea !important; */
  70. /* background-color: #dbdbdb !important; */
  71. background: #CAD1DC !important;
  72. }
  73. .c_pub_button_return + .c_pub_button_return {
  74. margin-left: 20px;
  75. }
  76. .c_pub_button_return + .c_pub_button_confirm {
  77. margin-left: 20px;
  78. }
  79. .c_pub_button_delete {
  80. color: #717c8d;
  81. background-color: #e7ebf1;
  82. padding: 0 24px;
  83. font-size: 14px;
  84. min-width: 64px;
  85. font-weight: 500;
  86. border-radius: 4px;
  87. box-sizing: border-box;
  88. border: none;
  89. cursor: pointer;
  90. transition: all 0.2s ease-in-out;
  91. height: 36px;
  92. display: flex;
  93. align-items: center;
  94. justify-content: center;
  95. line-height: 1;
  96. }
  97. .c_pub_button_delete:hover {
  98. background-color: #e1e5ea !important;
  99. }
  100. .c_pub_button_delete + .c_pub_button_delete {
  101. margin-left: 20px;
  102. }
  103. .c_pub_button_delete + .c_pub_button_confirm {
  104. margin-left: 15px;
  105. }
  106. .pub_btn_template_img::before,
  107. .pub_btn_add_img2::before,
  108. .pub_btn_eval_img::before,
  109. .pub_btn_eval_source_img::before,
  110. .pub_btn_tool_img::before,
  111. .pub_btn_add_task_img::before,
  112. .pub_btn_finish_img::before,
  113. .pub_btn_last_img::before,
  114. .pub_btn_next_img::before,
  115. .pub_btn_return_img::before,
  116. .pub_btn_delete_img::before,
  117. .pub_btn_paste_img::before,
  118. .pub_btn_add_img::before {
  119. content: "";
  120. width: 17px;
  121. height: 17px;
  122. min-width: 17px;
  123. min-height: 17px;
  124. background-size: 100% 100%;
  125. display: block;
  126. margin-right: 7px;
  127. }
  128. .pub_btn_add_img::before {
  129. width: 20px;
  130. height: 20px;
  131. background-image: url(../icon/new/addStage.png);
  132. }
  133. .pub_btn_template_img::before{
  134. background-image: url(../icon/new/icon_template.png);
  135. }
  136. .pub_btn_add_img2::before {
  137. background-image: url(../icon/new/icon_add.png);
  138. }
  139. .pub_btn_paste_img::before {
  140. /* background-image: url(../icon/new/icon_paste.png); */
  141. background-image: url(../icon/new/aiPaste.png);
  142. }
  143. .pub_btn_finish_img::before {
  144. background-image: url(../icon/new/icon_finish.png);
  145. }
  146. .pub_btn_last_img::before {
  147. transform: rotate(180deg);
  148. background-image: url(../icon/new/icon_last.png);
  149. /* background-image: url(../icon/new/icon_last.png); */
  150. }
  151. .pub_btn_next_img::before {
  152. background-image: url(../icon/new/icon_next.png);
  153. }
  154. .pub_btn_return_img::before {
  155. background-image: url(../icon/new/icon_return.png);
  156. }
  157. .pub_btn_delete_img::before {
  158. background-image: url(../icon/new/delete_u.png);
  159. }
  160. .pub_btn_add_task_img::before {
  161. background-image: url(../icon/new/icon_addTask.png);
  162. }
  163. .pub_btn_tool_img::before {
  164. background-image: url(../icon/new/course_icon_tool.png);
  165. }
  166. .pub_btn_eval_img::before {
  167. background-image: url(../icon/new/icon_setting.png);
  168. }
  169. .pub_btn_eval_source_img::before{
  170. background-image: url(../icon/new/icon_setting.png);
  171. }
  172. .r_pub_button_edit,
  173. .r_pub_button_op,
  174. .r_pub_button_retrun {
  175. color: #0061FF;
  176. font-size: 14px;
  177. cursor: pointer;
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. }
  182. .r_pub_button_retrun::before {
  183. content: "";
  184. width: 14px;
  185. height: 14px;
  186. min-width: 14px;
  187. min-height: 14px;
  188. background-size: 100% 100%;
  189. display: block;
  190. margin-right: 7px;
  191. background-image: url(../icon/new/icon_return2.png);
  192. }
  193. .r_pub_button_op::before {
  194. content: "";
  195. width: 14px;
  196. height: 14px;
  197. min-width: 14px;
  198. min-height: 14px;
  199. background-size: 100% 100%;
  200. display: block;
  201. margin-right: 7px;
  202. background-image: url(../icon/new/u_op.png);
  203. }
  204. .r_pub_button_course {
  205. color: #fff;
  206. background-color: #0061FF;
  207. font-size: 16px;
  208. font-weight: 500;
  209. border-radius: 4px;
  210. box-sizing: border-box;
  211. border: none;
  212. cursor: pointer;
  213. transition: all 0.2s ease-in-out;
  214. padding: 12px 20px;
  215. display: flex;
  216. align-items: center;
  217. justify-content: center;
  218. line-height: 1;
  219. position: relative;
  220. }
  221. .r_pub_button_course::before {
  222. content: "";
  223. width: 14px;
  224. height: 14px;
  225. min-width: 14px;
  226. min-height: 14px;
  227. background-size: 100% 100%;
  228. display: block;
  229. margin-right: 7px;
  230. background-image: url(../icon/new/upload.png);
  231. }
  232. .pub_test_btn {
  233. color: #101010;
  234. background-color: rgb(240, 242, 245);
  235. padding: 8px 10px;
  236. font-size: 16px;
  237. min-width: 100px;
  238. font-weight: 500;
  239. border-radius: 4px;
  240. box-sizing: border-box;
  241. border: none;
  242. cursor: pointer;
  243. transition: all 0.2s ease-in-out;
  244. display: flex;
  245. align-items: center;
  246. justify-content: left;
  247. line-height: 1;
  248. }
  249. /* .pub_test_btn:has(+.pub_test_btn) {
  250. margin-right: 10px;
  251. } */
  252. .pub_test_btn {
  253. margin-right: 10px;
  254. }
  255. .pub_test_btn_text::before,
  256. .pub_test_btn_choose::before,
  257. .pub_test_btn_page::before,
  258. .pub_test_btn_group::before,
  259. .pub_test_btn_course::before,
  260. .pub_test_btn_eva::before,
  261. .pub_test_btn_time::before,
  262. .pub_test_btn_file::before {
  263. content: "";
  264. width: 18px;
  265. height: 18px;
  266. min-width: 14px;
  267. min-height: 14px;
  268. background-size: 100% 100%;
  269. display: block;
  270. margin-right: 7px;
  271. }
  272. .pub_test_btn_text::before {
  273. background-image: url(../icon/test/type_text_icon.png);
  274. }
  275. .pub_test_btn_choose::before {
  276. background-image: url(../icon/test/type_check_icon.png);
  277. }
  278. .pub_test_btn_file::before {
  279. background-image: url(../icon/test/type_file_icon.png);
  280. }
  281. .pub_test_btn_page::before {
  282. background-image: url(../icon/test/type_page_icon.png);
  283. }
  284. .pub_test_btn_group::before {
  285. background-image: url(../icon/test/type_group_icon.png);
  286. }
  287. .pub_test_btn_course::before {
  288. background-image: url(../icon/test/type_course_icon.png);
  289. }
  290. .pub_test_btn_eva::before {
  291. background-image: url(../icon/test/type_eva_icon.png);
  292. }
  293. .pub_test_btn_time::before {
  294. background-image: url(../icon/test/type_time_icon.png);
  295. }
  296. .test_icon{
  297. display: inline-block;
  298. width: 18px;
  299. height: 18px;
  300. background-size: 100% 100%;
  301. cursor: pointer;
  302. position: relative;
  303. top: 3px;
  304. margin-right: 5px;
  305. }
  306. .test_icon_check{
  307. background-image: url('../icon/test/type_check_icon.png');
  308. }
  309. .test_icon_checkO{
  310. background-image: url('../icon/test/type_checkO_icon.png');
  311. }
  312. .test_icon_gap{
  313. background-image: url('../icon/test/type_text_icon.png');
  314. }
  315. .test_icon_file{
  316. background-image: url('../icon/test/type_file_icon.png');
  317. }
  318. .test_course_file{
  319. background-image: url('../icon/test/type_course_icon.png');
  320. }
  321. .test_eva_file{
  322. background-image: url('../icon/test/type_eva_icon.png');
  323. }
  324. .test_icon_time{
  325. background-image: url('../icon/test/type_time_icon.png');
  326. }
  327. .dataBoard_check_box {
  328. display: flex;
  329. align-items: center;
  330. margin: 5px auto;
  331. width: fit-content;
  332. height: 35px;
  333. background: #FFFFFF8C;
  334. border-radius: 3px;
  335. font-size: 14px;
  336. padding: 5px;
  337. box-sizing: border-box;
  338. }
  339. .dataBoard_check_box>div {
  340. height: 100%;
  341. display: flex;
  342. align-items: center;
  343. padding: 0 12px;
  344. cursor: pointer;
  345. color: #00000099;
  346. }
  347. .dataBoard_check_box>.active {
  348. background: #fff;
  349. }
  350. .dataBoard_check_box>.active>span {
  351. background-image: linear-gradient(90deg, #3673E8 0%, #AD88FD 100%);
  352. -webkit-background-clip: text;
  353. -webkit-text-fill-color: transparent;
  354. }
  355. .dataBoard_check_box>.icon::before {
  356. content: '';
  357. width: 16px;
  358. height: 16px;
  359. background-size: 100% 100%;
  360. margin-right: 5px;
  361. }
  362. .dataBoard_check_box>.rl_icon::before {
  363. background-image: url('../icon/dataCheck/rl_icon_data.png');
  364. }
  365. .dataBoard_check_box>.yb_icon::before {
  366. background-image: url('../icon/dataCheck/yb_icon_data.png');
  367. }
  368. .dataBoard_check_box>.zz_icon::before {
  369. background-image: url('../icon/dataCheck/zz_icon_data.png');
  370. }
  371. .dataBoard_check_box>.zz_icon2::before {
  372. background-image: url('../icon/dataCheck/zz_icon_data2.png');
  373. }
  374. .dataBoard_check_box>.sd_icon::before {
  375. background-image: url('../icon/dataCheck/sd_icon_data.png');
  376. }
  377. .dataBoard_check_box>.ld_icon::before {
  378. background-image: url('../icon/dataCheck/ld_icon_data.png');
  379. }
  380. .dataBoard_check_box>.djzz_icon::before {
  381. background-image: url('../icon/dataCheck/djzz_icon_data.png');
  382. }
  383. .dataBoard_check_box>.hx_icon::before {
  384. background-image: url('../icon/dataCheck/hx_icon_data.png');
  385. }
  386. .dataBoard_check_box>.bz_icon::before {
  387. background-image: url('../icon/dataCheck/bz_icon_data.png');
  388. }
  389. .dataBoard_check_box>.active.rl_icon::before {
  390. background-image: url('../icon/dataCheck/rl_icon_data_active.png');
  391. }
  392. .dataBoard_check_box>.active.yb_icon::before {
  393. background-image: url('../icon/dataCheck/yb_icon_data_active.png');
  394. }
  395. .dataBoard_check_box>.active.zz_icon::before {
  396. background-image: url('../icon/dataCheck/zz_icon_data_active.png');
  397. }
  398. .dataBoard_check_box>.active.zz_icon2::before {
  399. background-image: url('../icon/dataCheck/zz_icon_data2_active.png');
  400. }
  401. .dataBoard_check_box>.active.sd_icon::before {
  402. background-image: url('../icon/dataCheck/sd_icon_data_active.png');
  403. }
  404. .dataBoard_check_box>.active.ld_icon::before {
  405. background-image: url('../icon/dataCheck/ld_icon_data_active.png');
  406. }
  407. .dataBoard_check_box>.active.djzz_icon::before {
  408. background-image: url('../icon/dataCheck/djzz_icon_data_active.png');
  409. }
  410. .dataBoard_check_box>.active.hx_icon::before {
  411. background-image: url('../icon/dataCheck/hx_icon_data_active.png');
  412. }
  413. .dataBoard_check_box>.active.bz_icon::before {
  414. background-image: url('../icon/dataCheck/bz_icon_data_active.png');
  415. }
  416. .el-table__column-filter-trigger i{
  417. background-image: url('../icon/test/test_table_arrow.png');
  418. background-size: 100% 100%;
  419. width: 15px;
  420. height: 15px;
  421. }
  422. .el-table__column-filter-trigger i::before{
  423. content: '';
  424. }