AlwaysDifferent.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. body, html{
  2. position:absolute;
  3. height:100%;
  4. width:100%;
  5. margin:0px;
  6. padding:0px;
  7. overflow:hidden;
  8. background: #f6f5f5;
  9. }
  10. .layui-breadcrumb {
  11. display:inline-block;
  12. }
  13. .xzqBtn {
  14. cursor: pointer;
  15. }
  16. .topLeft{
  17. width: 50%;
  18. height: 50%;
  19. position: absolute;
  20. top: 0px;
  21. left:0px;
  22. }
  23. .topRight{
  24. width: 50%;
  25. height: 50%;
  26. position: fixed;
  27. top: 0px;
  28. right:0px;
  29. }
  30. .bottomLeft{
  31. width: 50%;
  32. height: 50%;
  33. position: absolute;
  34. /* top: 50%; */
  35. right:0px;
  36. }
  37. .bottomRight{
  38. width: 50%;
  39. height: 50%;
  40. position: absolute;
  41. top: 50%;
  42. left:0px;
  43. }
  44. .borderStyle{
  45. /*background: #f6f5f5;*/
  46. /*border: 1px solid darkseagreen;*/
  47. text-align: center;
  48. vertical-align: middle;
  49. font-size: 20px;
  50. color: darkblue;
  51. font-weight: bold;
  52. /*padding: 10px;*/
  53. }
  54. .queryInput{
  55. display: inline-block !important;
  56. width: 100px !important;
  57. height: 30px !important;
  58. line-height: 1 !important;
  59. position: relative !important;
  60. top: -4px !important;
  61. margin-right: 3px !important;
  62. }
  63. .querySpan{
  64. display: inline-block;
  65. color: #5470c6;
  66. text-align: center;
  67. margin-right: 5px;
  68. position: relative;
  69. top: -3px;
  70. font-size: 14px;
  71. }
  72. .loading{
  73. position: absolute;
  74. height: 100%;
  75. width: 100%;
  76. background: #ffffffd6;
  77. z-index: 999999;
  78. text-align: center;
  79. vertical-align: middle;
  80. font-size: 20px;
  81. font-weight: bold;
  82. color: #0000cdeb;
  83. }
  84. .containerClass{
  85. width:100%;
  86. height:100%;
  87. background: white;
  88. border-radius: 8px;
  89. }
  90. .XZQDiv{
  91. position: absolute;
  92. top: 62px;
  93. width: auto;
  94. text-align: left;
  95. font-size: 14px;
  96. padding-left: 50px;
  97. color: #5470c6;
  98. }
  99. .XZQSM{
  100. position: absolute;
  101. bottom: 20px;
  102. left: 75px;
  103. width: auto;
  104. text-align: left;
  105. font-size: 12px;
  106. padding-right: 50px;
  107. color: rgb(72, 72, 72);
  108. }
  109. .XZQDJ {
  110. position: absolute;
  111. top: -70px;
  112. right: 45px;
  113. width: 25%;
  114. height: 100%;
  115. }
  116. .splitLine{
  117. width: 100%;
  118. height: 3px;
  119. position: absolute;
  120. background: #f6f5f5;
  121. top: 38px;
  122. z-index: 9;
  123. }
  124. .titleClass{
  125. height: 25px;
  126. background: white;
  127. margin: 10px;
  128. border-radius: 8px 8px 0px 0px;
  129. text-align: left;
  130. color: #5470c6;
  131. font-size: 16px;
  132. font-weight: bold;
  133. font-family: ui-serif;
  134. padding-left: 10px;
  135. }
  136. .titleClass1{
  137. height: 25px;
  138. background: white;
  139. border-radius: 8px 8px 0px 0px;
  140. text-align: left;
  141. color: #5470c6;
  142. font-size: 16px;
  143. font-weight: bold;
  144. font-family: ui-serif;
  145. width: calc(100% - 20px);
  146. margin-top: 10px !important;
  147. line-height: 25px !important;
  148. }
  149. #yearSlide{
  150. width: 200px;
  151. font-size: 15px;
  152. display: inline;
  153. margin-left: 10px;
  154. }
  155. #yearSlideContainer{
  156. /*display: inline-block;*/
  157. display: none;
  158. width: 226px;
  159. margin: 2px 2px 2px 10px;
  160. }
  161. .yearSpan{
  162. }
  163. .titleImage{
  164. width: 18px;
  165. height: 18px;
  166. margin-top: -4px;
  167. }
  168. div::-webkit-scrollbar {/*滚动条整体样式*/
  169. width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  170. height: 8px;
  171. scrollbar-arrow-color:red;
  172. }
  173. div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  174. border-radius: 5px;
  175. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  176. background: #5470c687;
  177. scrollbar-arrow-color:red;
  178. }
  179. div::-webkit-scrollbar-track {/*滚动条里面轨道*/
  180. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  181. border-radius: 0;
  182. background: rgba(0,0,0,0.15);
  183. }
  184. /* 时间轴样式 */
  185. .time_line_box {
  186. position: absolute;
  187. top: 90px;
  188. left: 30px;
  189. height: 60px;
  190. overflow: hidden;
  191. width: 200px;
  192. }
  193. .time_line {
  194. position: absolute;
  195. z-index: 1;
  196. left: 0;
  197. top: 49px;
  198. height: 2px;
  199. background: #dfdfdf;
  200. -webkit-transition: -webkit-transform 0.4s;
  201. -moz-transition: -moz-transform 0.4s;
  202. transition: transform 0.4s;
  203. }
  204. .order_item {
  205. position: absolute;
  206. bottom: 0;
  207. z-index: 2;
  208. text-align: center;
  209. font-size: 13px;
  210. padding-bottom: 15px;
  211. color: #825FFB;
  212. }
  213. .order_item:after {
  214. content: '';
  215. position: absolute;
  216. left: 50%;
  217. right: auto;
  218. transform: translateX(-50%);
  219. bottom: -5px;
  220. height: 10px;
  221. width: 10px;
  222. border-radius: 50%;
  223. border: 2px solid #dfdfdf;
  224. background-color: #f8f8f8;
  225. }
  226. .selected:after {
  227. background-color: #845FFD;
  228. border-color: #845FFD;
  229. }
  230. .filling_line {
  231. position: absolute;
  232. z-index: 1;
  233. left: 0;
  234. top: 0;
  235. height: 100%;
  236. width: 100%;
  237. background-color: #845FFD;
  238. transform-origin: left center;
  239. transition-property: transform;
  240. transition-duration: 0.3s;
  241. transition-timing-function: initial;
  242. transition-delay: initial;
  243. }
  244. .time_tip {
  245. width: 100%;
  246. height: 100px;
  247. line-height: 70px;
  248. text-align: center;
  249. color: #151BFD;
  250. border-bottom: 1px solid #ddd;
  251. }