sidebar.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. @import './handle.scss';
  2. //全局按钮样式修改
  3. uni-button[type='primary'] {
  4. @include font_color('fontColor');
  5. @include background_color('backgroundColor');
  6. border-width: 0px !important;
  7. }
  8. .u-button--primary {
  9. @include background_color('backgroundColor');
  10. @include border_color('backgroundColor');
  11. }
  12. //全局背景样式修改
  13. .theme-back {
  14. @include background_color('backgroundColor');
  15. }
  16. /*
  17. * 页面样式 开始
  18. * @/pages/xunJian/plan/components/siteDetails.vue
  19. * @/pages/xunJian/plan/components/content.vue
  20. */
  21. .siteHeader {
  22. .u-icon__icon {
  23. font-size: 14px !important;
  24. line-height: 14px !important;
  25. margin: auto !important;
  26. }
  27. }
  28. /*
  29. * 页面样式 结束
  30. * @/pages/xunJian/plan/components/siteDetails.vue
  31. * @/pages/xunJian/plan/components/content.vue
  32. */
  33. //标题栏样式 开始
  34. .uni-section .uni-section-header {
  35. padding: 0 !important;
  36. .uni-section-header__decoration {
  37. height: 14px !important;
  38. @include background_color('backgroundColor');
  39. }
  40. .uni-section-header__content {
  41. uni-text {
  42. font-size: 15px !important;
  43. // color: #149eff !important;
  44. @include font_color('backgroundColor');
  45. font-weight: 600 !important;
  46. }
  47. }
  48. }
  49. //标题栏样式 结束
  50. //复选框样式 开始
  51. .u-checkbox-group {}
  52. //复选框样式 结束
  53. //日历样式 开始
  54. .uni-calendar {
  55. .uni-calendar__content {
  56. .uni-calendar__box {
  57. .uni-calendar__weeks {
  58. .uni-calendar__weeks-item {
  59. .uni-calendar-item--isDay-text {
  60. @include font_color('backgroundColor');
  61. }
  62. .uni-calendar-item--isDay {
  63. @include background_color('backgroundColor');
  64. @include font_color('fontColor');
  65. }
  66. .uni-calendar-item--checked {
  67. @include background_color('backgroundColor');
  68. }
  69. }
  70. }
  71. }
  72. }
  73. }
  74. //日历样式 结束
  75. .deviceManage {
  76. @include background_color('backgroundColor');
  77. @include font_color('fontColor');
  78. }
  79. //自定义头部导航样式 开始
  80. .u-navbar {
  81. .u-navbar--fixed {
  82. .u-navbar__content {
  83. @include background_color('backgroundColor');
  84. }
  85. }
  86. }
  87. //自定义头部导航样式 结束
  88. //iconfont样式 开始
  89. .menu-list .menu-item-box .menu-icon {
  90. @include font_color('backgroundColor');
  91. }
  92. //iconfont样式 结束