Main.scss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. $circle-border-radius: dynamic(50%);
  2. $base-border-color: dynamic(#ddd);
  3. $lightest-color: dynamic(#fff);
  4. $font-weight: dynamic(400);
  5. $font-weight-bold: dynamic(500);
  6. $accordion-header-background-color: dynamic($lightest-color);
  7. $accordion-header-color: dynamic(#333);
  8. $treelist-nav-ui: (
  9. padding: 0 10px,
  10. background-color: $panel-navigation-background-color,
  11. toolstrip-background-color: #32404e,
  12. tool-float-indicator-color: $panel-header-background-color,
  13. tool-float-indicator-width: 5px,
  14. tool-indicator-selected-color: $panel-header-background-color,
  15. tool-indicator-selected-width: 5px,
  16. tool-selected-background-color: mix(white, $panel-navigation-background-color, 10%),
  17. item-expanded-background-color: #2c3845,
  18. item-line-height: $panel-navigation-item-line-height,
  19. row-over-background-color: mix(white, $panel-navigation-background-color, 5%),
  20. row-selected-background-color: mix(white, $panel-navigation-background-color, 10%),
  21. item-icon-color: $panel-navigation-item-text-color,
  22. item-expander-color: #fff,
  23. item-text-color: #ADB3B8,
  24. item-icon-over-color: #fff,
  25. item-expander-over-color: #fff,
  26. item-text-over-color: mix(white, $panel-navigation-item-text-color, 50%),
  27. item-text-font-size: 14px,
  28. item-icon-font-size: 18px,
  29. //item-icon-width: 44px,
  30. item-expander-font-size: 16px,
  31. item-expander-width: 24px,
  32. row-indicator-width: 5px,
  33. row-indicator-selected-color: $panel-header-background-color,
  34. row-indicator-selected-over-color: lighten($panel-header-background-color, 7%),
  35. row-indicator-over-color: transparent
  36. );
  37. .x-treelist-item-text{
  38. padding-left: 10px;
  39. }
  40. .main-right-tabpanel {
  41. .x-panel-bodyWrap {
  42. #main-tab-panel-body {
  43. background: #EEF4F9;
  44. }
  45. }
  46. }
  47. .main-logo-wrap {
  48. background-color: $base-color;
  49. height: 70px;
  50. font-size: 16px;
  51. font-weight: $font-weight-bold;
  52. color: $lightest-color;
  53. margin-left: 17px;
  54. .main-logo {
  55. background: #34BAF6;
  56. img {
  57. width: 54px;
  58. height: 54px;
  59. top: 5px;
  60. left: 16px;
  61. position: relative;
  62. }
  63. .logo-text {
  64. // font-family: 'pingFangSC-Regular';
  65. font-size: 18px;
  66. color: #FFFFFF;
  67. text-align: left;
  68. top: 23px;
  69. position: absolute;
  70. right: 28px;
  71. }
  72. }
  73. }
  74. .main-headerbar {
  75. padding: 0 30px 0 0;
  76. position: fixed;
  77. width: 100%;
  78. z-index: 10;
  79. border: none;
  80. .header-right-profile-image {
  81. border-radius: 20px;
  82. background: url(../../../../resources/images/default/user-profile-default.png) 0 0 no-repeat;
  83. background-position: center;
  84. }
  85. }
  86. .top-english-button {
  87. .x-btn-icon-el {
  88. width: 21px;
  89. height: 14px;
  90. }
  91. }
  92. .collapsed {
  93. .x-tree-elbow-img {
  94. display: none;
  95. }
  96. .x-tree-node-text {
  97. display: none;
  98. }
  99. }
  100. .x-grid-cell{
  101. position: relative;
  102. }
  103. .x-treelist-item-tool {
  104. height: $panel-navigation-item-line-height;
  105. &.hot-icon:after,
  106. &.new-icon:after {
  107. background: $panel-header-background-color;
  108. content: '';
  109. }
  110. }
  111. //Add border around html editor field
  112. .x-html-editor-input {
  113. border: 1px solid #ccc;
  114. }
  115. .x-query-menu {
  116. width:68px !important;
  117. }
  118. .x-query-menu .x-menu-item-text-default.x-menu-item-indent-no-separator {
  119. margin-left: 11px !important;
  120. }
  121. .x-tbar-display {
  122. margin-top: 2.5px !important;
  123. }
  124. .x-tbar-display .x-form-display-field-default {
  125. font: 400 16px/17px 'Microsoft YaHei';
  126. }
  127. .x-gudie-information{
  128. width: 64px;
  129. height: 64px;
  130. background: url(../../../../resources/images/guide/information.png) 0 0 no-repeat;
  131. }
  132. .x-gudie-end{
  133. width: 64px;
  134. height: 64px;
  135. background: url(../../../../resources/images/guide/end.png) 0 0 no-repeat;
  136. }
  137. .x-guide-background{
  138. background-size: 100% 100% !important;
  139. background: url(../../../../resources/images/guide/background.png) no-repeat;
  140. }
  141. .x-grid-checkcolumn-btn {
  142. margin-top: -1px;
  143. width: 34px;
  144. height: 21px;
  145. background: url(../../../../resources/images/grid/uncheck.png) 0 0 no-repeat;
  146. }
  147. .x-grid-checkcolumn-checked-btn {
  148. margin-top: 0px;
  149. width: 34px;
  150. height: 21px;
  151. background: url(../../../../resources/images/grid/check.png) 0 0 no-repeat;
  152. }
  153. body > .x-mask {
  154. background-image: none;
  155. background-color: rgba(142, 141, 141, 0.75);
  156. }
  157. .icon-usoftchina{
  158. margin-top: 0px;
  159. background: url(../../../../resources/images/nav/usoftchina.png) 0 0 no-repeat;
  160. }
  161. .icon-userGuite{
  162. margin-top: 0px;
  163. background: url(../../../../resources/images/nav/userGuite.png) 0 0 no-repeat;
  164. background-size: 16px 16px;
  165. background-position: center;
  166. }
  167. .icon-userBook{
  168. margin-top: 0px;
  169. background: url(../../../../resources/images/nav/userBook.png) 0 0 no-repeat;
  170. background-size: 16px 16px;
  171. background-position: center;
  172. }
  173. .icon-commonQuestion{
  174. margin-top: 0px;
  175. background: url(../../../../resources/images/nav/commonQuestion.png) 0 0 no-repeat;
  176. background-size: 16px 16px;
  177. background-position: center;
  178. }
  179. .icon-serviceOnline{
  180. margin-top: 0px;
  181. background: url(../../../../resources/images/nav/serviceOnline.png) 0 0 no-repeat;
  182. background-size: 16px 16px;
  183. background-position: center;
  184. }
  185. .icon-accountCenter{
  186. margin-top: 0px;
  187. background: url(../../../../resources/images/nav/accountCenter.png) 0 0 no-repeat;
  188. background-size: 16px 16px;
  189. background-position: center;
  190. }
  191. .icon-feedback{
  192. margin-top: 0px;
  193. background: url(../../../../resources/images/nav/feedback.png) 0 0 no-repeat;
  194. background-size: 16px 16px;
  195. background-position: center;
  196. }
  197. .x-guide-mask{
  198. -webkit-filter: grayscale(100%);
  199. -moz-filter: grayscale(100%);
  200. -ms-filter: grayscale(100%);
  201. -o-filter: grayscale(100%);
  202. filter: grayscale(100%);
  203. filter: gray;
  204. }