index.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .sidebar {
  2. .mini_bar {
  3. width: 50px;
  4. height: 45px;
  5. border-top-left-radius: 28px;
  6. border-bottom-left-radius: 28px;
  7. text-align: center;
  8. font-size: 24px;
  9. background: white;
  10. position: fixed;
  11. bottom: 50px;
  12. right: 50px;
  13. cursor: pointer;
  14. z-index: 99;
  15. box-shadow: 0 0 6px 0 rgba(0, 21, 41, 0.35);
  16. img {
  17. width: 28px;
  18. height: 28px;
  19. }
  20. }
  21. :global {
  22. .drawer {
  23. z-index: 999;
  24. }
  25. }
  26. }
  27. .content {
  28. width: 336px;
  29. height: 100%;
  30. background: #fff;
  31. :global {
  32. .ant-switch-checked {
  33. background-color: #87d068;
  34. }
  35. .ant-list-item {
  36. padding-top: 7px;
  37. padding-bottom: 7px;
  38. }
  39. }
  40. }
  41. .layoutSetting {
  42. margin: 5px;
  43. display: flex;
  44. .item {
  45. cursor: pointer;
  46. width: 70px;
  47. height: 44px;
  48. text-align: center;
  49. margin: 8px;
  50. }
  51. }
  52. .color_block {
  53. width: 38px;
  54. height: 22px;
  55. margin: 4px;
  56. margin-right: 12px;
  57. display: inline-block;
  58. vertical-align: middle;
  59. background: #002140;
  60. border-radius: 2px;
  61. }
  62. .color_block_title {
  63. display: inline-block;
  64. font-size: 14px;
  65. color: rgba(0, 0, 0, 0.65);
  66. line-height: 22px;
  67. }
  68. .bodyTitle {
  69. font-size: 14px;
  70. color: rgba(0, 0, 0, 0.85);
  71. line-height: 22px;
  72. margin-bottom: 10px;
  73. }