cloud-platform.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. .cloud_name {
  2. color: #44bcfc;
  3. font-weight: 700 !important;
  4. font-size: 45px !important;
  5. margin-left: 4px;
  6. }
  7. .login_area {
  8. position: absolute;
  9. width: 500px;
  10. right: 150px;
  11. margin-top: 150px;
  12. display: block;
  13. }
  14. .login_row {
  15. float: left;
  16. width: 100%;
  17. margin-bottom: 25px;
  18. }
  19. .account_input {
  20. float: left;
  21. width: 96%;
  22. height: 40px;
  23. line-height: 40px;
  24. border-style: none none solid none;
  25. background-color: transparent;
  26. border-color: transparent transparent #ddd transparent;
  27. border-width: 0 0 1px 0;
  28. font-size: 22px;
  29. color: #fff !important;
  30. padding-left: 10px;
  31. }
  32. .cloud_platform_login {
  33. width: 100% !important;
  34. height: 50px !important;
  35. line-height: 50px !important;
  36. font-size: 25px !important;
  37. color: #fff !important;
  38. border: 0 !important;
  39. letter-spacing: 10px;
  40. border-radius: 2px;
  41. background: linear-gradient(90deg, #6764e2, #46ebff) !important;
  42. }
  43. .login_desc {
  44. float: left;
  45. width: 100%;
  46. height: 35px;
  47. line-height: 35px;
  48. color: #ffffffb3;
  49. margin-bottom: 10px;
  50. }
  51. .login_desc > i {
  52. float: left;
  53. font-size: 30px;
  54. }
  55. .login_desc > span {
  56. font-size: 20px;
  57. padding-left: 6px;
  58. letter-spacing: 2px;
  59. }
  60. .system-name {
  61. float: left;
  62. font-size: 2.5rem;
  63. background: linear-gradient(180deg, #fff 0%, #a285e1 100%);
  64. background-clip: border-box;
  65. -webkit-background-clip: text;
  66. -webkit-text-fill-color: transparent;
  67. margin: 1rem 0 0 3rem;
  68. height: 40px;
  69. line-height: 4rem;
  70. font-family: "微软雅黑" !important;
  71. }
  72. .top-center {
  73. margin: 0 auto;
  74. width: 50%;
  75. height: 100%;
  76. color: #FFFFFF;
  77. }
  78. .main_title {
  79. font-size: 1.6rem;
  80. height: 42px;
  81. line-height: 42px;
  82. font-weight: bold;
  83. float: left;
  84. width: 100%;
  85. text-align: center;
  86. }
  87. .sub_title {
  88. float: left;
  89. width: 100%;
  90. text-align: center;
  91. height: 28px;
  92. color: #ede6e6;
  93. line-height: 28px;
  94. font-size: 1rem;
  95. }
  96. .platform_menu {
  97. height: 36px;
  98. line-height: 36px;
  99. padding-top: 0px;
  100. padding-bottom: 0px;
  101. cursor: pointer;
  102. }
  103. .platform_menu_sub {
  104. padding-left: 45px !important;
  105. cursor: pointer;
  106. }
  107. .sub_title > span {
  108. color: gold;
  109. padding-left: 10px;
  110. }
  111. .login-box {
  112. border-bottom: 1px solid #323b3f;
  113. background-color: transparent;
  114. color: #ffffffe8;
  115. font-size: 22px;
  116. padding-left: 5px;
  117. letter-spacing: 5px;
  118. outline: none;
  119. border-style: none none solid none;
  120. }
  121. .cloud-platform-icon {
  122. float: left;
  123. font-size: 65px;
  124. margin-top: 0px;
  125. margin-right: 0px;
  126. background: linear-gradient(332deg, #00C1F0 0%, #E9FBFF 100%);
  127. -webkit-background-clip: text;
  128. -webkit-text-fill-color: transparent;
  129. width: 80px;
  130. }
  131. .children-content {
  132. padding: 10px 20px;
  133. }
  134. .children-content > div {
  135. margin: 0 auto;
  136. width: 100%;
  137. }
  138. .home-top {
  139. width: 98%;
  140. margin: 0 auto;
  141. height: 100px;
  142. cursor: default;
  143. }
  144. .home-top > div {
  145. float: left;
  146. width: 33.3%;
  147. height: 100%;
  148. }
  149. .top-run {
  150. width: 75%;
  151. margin: 0 auto;
  152. height: 100%;
  153. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  154. background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  155. background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  156. background: -o-linear-gradient(#0089db, #0073b7) !important;
  157. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  158. color: #fff;
  159. }
  160. .top-alert {
  161. width: 75%;
  162. margin: 0 auto;
  163. height: 100%;
  164. background: #605ca8 !important;
  165. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffb800), color-stop(1, #d7e916)) !important;
  166. background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  167. background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  168. background: -o-linear-gradient(#9491c4, #605ca8) !important;
  169. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  170. color: #fff;
  171. }
  172. .top-finish {
  173. width: 75%;
  174. margin: 0 auto;
  175. height: 100%;
  176. background: #18bc9c !important;
  177. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #18bc9c), color-stop(1, #1cdcb6)) !important;
  178. background: -ms-linear-gradient(bottom, #18bc9c, #1cdcb6) !important;
  179. background: -moz-linear-gradient(center bottom, #18bc9c 0%, #1cdcb6 100%) !important;
  180. background: -o-linear-gradient(#1cdcb6, #18bc9c) !important;
  181. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cdcb6', endColorstr='#18bc9c', GradientType=0) !important;
  182. color: #fff;
  183. }
  184. .percent-box {
  185. float: left;
  186. width: 35%;
  187. height: 100px;
  188. text-align: center;
  189. }
  190. .percent-title-box {
  191. float: left;
  192. height: 100%;
  193. width: 65%;
  194. }
  195. .percent-title {
  196. float: left;
  197. height: 50%;
  198. width: 100%;
  199. }
  200. .percent-title > span {
  201. font-size: 20px;
  202. line-height: 50px;
  203. float: left;
  204. font-weight: bold;
  205. }
  206. .icon-size {
  207. font-size: 20px;
  208. float: right;
  209. margin: 10px;
  210. }
  211. .spinner {
  212. width: 50px;
  213. height: 10px;
  214. text-align: center;
  215. font-size: 10px;
  216. display: inline-block;
  217. }
  218. .spinner > div {
  219. vertical-align: middle;
  220. background-color: #67CF22;
  221. height: 100%;
  222. width: 6px;
  223. display: inline-block;
  224. -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  225. animation: stretchdelay 1.2s infinite ease-in-out;
  226. }
  227. .spinner .rect2 {
  228. -webkit-animation-delay: -1.1s;
  229. animation-delay: -1.1s;
  230. }
  231. .spinner .rect3 {
  232. -webkit-animation-delay: -1.0s;
  233. animation-delay: -1.0s;
  234. }
  235. .spinner .rect4 {
  236. -webkit-animation-delay: -0.9s;
  237. animation-delay: -0.9s;
  238. }
  239. .spinner .rect5 {
  240. -webkit-animation-delay: -0.8s;
  241. animation-delay: -0.8s;
  242. }
  243. @-webkit-keyframes stretchdelay {
  244. 0%, 40%, 100% {
  245. -webkit-transform: scaleY(0.4)
  246. }
  247. 20% {
  248. -webkit-transform: scaleY(1.0)
  249. }
  250. }
  251. @keyframes stretchdelay {
  252. 0%, 40%, 100% {
  253. transform: scaleY(0.4);
  254. -webkit-transform: scaleY(0.4);
  255. }
  256. 20% {
  257. transform: scaleY(1.0);
  258. -webkit-transform: scaleY(1.0);
  259. }
  260. }
  261. .content_top {
  262. padding: 10px;
  263. line-height: 25px;
  264. text-align: center;
  265. border: 1px solid #dddddd;
  266. font-size: 16px;
  267. }
  268. .hidden {
  269. display: none !important;
  270. }
  271. .switchgear_checktag {
  272. background-color: transparent;
  273. margin-left: 0;
  274. padding: 0 5px;
  275. border-radius: 3px;
  276. color: #e1dddd;
  277. cursor: pointer;
  278. vertical-align: middle;
  279. }
  280. #dataitemlist {
  281. position: absolute;
  282. width: 200px;
  283. height: auto;
  284. display: block;
  285. background-color: #2a3948;
  286. color: #aeadad;
  287. font-size: 0.8rem;
  288. padding: 5px;
  289. line-height: 22px;
  290. }
  291. #dataitemlist .selected {
  292. color: #ededed;
  293. }
  294. #dataitemlist i {
  295. vertical-align: middle;
  296. margin-right: 0.5rem;
  297. }
  298. .data_collapse {
  299. float: left;
  300. width: 400px;
  301. height: 40px;
  302. line-height: 40px;
  303. padding: 0px;
  304. }
  305. .dropdown_combox {
  306. width: 350px;
  307. text-align: left;
  308. height: 37px;
  309. line-height: 37px;
  310. color: #000;
  311. border-radius: 0;
  312. padding: 0 0 0 10px;
  313. background-color: transparent;
  314. border: 1px solid #ddd !important;
  315. }
  316. .main_headline {
  317. margin-top: 2rem;
  318. font-weight: 700;
  319. height: 30px;
  320. line-height: 30px;
  321. }
  322. .task_result_row {
  323. color: #aaa5a5;
  324. padding-left: 15px;
  325. margin: 10px 0px;
  326. }
  327. .task_result_row > span {
  328. line-height: 30px;
  329. }
  330. .history_data_area {
  331. float: left;
  332. width: 100%;
  333. height: 100%;
  334. padding: 0px;
  335. }
  336. .history_data_area > div {
  337. float: left;
  338. width: 49%;
  339. height: 100%;
  340. }
  341. .title_conter {
  342. float: left;
  343. width: 100%;
  344. height: 32px;
  345. font-size: 1.2rem;
  346. line-height: 32px;
  347. text-align: center;
  348. letter-spacing: 2px;
  349. font-weight: 700;
  350. color: #2b1ab9;
  351. }
  352. /*数据项*/
  353. .data_item {
  354. width: 100%;
  355. float: left;
  356. position: relative;
  357. background: #fff;
  358. border: 1px solid #eee;
  359. padding: 10px 0px;
  360. z-index: 1;
  361. }
  362. .page_message_empty {
  363. height: 30px;
  364. line-height: 30px;
  365. color: #000000;
  366. width: 425px;
  367. margin: 0 auto;
  368. display: none;
  369. }
  370. .page_message_empty > i {
  371. float: left;
  372. font-size: 1.5rem;
  373. color: orangered;
  374. }
  375. .page_message_empty > span {
  376. float: left;
  377. height: 30px;
  378. line-height: 30px;
  379. font-size: 1.2rem;
  380. margin-left: 5px;
  381. }
  382. .animImage {
  383. -webkit-animation-name: imageAnim;
  384. -webkit-animation-duration: 1s;
  385. -webkit-animation-iteration-count: infinite;
  386. -webkit-animation-direction: alternate;
  387. -webkit-animation-timing-function: ease;
  388. -webkit-animation-play-state: running;
  389. }
  390. @-webkit-keyframes imageAnim {
  391. 0% {
  392. opacity: 1;
  393. }
  394. 50% {
  395. opacity: 0.8;
  396. }
  397. 80% {
  398. opacity: 0.5;
  399. }
  400. 100% {
  401. opacity: 0;
  402. }
  403. }