血透系统pad前端

vux.less 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. @namespace: vux;
  2. @theme-color: #04BE02;
  3. @opacity-disabled: 0.5;
  4. @popover-bg-color:#fff;
  5. /**
  6. * actionsheet
  7. */
  8. @actionsheet-label-primary-color: #1AAD19;
  9. @actionsheet-label-warn-color: #E64340;
  10. @actionsheet-label-default-color: #000;
  11. @actionsheet-label-disabled-color: #ccc;
  12. /**
  13. * datetime
  14. */
  15. @datetime-header-item-font-color: @theme-color;
  16. @datetime-header-item-cancel-font-color: #828282;
  17. @datetime-header-item-confirm-font-color: @datetime-header-item-font-color;
  18. /**
  19. * tabbar
  20. */
  21. @tabbar-text-active-color: #09BB07;
  22. /**
  23. * tab
  24. */
  25. @tab-text-disabled-color: #ddd;
  26. @tab-text-default-color: #666;
  27. @tab-text-active-color: @theme-color;
  28. @tab-bar-active-color: @theme-color;
  29. /**
  30. * dialog
  31. */
  32. @dialog-button-text-primary-color: #0BB20C;
  33. @dialog-button-text-default-color: #353535;
  34. @dialog-button-text-warn-color: #E64340;
  35. @dialog-width: 80%; // also affects alert confirm
  36. @dialog-max-width: 300px; // also affects alert confirm
  37. /**
  38. * x-number
  39. */
  40. @number-button-font-color: #3cc51f;
  41. @number-input-font-color: #666;
  42. @number-button-enabled-border-color: #ececec;
  43. @number-square-button-enabled-border-color: @number-button-enabled-border-color;
  44. @number-round-button-enabled-border-color: @number-button-font-color;
  45. @number-button-disabled-border-color: @number-button-enabled-border-color;
  46. @number-round-button-disabled-border-color: @number-button-enabled-border-color;
  47. /**
  48. * checkbox
  49. */
  50. @checkbox-icon-color-checked: #09BB07;
  51. /**
  52. * check-icon
  53. */
  54. @check-icon-color-checked: @checkbox-icon-color-checked;
  55. /**
  56. * Cell
  57. */
  58. @cell-label-color: #000;
  59. @cell-font-size: 17px;
  60. @cell-tips-font-size: 14px;
  61. @cell-default-arrow-color: #C8C8CD;
  62. @cell-disabled-arrow-color: #e2e2e2;
  63. @cell-default-arrow-border-width: 2px;
  64. @cell-default-arrow-width: 6px;
  65. @cell-value-color: #999;
  66. @cell-placeholder-color: #999;
  67. /**
  68. * Mask
  69. */
  70. @dialog-mask-background: rgba(0, 0, 0, .6);
  71. /**
  72. * Range
  73. */
  74. @range-disabled-opacity: @opacity-disabled;
  75. @range-bar-default-color: #a9acb1;
  76. @range-bar-active-color: @theme-color;
  77. /**
  78. * Tabbar
  79. */
  80. @tabbar-index: 100;
  81. /**
  82. * Header
  83. */
  84. @header-background-color: #35495e;
  85. @header-title-color: #fff;
  86. @header-text-color: #ccc;
  87. @header-arrow-color: #ccc;
  88. /**
  89. * Timeline
  90. */
  91. @timeline-item-bg-color: @theme-color;
  92. /**
  93. * Switch
  94. */
  95. @switch-checked-bg-color: @theme-color;
  96. @switch-checked-border-color: @theme-color;
  97. @switch-disabled-opacity: 0.6;
  98. @switch-height: 32px;
  99. /**
  100. * Button
  101. */
  102. @button-global-border-radius: 5px;
  103. @button-global-font-color: #FFFFFF;
  104. @button-global-margin-top: 15px;
  105. @button-global-height: 42px;
  106. @button-global-disabled-font-color: rgba(255,255,255,.6);
  107. @button-global-active-font-color: rgba(255,255,255,.6);
  108. @button-global-font-size: 18px;
  109. @button-warn-bg-color: #E64340;
  110. @button-warn-active-color: #CE3C39;
  111. @button-warn-disabled-bg-color: #EC8B89;
  112. @button-default-bg-color: #F8F8F8;
  113. @button-default-font-color: #000000;
  114. @button-default-active-bg-color: #DEDEDE;
  115. @button-default-disabled-font-color: rgba(0,0,0,.3);
  116. @button-default-disabled-bg-color: #F7F7F7;
  117. @button-default-active-font-color: rgba(0,0,0,.6);
  118. @button-primary-bg-color: #1AAD19;
  119. @button-primary-active-bg-color: #179B16;
  120. @button-primary-disabled-bg-color: #9ED99D;
  121. /**
  122. * swipeout
  123. */
  124. @swipeout-button-primary-bg-color: @button-primary-bg-color;
  125. @swipeout-button-warn-bg-color: @button-warn-bg-color;
  126. @swipeout-button-default-bg-color: #c8c7cd;
  127. @swipeout-content-bg-color: #FFF;
  128. @swipeout-button-font-color: #FFF;
  129. /**
  130. * Cell
  131. */
  132. @cell-body-label-color: #000;
  133. /**
  134. * Badge
  135. */
  136. @badge-bg-color: #f74c31;
  137. /**
  138. * Popover
  139. */
  140. // @popover-bg-color: #35495e;
  141. @popover-font-color: #fff;
  142. @popover-border-radius: 3px;
  143. @popover-border-width: 5px;
  144. /**
  145. * Button tab
  146. */
  147. @button-tab-border-width: 1px;
  148. @button-tab-border-radius: 16px;
  149. @button-tab-border-color: @theme-color;
  150. @button-tab-default-border-color: @button-tab-border-color;
  151. @button-tab-active-border-color: @button-tab-border-color;
  152. @button-tab-default-background-color: #fdfdfd;
  153. @button-tab-active-background-color: @theme-color;
  154. @button-tab-active-font-color: #FFF; /* alias */
  155. @button-tab-active-text-color: @button-tab-active-font-color;
  156. @button-tab-default-text-color: #999;
  157. @button-tab-height: 30px;
  158. @button-tab-line-height: 31px;
  159. /**
  160. * Swiper
  161. */
  162. @swiper-indicator-active-color: @theme-color;
  163. /**
  164. * checklist
  165. */
  166. @checklist-icon-active-color: #09BB07;
  167. /**
  168. * popup-picker
  169. */
  170. @popup-picker-header-text-color: @theme-color;
  171. @popup-picker-header-bg-color: #fbf9fe;
  172. @popup-picker-header-font-size: 16px;
  173. @popup-picker-header-cancel-text-color: #828282;
  174. /**
  175. * popup
  176. */
  177. @popup-background-color: #eee;
  178. /**
  179. * popup-header
  180. */
  181. @popup-header-height: 44px;
  182. @popup-header-bg-color: #fbf9fe;
  183. @popup-header-font-size: 16px;
  184. @popup-header-left-text-color: #828282;
  185. @popup-header-right-text-color: @theme-color;
  186. @popup-header-title-text-color: #222;
  187. @popup-header-left-text-padding: 15px;
  188. @popup-header-right-text-padding: 15px;
  189. /**
  190. * form-preview
  191. */
  192. @form-preview-button-primary-color: #0BB20C;
  193. /**
  194. * sticky
  195. */
  196. @sticky-zindex: 500;
  197. /**
  198. * group
  199. */
  200. @group-title-margin-top: .77em;
  201. @group-title-margin-bottom: .3em;
  202. @group-footer-title-margin-top: .3em;
  203. @group-footer-title-margin-bottom: .77em;
  204. /**
  205. * toast
  206. */
  207. @toast-content-font-size: 16px;
  208. @toast-top: 180px;
  209. @toast-position-top-offset: 10px;
  210. @toast-position-bottom-offset: 10px;
  211. @toast-z-index: 5001;
  212. /**
  213. * icon
  214. */
  215. @icon-success-color: #09BB07;
  216. /**
  217. * calendar
  218. */
  219. @calendar-arrow-color: @theme-color;
  220. @calendar-highlight-color: #E59313;
  221. @calendar-selected-bg-color: @theme-color;
  222. @calendar-disabled-font-color: #c0c0c0;
  223. @calendar-today-font-color: @theme-color;
  224. @calendar-date-item-font-size: 16px;
  225. @calendar-bg-color: #fff;
  226. @calendar-each-date-item-size: 26px;
  227. @calendar-each-date-item-line-height: 25px;
  228. @calendar-header-day-item-color: #000;
  229. /**
  230. * week-calendar
  231. */
  232. @week-calendar-bg: #fff;
  233. @week-calendar-each-date-item-size: 26px;
  234. @week-calendar-each-date-item-line-height: 25px;
  235. @week-calendar-each-date-item-color: #444;
  236. @week-calendar-selected-item-bg-color: @theme-color;
  237. @week-calendar-selected-item-text-color: #fff;
  238. @week-calendar-dot-color: #f74c31;
  239. @week-calendar-header-day-item-color: #000;
  240. /**
  241. * search
  242. */
  243. @search-cancel-font-color: #09BB07;
  244. @search-bg-color: #EFEFF4;
  245. @search-placeholder-font-color: #9B9B9B;
  246. /**
  247. * radio
  248. */
  249. @radio-checked-icon-color: #09BB07;
  250. /**
  251. * loadmore
  252. */
  253. @load-more-line-color: #E5E5E5;