button.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .c_pub_button_confirm {
  2. color: #fff;
  3. background-color: #3681fc;
  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: #4f7cd5 !important;
  21. }
  22. .c_pub_button_confirm + .c_pub_button_confirm {
  23. margin-left: 20px;
  24. }
  25. .c_pub_button_add {
  26. color: #3681fc;
  27. background-color: #fff;
  28. border: 2px solid #86b3fd;
  29. padding: 0 24px;
  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-color: #f0f4fa !important;
  45. }
  46. .c_pub_button_add + .c_pub_button_add {
  47. margin-left: 20px;
  48. }
  49. .c_pub_button_return {
  50. color: #3681fc;
  51. background-color: #e7ebf1;
  52. padding: 0 24px;
  53. font-size: 14px;
  54. min-width: 64px;
  55. font-weight: 500;
  56. border-radius: 4px;
  57. box-sizing: border-box;
  58. border: none;
  59. cursor: pointer;
  60. transition: all 0.2s ease-in-out;
  61. height: 36px;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. line-height: 1;
  66. }
  67. .c_pub_button_return:hover {
  68. /* background-color: #e1e5ea !important; */
  69. background-color: #dbdbdb !important;
  70. }
  71. .c_pub_button_return + .c_pub_button_return {
  72. margin-left: 20px;
  73. }
  74. .c_pub_button_return + .c_pub_button_confirm {
  75. margin-left: 40px;
  76. }
  77. .c_pub_button_delete {
  78. color: #717c8d;
  79. background-color: #e7ebf1;
  80. padding: 0 24px;
  81. font-size: 14px;
  82. min-width: 64px;
  83. font-weight: 500;
  84. border-radius: 4px;
  85. box-sizing: border-box;
  86. border: none;
  87. cursor: pointer;
  88. transition: all 0.2s ease-in-out;
  89. height: 36px;
  90. display: flex;
  91. align-items: center;
  92. justify-content: center;
  93. line-height: 1;
  94. }
  95. .c_pub_button_delete:hover {
  96. background-color: #e1e5ea !important;
  97. }
  98. .c_pub_button_delete + .c_pub_button_delete {
  99. margin-left: 20px;
  100. }
  101. .c_pub_button_delete + .c_pub_button_confirm {
  102. margin-left: 15px;
  103. }
  104. .pub_btn_add_img2::before,
  105. .pub_btn_finish_img::before,
  106. .pub_btn_last_img::before,
  107. .pub_btn_next_img::before,
  108. .pub_btn_return_img::before,
  109. .pub_btn_delete_img::before,
  110. .pub_btn_paste_img::before,
  111. .pub_btn_add_img::before {
  112. content: "";
  113. width: 17px;
  114. height: 17px;
  115. min-width: 17px;
  116. min-height: 17px;
  117. background-size: 100% 100%;
  118. display: block;
  119. margin-right: 7px;
  120. }
  121. .pub_btn_add_img::before {
  122. background-image: url(../icon/new/addStage.png);
  123. }
  124. .pub_btn_add_img2::before {
  125. background-image: url(../icon/new/icon_add.png);
  126. }
  127. .pub_btn_paste_img::before {
  128. background-image: url(../icon/new/icon_paste.png);
  129. }
  130. .pub_btn_finish_img::before {
  131. background-image: url(../icon/new/icon_finish.png);
  132. }
  133. .pub_btn_last_img::before {
  134. background-image: url(../icon/new/icon_last.png);
  135. }
  136. .pub_btn_next_img::before {
  137. background-image: url(../icon/new/icon_next.png);
  138. }
  139. .pub_btn_return_img::before {
  140. background-image: url(../icon/new/icon_return.png);
  141. }
  142. .pub_btn_delete_img::before {
  143. background-image: url(../icon/new/delete_u.png);
  144. }
  145. .r_pub_button_retrun {
  146. color: #3681fc;
  147. font-size: 14px;
  148. cursor: pointer;
  149. display: flex;
  150. align-items: center;
  151. justify-content: center;
  152. }
  153. .r_pub_button_retrun::before {
  154. content: "";
  155. width: 14px;
  156. height: 14px;
  157. min-width: 14px;
  158. min-height: 14px;
  159. background-size: 100% 100%;
  160. display: block;
  161. margin-right: 7px;
  162. background-image: url(../icon/new/icon_return.png);
  163. }
  164. .r_pub_button_course {
  165. color: #fff;
  166. background-color: #466b99;
  167. font-size: 16px;
  168. font-weight: 500;
  169. border-radius: 4px;
  170. box-sizing: border-box;
  171. border: none;
  172. cursor: pointer;
  173. transition: all 0.2s ease-in-out;
  174. padding: 12px 20px;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. line-height: 1;
  179. position: relative;
  180. }
  181. .r_pub_button_course::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/upload.png);
  191. }