button.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  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_op,
  173. .r_pub_button_retrun {
  174. color: #0061FF;
  175. font-size: 14px;
  176. cursor: pointer;
  177. display: flex;
  178. align-items: center;
  179. justify-content: center;
  180. }
  181. .r_pub_button_retrun::before {
  182. content: "";
  183. width: 14px;
  184. height: 14px;
  185. min-width: 14px;
  186. min-height: 14px;
  187. background-size: 100% 100%;
  188. display: block;
  189. margin-right: 7px;
  190. background-image: url(../icon/new/icon_return2.png);
  191. }
  192. .r_pub_button_op::before {
  193. content: "";
  194. width: 14px;
  195. height: 14px;
  196. min-width: 14px;
  197. min-height: 14px;
  198. background-size: 100% 100%;
  199. display: block;
  200. margin-right: 7px;
  201. background-image: url(../icon/new/u_op.png);
  202. }
  203. .r_pub_button_course {
  204. color: #fff;
  205. background-color: #0061FF;
  206. font-size: 16px;
  207. font-weight: 500;
  208. border-radius: 4px;
  209. box-sizing: border-box;
  210. border: none;
  211. cursor: pointer;
  212. transition: all 0.2s ease-in-out;
  213. padding: 12px 20px;
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. line-height: 1;
  218. position: relative;
  219. }
  220. .r_pub_button_course::before {
  221. content: "";
  222. width: 14px;
  223. height: 14px;
  224. min-width: 14px;
  225. min-height: 14px;
  226. background-size: 100% 100%;
  227. display: block;
  228. margin-right: 7px;
  229. background-image: url(../icon/new/upload.png);
  230. }
  231. .pub_test_btn {
  232. color: #101010;
  233. background-color: rgb(240, 242, 245);
  234. padding: 8px 10px;
  235. font-size: 16px;
  236. min-width: 100px;
  237. font-weight: 500;
  238. border-radius: 4px;
  239. box-sizing: border-box;
  240. border: none;
  241. cursor: pointer;
  242. transition: all 0.2s ease-in-out;
  243. display: flex;
  244. align-items: center;
  245. justify-content: left;
  246. line-height: 1;
  247. }
  248. /* .pub_test_btn:has(+.pub_test_btn) {
  249. margin-right: 10px;
  250. } */
  251. .pub_test_btn {
  252. margin-right: 10px;
  253. }
  254. .pub_test_btn_text::before,
  255. .pub_test_btn_choose::before,
  256. .pub_test_btn_page::before,
  257. .pub_test_btn_group::before,
  258. .pub_test_btn_course::before,
  259. .pub_test_btn_eva::before,
  260. .pub_test_btn_file::before {
  261. content: "";
  262. width: 18px;
  263. height: 18px;
  264. min-width: 14px;
  265. min-height: 14px;
  266. background-size: 100% 100%;
  267. display: block;
  268. margin-right: 7px;
  269. }
  270. .pub_test_btn_text::before {
  271. background-image: url(../icon/test/type_text_icon.png);
  272. }
  273. .pub_test_btn_choose::before {
  274. background-image: url(../icon/test/type_check_icon.png);
  275. }
  276. .pub_test_btn_file::before {
  277. background-image: url(../icon/test/type_file_icon.png);
  278. }
  279. .pub_test_btn_page::before {
  280. background-image: url(../icon/test/type_page_icon.png);
  281. }
  282. .pub_test_btn_group::before {
  283. background-image: url(../icon/test/type_group_icon.png);
  284. }
  285. .pub_test_btn_course::before {
  286. background-image: url(../icon/test/type_course_icon.png);
  287. }
  288. .pub_test_btn_eva::before {
  289. background-image: url(../icon/test/type_eva_icon.png);
  290. }
  291. .test_icon{
  292. display: inline-block;
  293. width: 18px;
  294. height: 18px;
  295. background-size: 100% 100%;
  296. cursor: pointer;
  297. position: relative;
  298. top: 3px;
  299. margin-right: 5px;
  300. }
  301. .test_icon_check{
  302. background-image: url('../icon/test/type_check_icon.png');
  303. }
  304. .test_icon_checkO{
  305. background-image: url('../icon/test/type_checkO_icon.png');
  306. }
  307. .test_icon_gap{
  308. background-image: url('../icon/test/type_text_icon.png');
  309. }
  310. .test_icon_file{
  311. background-image: url('../icon/test/type_file_icon.png');
  312. }
  313. .test_course_file{
  314. background-image: url('../icon/test/type_course_icon.png');
  315. }
  316. .test_eva_file{
  317. background-image: url('../icon/test/type_eva_icon.png');
  318. }
  319. .dataBoard_check_box {
  320. display: flex;
  321. align-items: center;
  322. margin: 5px auto;
  323. width: fit-content;
  324. height: 35px;
  325. background: #FFFFFF8C;
  326. border-radius: 3px;
  327. font-size: 14px;
  328. padding: 5px;
  329. box-sizing: border-box;
  330. }
  331. .dataBoard_check_box>div {
  332. height: 100%;
  333. display: flex;
  334. align-items: center;
  335. padding: 0 12px;
  336. cursor: pointer;
  337. color: #00000099;
  338. }
  339. .dataBoard_check_box>.active {
  340. background: #fff;
  341. }
  342. .dataBoard_check_box>.active>span {
  343. background-image: linear-gradient(90deg, #3673E8 0%, #AD88FD 100%);
  344. -webkit-background-clip: text;
  345. -webkit-text-fill-color: transparent;
  346. }
  347. .dataBoard_check_box>.icon::before {
  348. content: '';
  349. width: 16px;
  350. height: 16px;
  351. background-size: 100% 100%;
  352. margin-right: 5px;
  353. }
  354. .dataBoard_check_box>.rl_icon::before {
  355. background-image: url('../icon/dataCheck/rl_icon_data.png');
  356. }
  357. .dataBoard_check_box>.yb_icon::before {
  358. background-image: url('../icon/dataCheck/yb_icon_data.png');
  359. }
  360. .dataBoard_check_box>.zz_icon::before {
  361. background-image: url('../icon/dataCheck/zz_icon_data.png');
  362. }
  363. .dataBoard_check_box>.zz_icon2::before {
  364. background-image: url('../icon/dataCheck/zz_icon_data2.png');
  365. }
  366. .dataBoard_check_box>.sd_icon::before {
  367. background-image: url('../icon/dataCheck/sd_icon_data.png');
  368. }
  369. .dataBoard_check_box>.ld_icon::before {
  370. background-image: url('../icon/dataCheck/ld_icon_data.png');
  371. }
  372. .dataBoard_check_box>.djzz_icon::before {
  373. background-image: url('../icon/dataCheck/djzz_icon_data.png');
  374. }
  375. .dataBoard_check_box>.hx_icon::before {
  376. background-image: url('../icon/dataCheck/hx_icon_data.png');
  377. }
  378. .dataBoard_check_box>.bz_icon::before {
  379. background-image: url('../icon/dataCheck/bz_icon_data.png');
  380. }
  381. .dataBoard_check_box>.active.rl_icon::before {
  382. background-image: url('../icon/dataCheck/rl_icon_data_active.png');
  383. }
  384. .dataBoard_check_box>.active.yb_icon::before {
  385. background-image: url('../icon/dataCheck/yb_icon_data_active.png');
  386. }
  387. .dataBoard_check_box>.active.zz_icon::before {
  388. background-image: url('../icon/dataCheck/zz_icon_data_active.png');
  389. }
  390. .dataBoard_check_box>.active.zz_icon2::before {
  391. background-image: url('../icon/dataCheck/zz_icon_data2_active.png');
  392. }
  393. .dataBoard_check_box>.active.sd_icon::before {
  394. background-image: url('../icon/dataCheck/sd_icon_data_active.png');
  395. }
  396. .dataBoard_check_box>.active.ld_icon::before {
  397. background-image: url('../icon/dataCheck/ld_icon_data_active.png');
  398. }
  399. .dataBoard_check_box>.active.djzz_icon::before {
  400. background-image: url('../icon/dataCheck/djzz_icon_data_active.png');
  401. }
  402. .dataBoard_check_box>.active.hx_icon::before {
  403. background-image: url('../icon/dataCheck/hx_icon_data_active.png');
  404. }
  405. .dataBoard_check_box>.active.bz_icon::before {
  406. background-image: url('../icon/dataCheck/bz_icon_data_active.png');
  407. }
  408. .el-table__column-filter-trigger i{
  409. background-image: url('../icon/test/test_table_arrow.png');
  410. background-size: 100% 100%;
  411. width: 15px;
  412. height: 15px;
  413. }
  414. .el-table__column-filter-trigger i::before{
  415. content: '';
  416. }