cnofd.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. .horizontalToolbarSeparator {
  2. display: inline-block;
  3. margin: 0 10px -2px;
  4. width: 1px;
  5. height: 15px;
  6. background-color: rgba(255,255,255,.5);
  7. -webkit-box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
  8. box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
  9. }
  10. .btn-icon {
  11. display: -webkit-box;
  12. display: -ms-flexbox;
  13. display: flex;
  14. cursor: pointer;
  15. -webkit-box-pack: center;
  16. -ms-flex-pack: center;
  17. justify-content: center;
  18. -webkit-box-align: center;
  19. -ms-flex-align: center;
  20. align-items: center;
  21. height: 28px;
  22. padding-left: 10px;
  23. padding-right: 10px;
  24. //background-color: rgb(59, 95, 232);
  25. border-radius: 1px;
  26. border-color: #44AAFF;
  27. font-weight: 500;
  28. font-size: 14px;
  29. color: white;
  30. margin: 1px;
  31. }
  32. .btn-icon :active {
  33. color: rgb(0, 245, 255);
  34. }
  35. .btn-icon :hover {
  36. color: rgb(0, 245, 255);
  37. }
  38. .text-icon {
  39. display: -webkit-box;
  40. display: -ms-flexbox;
  41. display: flex;
  42. cursor: pointer;
  43. -webkit-box-pack: center;
  44. -ms-flex-pack: center;
  45. justify-content: center;
  46. -webkit-box-align: center;
  47. -ms-flex-align: center;
  48. align-items: center;
  49. height: 28px;
  50. width: 90%;
  51. background-color: rgb(59, 95, 232);
  52. border-radius: 1px;
  53. border-color: #44AAFF;
  54. font-weight: 500;
  55. font-size: 10px;
  56. color: white;
  57. margin-top: 20px;
  58. }
  59. .select-icon {
  60. display: -webkit-box;
  61. display: -ms-flexbox;
  62. display: flex;
  63. cursor: pointer;
  64. -webkit-box-pack: center;
  65. -ms-flex-pack: center;
  66. justify-content: center;
  67. -webkit-box-align: center;
  68. -ms-flex-align: center;
  69. align-items: center;
  70. height: 28px;
  71. padding-left: 10px;
  72. padding-right: 10px;
  73. border-radius: 1px;
  74. border-color: #44AAFF;
  75. font-weight: 500;
  76. font-size: 14px;
  77. color: #44AAFF;
  78. margin: 1px;
  79. }
  80. .hidden {
  81. display: none !important;
  82. }
  83. .left-section {
  84. position: fixed;
  85. width: 0px;
  86. height: 100%;
  87. background:#F5F5F5;
  88. border: 1px solid #e8e8e8;
  89. -webkit-box-align: center;
  90. -ms-flex-align: center;
  91. align-items: center;
  92. display: -webkit-box;
  93. display: -ms-flexbox;
  94. display: flex;
  95. -webkit-box-orient: vertical;
  96. -webkit-box-direction: normal;
  97. -ms-flex-direction: column;
  98. flex-direction: column
  99. }
  100. .main-section {
  101. padding-top: 0px;
  102. margin-left: 0px;
  103. display: -webkit-box;
  104. display: -ms-flexbox;
  105. display: flex;
  106. -webkit-box-orient: vertical;
  107. -webkit-box-direction: normal;
  108. -ms-flex-direction: column;
  109. flex-direction: column;
  110. -webkit-box-align: center;
  111. -ms-flex-align: center;
  112. align-items: center;
  113. -webkit-box-pack: center;
  114. -ms-flex-pack: center;
  115. justify-content: center;
  116. background: #F2F2F2;
  117. overflow: hidden;
  118. position: relative;
  119. }
  120. .main-section-font {
  121. background: white;
  122. margin-left: 88px;
  123. display: -webkit-box;
  124. display: -ms-flexbox;
  125. display: flex;
  126. -ms-flex-wrap: wrap;
  127. flex-wrap: wrap;
  128. }
  129. @media (max-width: 767px) {
  130. .left-section {
  131. position: fixed;
  132. width: 0px;
  133. height: 100%;
  134. background:#F5F5F5;
  135. border: 1px solid #e8e8e8;
  136. -webkit-box-align: center;
  137. -ms-flex-align: center;
  138. align-items: center;
  139. display: none;
  140. -webkit-box-orient: vertical;
  141. -webkit-box-direction: normal;
  142. -ms-flex-direction: column;
  143. flex-direction: column;
  144. }
  145. .main-section {
  146. padding-top: 0px;
  147. margin-left:0px;
  148. display: -webkit-box;
  149. display: -ms-flexbox;
  150. display: flex;
  151. -webkit-box-orient: vertical;
  152. -webkit-box-direction: normal;
  153. -ms-flex-direction: column;
  154. flex-direction: column;
  155. -webkit-box-align: center;
  156. -ms-flex-align: center;
  157. align-items: center;
  158. -webkit-box-pack: center;
  159. -ms-flex-pack: center;
  160. justify-content: center;
  161. background: #808080;
  162. overflow: hidden
  163. }
  164. .main-section-font {
  165. background: white;
  166. margin-left: 0px;
  167. display: -webkit-box;
  168. display: -ms-flexbox;
  169. display: flex;
  170. -ms-flex-wrap: wrap;
  171. flex-wrap: wrap;
  172. }
  173. }
  174. #app {
  175. font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  176. -webkit-font-smoothing: antialiased;
  177. -moz-osx-font-smoothing: grayscale;
  178. text-align: center;
  179. color: #2c3e50;
  180. }
  181. body { margin: 0; }
  182. @font-face {
  183. font-family: "simsun";
  184. src: url(./fonts/simsun.woff);
  185. }
  186. @font-face {
  187. font-family: "simkai";
  188. src: url(./fonts/simkai.woff);
  189. }
  190. @font-face {
  191. font-family: "simhei";
  192. src: url(./fonts/simhei.woff);
  193. }
  194. .gray {
  195. -webkit-filter: grayscale(100%);
  196. -moz-filter: grayscale(100%);
  197. -ms-filter: grayscale(100%);
  198. -o-filter: grayscale(100%);
  199. filter: grayscale(100%);
  200. -webkit-filter: gray;
  201. filter: gray;
  202. }