123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- .c_pub_button_confirm {
- color: #fff;
- background-color: #0061FF;
- padding: 0 24px;
- font-size: 14px;
- min-width: 64px;
- font-weight: 500;
- border-radius: 4px;
- box-sizing: border-box;
- border: none;
- cursor: pointer;
- transition: all 0.2s ease-in-out;
- height: 36px;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
- .c_pub_button_confirm:hover {
- background-color: #3681FC !important;
- }
- .c_pub_button_confirm + .c_pub_button_confirm {
- margin-left: 20px;
- }
- .c_pub_button_add {
- color: #0061FF;
- background-color: #fff;
- border: 1.5px solid #0061FF;
- padding: 0 12px;
- font-size: 14px;
- min-width: 64px;
- font-weight: 500;
- border-radius: 4px;
- box-sizing: border-box;
- cursor: pointer;
- transition: all 0.2s ease-in-out;
- height: 36px;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
- .c_pub_button_add:hover {
- background: #E0EAFB !important;
- /* background-color: #f0f4fa !important; */
- }
- .c_pub_button_add + .c_pub_button_add {
- margin-left: 20px;
- }
- .c_pub_button_return {
- color: #060E17;
- background-color: #F0F4FA;
- border: 1.5px solid #CAD1DC;
- padding: 0 24px;
- font-size: 14px;
- min-width: 64px;
- font-weight: 500;
- border-radius: 4px;
- box-sizing: border-box;
- cursor: pointer;
- transition: all 0.2s ease-in-out;
- height: 36px;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
- .c_pub_button_return:hover {
- /* background-color: #e1e5ea !important; */
- /* background-color: #dbdbdb !important; */
- background: #CAD1DC !important;
- }
- .c_pub_button_return + .c_pub_button_return {
- margin-left: 20px;
- }
- .c_pub_button_return + .c_pub_button_confirm {
- margin-left: 20px;
- }
- .c_pub_button_delete {
- color: #717c8d;
- background-color: #e7ebf1;
- padding: 0 24px;
- font-size: 14px;
- min-width: 64px;
- font-weight: 500;
- border-radius: 4px;
- box-sizing: border-box;
- border: none;
- cursor: pointer;
- transition: all 0.2s ease-in-out;
- height: 36px;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
- .c_pub_button_delete:hover {
- background-color: #e1e5ea !important;
- }
- .c_pub_button_delete + .c_pub_button_delete {
- margin-left: 20px;
- }
- .c_pub_button_delete + .c_pub_button_confirm {
- margin-left: 15px;
- }
- .pub_btn_add_img2::before,
- .pub_btn_add_task_img::before,
- .pub_btn_finish_img::before,
- .pub_btn_last_img::before,
- .pub_btn_next_img::before,
- .pub_btn_return_img::before,
- .pub_btn_delete_img::before,
- .pub_btn_paste_img::before,
- .pub_btn_add_img::before {
- content: "";
- width: 17px;
- height: 17px;
- min-width: 17px;
- min-height: 17px;
- background-size: 100% 100%;
- display: block;
- margin-right: 7px;
- }
- .pub_btn_add_img::before {
- width: 20px;
- height: 20px;
- background-image: url(../icon/new/addStage.png);
- }
- .pub_btn_add_img2::before {
- background-image: url(../icon/new/icon_add.png);
- }
- .pub_btn_paste_img::before {
- /* background-image: url(../icon/new/icon_paste.png); */
- background-image: url(../icon/new/aiPaste.png);
- }
- .pub_btn_finish_img::before {
- background-image: url(../icon/new/icon_finish.png);
- }
- .pub_btn_last_img::before {
- transform: rotate(180deg);
- background-image: url(../icon/new/icon_last.png);
- /* background-image: url(../icon/new/icon_last.png); */
- }
- .pub_btn_next_img::before {
- background-image: url(../icon/new/icon_next.png);
- }
- .pub_btn_return_img::before {
- background-image: url(../icon/new/icon_return.png);
- }
- .pub_btn_delete_img::before {
- background-image: url(../icon/new/delete_u.png);
- }
- .pub_btn_add_task_img::before {
- background-image: url(../icon/new/icon_addTask.png);
- }
- .r_pub_button_retrun {
- color: #0061FF;
- font-size: 14px;
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .r_pub_button_retrun::before {
- content: "";
- width: 14px;
- height: 14px;
- min-width: 14px;
- min-height: 14px;
- background-size: 100% 100%;
- display: block;
- margin-right: 7px;
- background-image: url(../icon/new/icon_return2.png);
- }
- .r_pub_button_course {
- color: #fff;
- background-color: #466b99;
- font-size: 16px;
- font-weight: 500;
- border-radius: 4px;
- box-sizing: border-box;
- border: none;
- cursor: pointer;
- transition: all 0.2s ease-in-out;
- padding: 12px 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- position: relative;
- }
- .r_pub_button_course::before {
- content: "";
- width: 14px;
- height: 14px;
- min-width: 14px;
- min-height: 14px;
- background-size: 100% 100%;
- display: block;
- margin-right: 7px;
- background-image: url(../icon/new/upload.png);
- }
|