官网 管理后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comm.css 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @font-face {
  2. font-family: "Glyphicons Halflings";
  3. src: url("../librarys/bootstrap@3.4.1/fonts/glyphicons-halflings-regular.eot");
  4. src: url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.eot?#iefix")
  5. format("embedded-opentype"),
  6. url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.woff")
  7. format("woff"),
  8. url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.ttf")
  9. format("truetype"),
  10. url("../librarys/bootstrap@3.4.1/fonts//glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
  11. format("svg");
  12. }
  13. html,
  14. body {
  15. margin: 0;
  16. padding: 0;
  17. user-select: none;
  18. }
  19. .my_theme_color {
  20. color: #2d8cf0;
  21. }
  22. .my_theme_bg {
  23. background-color: #2d8cf0;
  24. }
  25. .del_color {
  26. color: #ff001e;
  27. }
  28. .tip_modal {
  29. width: 400px;
  30. }
  31. .page_box {
  32. margin: 0 auto;
  33. margin-top: 16px;
  34. text-align: right;
  35. }
  36. .page_box > div {
  37. display: inline-block;
  38. margin-left: 6px;
  39. width: 30px;
  40. line-height: 30px;
  41. color: #666;
  42. text-align: center;
  43. border-radius: 4px;
  44. border: 1px solid #ccc;
  45. background-color: #fff;
  46. cursor: pointer;
  47. }
  48. .page_box .page_num:hover,
  49. .page_box .page_num.selected {
  50. color: #fff;
  51. border: 1px solid #2d8cf0;
  52. background-color: #2d8cf0;
  53. }
  54. .page_box .page_prev.disabled,
  55. .page_box .page_next.disabled {
  56. cursor: not-allowed;
  57. }