button.css 12 KB

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