index.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362
  1. .shadowbox {
  2. background-color: rgba(0, 0, 0, 0.6);
  3. position: fixed;
  4. width: 100%;
  5. height: 100%;
  6. z-index: 1009
  7. }
  8. * {
  9. box-sizing: border-box;
  10. }
  11. body {
  12. font-family: "Microsoft YaHei";
  13. }
  14. input {
  15. font-family: "Microsoft YaHei";
  16. }
  17. .nav-fixed>.shadowbox {
  18. z-index: 2;
  19. }
  20. body>.shadowbox {
  21. top: 0px;
  22. z-index: 1000;
  23. }
  24. /* .nav-mobile-right{
  25. min-width: 880px;
  26. } */
  27. .nav-mobile-right::after {
  28. content: '';
  29. height: 0;
  30. /*高度为0*/
  31. line-height: 0;
  32. /*行高为0*/
  33. display: block;
  34. /*将文本转为块级元素*/
  35. visibility: hidden;
  36. /*将元素隐藏*/
  37. clear: both;
  38. /*清除浮动*/
  39. }
  40. .translatable_sketch_name {
  41. margin-left: 0;
  42. border-radius: 15px;
  43. background: #2940ad;
  44. height: 35px;
  45. width: 170px;
  46. color: #fff;
  47. text-indent: 1em;
  48. border-bottom: none;
  49. }
  50. @media screen and (max-width: 1400px) {
  51. /* .translatable_help_board {
  52. display: none;
  53. } */
  54. .translatable_devices {
  55. display: none;
  56. }
  57. .translatable_language {
  58. display: none;
  59. }
  60. .translatable_login_title {
  61. display: none;
  62. }
  63. .translatable_storage {
  64. display: none;
  65. }
  66. .translatable_learn_board {
  67. display: none;
  68. }
  69. .translatable_labscenter {
  70. display: none;
  71. }
  72. #account_alias {
  73. display: none;
  74. }
  75. .translatable_sketch_name {
  76. width: 100px;
  77. }
  78. /* #iot_modules {
  79. width: 118px !important;
  80. } */
  81. #sketch_name {
  82. margin-left: 0 !important;
  83. /* width: 100px !important; */
  84. }
  85. }
  86. .shadow_container {
  87. position: relative;
  88. top: 6%;
  89. height: -moz-calc(100vh - 145px);
  90. /* Firefox */
  91. height: -webkit-calc(100vh - 145px);
  92. /* WebKit */
  93. height: -o-calc(100vh - 145px);
  94. /* Opera */
  95. height: calc(100vh - 105px);
  96. /* Standard */
  97. }
  98. .shadow_top {
  99. position: relative;
  100. transform: translate(-50%, -50%);
  101. width: 40%;
  102. max-width: 490px;
  103. border: dashed #fff;
  104. top: 50%;
  105. left: 50%;
  106. pointer-events: none;
  107. }
  108. .shadow_top>img {
  109. position: relative;
  110. width: 150px;
  111. transform: translateX(-50%);
  112. left: 50%;
  113. }
  114. .shadow_top>p {
  115. position: relative;
  116. margin: auto;
  117. font-size: 2rem;
  118. text-align: center;
  119. color: ghostwhite;
  120. padding-bottom: 20px;
  121. }
  122. #modal_preload {
  123. position: fixed;
  124. top: 0;
  125. left: 0;
  126. z-index: 1003;
  127. width: 100%;
  128. height: 100%;
  129. background-color: rgba(238, 238, 238, 0.3);
  130. }
  131. .preloader-wrapper {
  132. position: absolute;
  133. /* top: 30%;
  134. left: 45%; */
  135. z-index: 1001;
  136. width: 100px;
  137. height: 100px;
  138. }
  139. .preloader-wrapper.big {
  140. width: 128px;
  141. height: 128px;
  142. }
  143. .circle-clipper .circle {
  144. border-width: 8px;
  145. }
  146. .container {
  147. width: 90%;
  148. max-width: initial !important;
  149. /*padding-left: 1.5rem;
  150. padding-right: 1.5rem;*/
  151. z-index: 997;
  152. }
  153. .navcontainer {
  154. width: 90%;
  155. max-width: initial !important;
  156. padding-left: 1.5rem;
  157. padding-right: 1.5rem;
  158. z-index: 997;
  159. }
  160. .blocklyTreeIcon {
  161. background-image: none
  162. }
  163. .blocklyTreeRoot>div:nth-child(2)>div:nth-child(15) {
  164. margin-top: 10px;
  165. }
  166. .blocklyTreeRoot>div:nth-child(2)>div:nth-child(15)>div:nth-child(1) {
  167. padding-left: 0px;
  168. border-left: 8px solid rgb(91, 95, 166);
  169. color: #FFF;
  170. }
  171. .blocklyTreeRoot>div:nth-child(2)>div:nth-child(16)>div:nth-child(1) {
  172. padding-left: 0px;
  173. border-left: 8px solid rgb(91, 95, 166);
  174. color: #FFF;
  175. }
  176. .blocklyTreeRoot>div:nth-child(2)>div:nth-child(17)>div:nth-child(1) {
  177. padding-left: 0px;
  178. border-left: 8px solid rgb(126, 60, 202);
  179. color: #FFF;
  180. }
  181. .blocklyTreeRow {
  182. padding: 0px 16px 0px 0px !important;
  183. }
  184. /*devices*/
  185. .form-main {
  186. box-sizing: border-box;
  187. }
  188. .form-btn {
  189. /* padding: 24px 0; */
  190. text-align: center;
  191. height: 85px;
  192. line-height: 85px;
  193. box-sizing: border-box;
  194. }
  195. .form_eqmain {
  196. padding: 0 40px;
  197. }
  198. .form_eqtitle {
  199. margin: 15px 0;
  200. padding: 6px 8px;
  201. border-bottom: 1px solid #848484;
  202. }
  203. .form_eqtitle span {
  204. display: inline-block;
  205. font-size: 19px;
  206. }
  207. .form_eqtitle div {
  208. float: right;
  209. cursor: pointer;
  210. }
  211. .form_eqtitle div span:first-child {
  212. background: url('images/add.png') no-repeat;
  213. background-size: 100% 100%;
  214. width: 25px;
  215. height: 25px;
  216. float: left;
  217. }
  218. .form_eqtitle div span:nth-child(2) {
  219. font-size: 14px;
  220. color: #5d5d5d;
  221. }
  222. .form-btn button {
  223. width: 110px;
  224. height: 42px;
  225. margin: 0 55px;
  226. border-radius: 35px;
  227. outline: none;
  228. cursor: pointer;
  229. font-size: 16px;
  230. text-align: center;
  231. }
  232. .form-confirm {
  233. background: #e05e1f;
  234. border: none;
  235. color: #FFF;
  236. }
  237. .form-cencal {
  238. color: #000;
  239. background: #eaeaea;
  240. border: none;
  241. text-align: center;
  242. }
  243. /*表格样式*/
  244. ul, li {
  245. list-style: none;
  246. margin: 0;
  247. padding: 0;
  248. }
  249. .hs_dp_head {
  250. height: 52px;
  251. line-height: 52px;
  252. text-align: center;
  253. /* border-bottom: 2px solid #3b3b3b; */
  254. color: #000;
  255. }
  256. .hs_dp_head li {
  257. width: 100%;
  258. /* min-width: 1100px; */
  259. border-left: 2px solid #3b3b3b00;
  260. border-right: 2px solid #3b3b3b;
  261. }
  262. .hs_dp_head li>div {
  263. float: left;
  264. width: calc(100% - 208px);
  265. border-right: 2px solid #ffffff00;
  266. text-indent: 1em;
  267. text-align: left;
  268. }
  269. .hs_dp_head li>div:last-child {
  270. width: 200px;
  271. text-align: center;
  272. }
  273. .hs_dp_tbody {
  274. height: 300px;
  275. border-radius: 4px;
  276. border-top: 2px solid #dadada;
  277. /* background-color: #F7F7F7; */
  278. /* overflow: auto; */
  279. /* height: auto; */
  280. }
  281. .hs_dp_tbody li {
  282. float: left;
  283. width: calc(100% - 0px);
  284. height: 36px;
  285. line-height: 36px;
  286. border-bottom: 2px solid #dadada;
  287. border-left: 2px solid #dadada;
  288. border-right: 2px solid #dadada;
  289. }
  290. .hs_dp_tbody li {
  291. background: #f3f3f3;
  292. cursor: pointer;
  293. }
  294. .hs_dp_tbody li:hover {
  295. background: #eff2ff;
  296. }
  297. .hs_dp_tbody li>div {
  298. float: left;
  299. width: calc(100% - 204px);
  300. position: relative;
  301. font-size: 18px;
  302. text-overflow: ellipsis;
  303. color: #000000;
  304. white-space: nowrap;
  305. height: 36px;
  306. overflow: hidden;
  307. border-right: 2px solid #dadada00;
  308. text-indent: 1em;
  309. text-align: left;
  310. }
  311. .hs_dp_tbody li>div:last-child {
  312. border-right: none;
  313. width: 200px;
  314. text-align: center;
  315. }
  316. .hs_pub_tb {
  317. width: 100%;
  318. margin: 18px auto 0 auto;
  319. /* border: 2px solid #ebebeb; */
  320. /* border-top: none; */
  321. }
  322. .table {
  323. position: relative;
  324. border-collapse: collapse;
  325. /* border: solid #3b3b3b; */
  326. /* border-bottom: none; */
  327. /* border-width:1px; */
  328. white-space: nowrap;
  329. table-layout: fixed;
  330. display: table;
  331. }
  332. .hs_dp_btnbox span:nth-child(1) {
  333. /* background: url(connect.png) no-repeat; */
  334. background-size: 100% 100%;
  335. width: 25px;
  336. height: 25px;
  337. position: absolute;
  338. display: inline-block;
  339. margin: 5px 0px 0 -12px;
  340. }
  341. .connect, .disconnect {
  342. cursor: pointer;
  343. }
  344. .connect span:nth-child(1) {
  345. background: url(images/connect.png) no-repeat;
  346. }
  347. .connect span:nth-child(2) {
  348. color: #d42929 !important;
  349. }
  350. .disconnect span:nth-child(1) {
  351. background: url(images/disconnect.png) no-repeat;
  352. }
  353. .hs_dp_btnbox span:nth-child(2) {
  354. font-size: 15px;
  355. color: #5d5d5d;
  356. margin-left: 15px;
  357. }
  358. .form_eqcontent {
  359. margin: 50px auto;
  360. width: auto;
  361. }
  362. .form_eqcontent span {}
  363. .form_eqcontent input {
  364. width: 270px;
  365. height: 30px;
  366. padding-left: 8px;
  367. margin-left: 20px;
  368. }
  369. .select-connected {
  370. outline: 0;
  371. position: relative;
  372. color: #6f6f6f;
  373. font-weight: 500;
  374. width: 100%;
  375. height: 30px;
  376. border: none;
  377. border-bottom: 1px solid #6f6f6f;
  378. background: #00000000;
  379. display: block;
  380. }
  381. .select-connected:focus {
  382. outline: 0;
  383. }
  384. .btn-toolbar-title {
  385. height: 40px;
  386. text-align: left;
  387. text-indent: .5em;
  388. border-radius: 5px;
  389. position: relative;
  390. width: 70%;
  391. margin-bottom: 10px;
  392. }
  393. .btn-toolbar-title div {
  394. border: 2px solid #adeaeb;
  395. height: 4px;
  396. border-radius: 5px;
  397. position: absolute;
  398. bottom: 4px;
  399. width: 100%;
  400. }
  401. .btn-toolbar-title2 {
  402. height: 40px;
  403. text-align: left;
  404. text-indent: .5em;
  405. border-radius: 5px;
  406. position: relative;
  407. width: 70%;
  408. margin-bottom: 10px;
  409. }
  410. .btn-toolbar-title2 div {
  411. border: 2px solid #adeaeb;
  412. height: 4px;
  413. border-radius: 5px;
  414. position: absolute;
  415. bottom: 4px;
  416. width: 100%;
  417. }
  418. .btn-toolbar-inputbox {
  419. width: 70%;
  420. height: 55px;
  421. box-sizing: content-box;
  422. }
  423. .btn-toolbar-inputbox input:nth-child(1) {
  424. width: calc(97% - 80px);
  425. height: 35px;
  426. border-bottom: 1px solid #dbdbdb;
  427. text-indent: .5em;
  428. outline: 0;
  429. background: #ffffff00;
  430. font-size: 15px;
  431. color: #000;
  432. /* font-weight: 700; */
  433. float: left;
  434. }
  435. .btn-toolbar-inputbox input:nth-child(2) {
  436. margin-left: 3%;
  437. border: 0;
  438. height: 35px;
  439. line-height: 36px;
  440. outline: 0;
  441. background: #508cf0;
  442. color: #FFF;
  443. padding: 0 10px;
  444. cursor: pointer;
  445. font-size: 15px;
  446. font-weight: 500;
  447. box-sizing: border-box;
  448. float: left;
  449. min-width: 50px;
  450. border-radius: 3px;
  451. box-shadow: 1px 1px 4px #b7b7b7;
  452. }
  453. .btn-toolbar-inputbox2 {
  454. width: 70%;
  455. height: 55px;
  456. box-sizing: content-box;
  457. }
  458. .btn-toolbar-inputbox2 select:nth-child(1) {
  459. outline: 0;
  460. color: #000;
  461. width: calc(100% - 245px);
  462. border: none;
  463. border-bottom: 1px solid #dbdbdb;
  464. background: #00000000;
  465. display: block;
  466. height: 35px;
  467. float: left;
  468. }
  469. .btn-toolbar-inputbox2 button:nth-child(2) {
  470. border: 0;
  471. height: 35px;
  472. line-height: 35px;
  473. outline: 0;
  474. background: #508cf0;
  475. color: #FFF;
  476. cursor: pointer;
  477. font-size: 15px;
  478. font-weight: 500;
  479. padding: 0 15px;
  480. float: left;
  481. margin: 0px 10px 0px 20px;
  482. border-radius: 2px;
  483. box-shadow: 1px 1px 4px #b7b7b7;
  484. }
  485. .btn-toolbar-inputbox2 button:nth-child(3) {
  486. border: 0;
  487. height: 35px;
  488. line-height: 35px;
  489. outline: 0;
  490. background: #e05e1f;
  491. color: #FFF;
  492. cursor: pointer;
  493. font-size: 15px;
  494. /* border-radius: 35px; */
  495. font-weight: 500;
  496. padding: 0 15px;
  497. float: left;
  498. border-radius: 3px;
  499. box-shadow: 1px 1px 4px #b7b7b7;
  500. }
  501. .btn-toolbar-btnbox {
  502. width: 96%;
  503. height: 55px;
  504. box-sizing: content-box;
  505. position: relative;
  506. padding: 0px 0 0 0;
  507. }
  508. .btn-toolbar-btnbox button:nth-child(1) {
  509. border: 0;
  510. height: 35px;
  511. line-height: 35px;
  512. outline: 0;
  513. background: #508cf0;
  514. color: #FFF;
  515. cursor: pointer;
  516. font-size: 15px;
  517. /* border-radius: 35px; */
  518. font-weight: 500;
  519. padding: 0 15px;
  520. /* left: 0; */
  521. float: left;
  522. margin-right: 15px;
  523. /* position: absolute;*/
  524. border-radius: 3px;
  525. box-shadow: 1px 1px 4px #b7b7b7;
  526. }
  527. .btn-toolbar-btnbox button:nth-child(2) {
  528. border: 0;
  529. height: 35px;
  530. line-height: 35px;
  531. outline: 0;
  532. background: #e05e1f;
  533. color: #FFF;
  534. cursor: pointer;
  535. font-size: 15px;
  536. /* border-radius: 35px; */
  537. font-weight: 500;
  538. padding: 0 15px;
  539. float: left;
  540. border-radius: 3px;
  541. box-shadow: 1px 1px 4px #b7b7b7;
  542. }
  543. .select-wrapper span.caret {
  544. color: initial;
  545. position: absolute;
  546. right: 0;
  547. top: 0;
  548. bottom: 0;
  549. height: 10px;
  550. margin: auto 0;
  551. font-size: 10px;
  552. line-height: 10px;
  553. }
  554. .injectionDiv:nth-child(2) {
  555. display: none;
  556. }
  557. .injectionDiv:nth-child(3) {
  558. display: none;
  559. }
  560. .selectMode_input {
  561. outline: 0;
  562. position: relative;
  563. color: #fff;
  564. font-weight: 500;
  565. width: 175px;
  566. height: 35px;
  567. border-radius: 30px;
  568. background: #fff0;
  569. border: 2px solid #fff;
  570. margin: 15px 0px 0px 0px;
  571. display: block;
  572. cursor: pointer;
  573. text-indent: 1rem;
  574. }
  575. .down {
  576. width: 0;
  577. height: 0 !important;
  578. overflow: hidden;
  579. font-size: 0;
  580. /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  581. line-height: 0;
  582. /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  583. border-width: 5px;
  584. border-style: solid;
  585. /*ie6下会出现不透明的兼容问题*/
  586. border-color: #fff transparent transparent transparent;
  587. position: absolute;
  588. top: 15px;
  589. right: 10px;
  590. cursor: pointer;
  591. }
  592. .downboxdown {
  593. width: 0;
  594. height: 0 !important;
  595. overflow: hidden;
  596. font-size: 0;
  597. /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  598. line-height: 0;
  599. /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  600. border-width: 5px;
  601. border-style: solid;
  602. /*ie6下会出现不透明的兼容问题*/
  603. border-color: transparent transparent transparent #a2a2a2;
  604. position: absolute;
  605. top: 15px;
  606. right: 0px;
  607. cursor: pointer;
  608. }
  609. .downbox {
  610. position: absolute;
  611. top: 64px;
  612. width: 177px;
  613. z-index: 1000;
  614. background: #fff;
  615. border-radius: 4px;
  616. border: 1px solid #e6e6e6;
  617. box-shadow: 1px 1px 4px #cccccc;
  618. display: none;
  619. }
  620. .downbox div {
  621. /* background: #ffffff; */
  622. width: 100%;
  623. border-top: 1px solid #e6e6e6;
  624. height: 40px;
  625. line-height: 40px;
  626. color: #222222;
  627. cursor: pointer;
  628. font-size: 15px;
  629. text-align: center;
  630. }
  631. .downbox div:first-child {
  632. border: none;
  633. position: relative;
  634. color: #222222;
  635. font-family: "微软雅黑";
  636. }
  637. .downbox div:first-child:hover {
  638. background: #fff;
  639. color: #4A6AFF;
  640. font-family: "微软雅黑";
  641. }
  642. .downbox div:first-child:hover .Hardware2 {
  643. display: block;
  644. background: #fff;
  645. color: #4A6AFF;
  646. font-family: "微软雅黑";
  647. }
  648. .downbox div:first-child:hover .Hardware3 {
  649. display: block;
  650. background: #fff;
  651. color: #4A6AFF;
  652. font-family: "微软雅黑";
  653. }
  654. .MouduleBox div a{
  655. background: #fff !important;
  656. color: #222222;
  657. }
  658. .MouduleBox div a:hover {
  659. color: #4A6AFF !important;
  660. font-family: "微软雅黑";
  661. }
  662. .ModeSelectBox .ModeSelect .downbox-style {
  663. position: absolute;
  664. top: 63px;
  665. width: 200px;
  666. margin-left: -88px;
  667. }
  668. /* .downbox div:hover {
  669. background: #d6dfff;
  670. } */
  671. .Hardware2, .Hardware3,.Hardware4 {
  672. position: absolute;
  673. width: 100%;
  674. z-index: 9999;
  675. background: #fff;
  676. border-radius: 4px;
  677. border: 1px solid #e6e6e6;
  678. left: calc(100% + 1px);
  679. top: 3px;
  680. box-shadow: 1px 1px 4px #b7b7b7;
  681. display: none;
  682. }
  683. .Hardware2 li,.Hardware3 li,.Hardware4 li {
  684. width: 100%;
  685. border-top: 1px solid #e6e6e6;
  686. height: 40px;
  687. line-height: 40px;
  688. /* text-indent: 1em; */
  689. color: #222222;
  690. cursor: pointer;
  691. overflow: hidden;
  692. text-overflow: ellipsis;
  693. white-space: nowrap;
  694. }
  695. .Hardware2 li:hover,.Hardware4 li:hover {
  696. background: #fff;
  697. color: #4A6AFF;
  698. font-family: "微软雅黑";
  699. }
  700. .ModeSelect {
  701. outline: 0;
  702. color: #fff;
  703. font-weight: 500;
  704. width: auto;
  705. height: 100%;
  706. padding: 0 25px;
  707. background: #fff0;
  708. margin: 0px 25px 0px 0px;
  709. display: block;
  710. cursor: pointer;
  711. text-align: center;
  712. }
  713. .ModeSelectBox .active {
  714. background-color: #2847b8;
  715. }
  716. .ModeSelectBox .active .downbox {
  717. display: block !important;
  718. }
  719. .ModeSelectBox .ModeBox {
  720. width: 190%;
  721. top: 63px;
  722. }
  723. .ModeSelectBox .downbox div {
  724. position: relative;
  725. }
  726. .ModeSelectBox .downbox div:hover .Hardware2 {
  727. width: 120%;
  728. display: block;
  729. }
  730. .Hardware5:hover .Hardware4,.Hardware6:hover .Hardware4,.Hardware7:hover .Hardware4,.Hardware8:hover .Hardware4,.Hardware9:hover .Hardware4{
  731. display: block;
  732. }
  733. .qiehuan {
  734. width: 225px;
  735. position: absolute;
  736. top: -60px;
  737. left: 230px;
  738. display: block;
  739. opacity: 1;
  740. }
  741. .qiehuanposi {
  742. top: -108px;
  743. left: 167px;
  744. }
  745. .switch_box {
  746. cursor: pointer;
  747. display: inline-block;
  748. bottom: 0;
  749. position: absolute;
  750. padding: 0px 6px;
  751. color: #2D2F33;
  752. width: 140px;
  753. text-align: center;
  754. }
  755. .switch_box1 {
  756. cursor: pointer;
  757. display: inline-block;
  758. bottom: 0;
  759. position: absolute;
  760. left: 240px;
  761. padding: 0px 6px;
  762. color: #2D2F33;
  763. width: 140px;
  764. text-align: center;
  765. }
  766. .switch_box2 {
  767. cursor: pointer;
  768. display: inline-block;
  769. bottom: 0;
  770. position: absolute;
  771. left: 450px;
  772. padding: 0px 6px;
  773. color: #2D2F33;
  774. /* width: 125px; */
  775. text-align: center;
  776. }
  777. .switch_select {
  778. background: #fff;
  779. /* border-radius: 13px 15px 0px 0px; */
  780. color: #4A6AFF;
  781. font-weight: 700;
  782. /* width: 125px; */
  783. text-align: center;
  784. }
  785. #repl_box_content div {
  786. word-wrap: break-word;
  787. word-break: normal;
  788. }
  789. @media screen and (max-height: 570px) {
  790. .ModeSelectBox .downbox div:hover .Hardware2 {
  791. width: 170%;
  792. max-height: 155px;
  793. overflow: auto;
  794. display: block;
  795. }
  796. .Hardware5:hover .Hardware4,.Hardware6:hover .Hardware4,.Hardware7:hover .Hardware4,.Hardware8:hover .Hardware4,.Hardware9:hover .Hardware4{
  797. display: block;
  798. }
  799. }
  800. @media screen and (max-width: 1450px) {
  801. .max {
  802. width: 106% !important;
  803. }
  804. }
  805. /* 旋转 */
  806. .svgImg {
  807. position: absolute !important;
  808. width: 24px;
  809. top: calc(50% - 12px);
  810. left: calc(50% - 12px);
  811. display: none;
  812. }
  813. .xuanhuan {
  814. -webkit-transition-property: -webkit-transform;
  815. -webkit-transition-duration: 1s;
  816. -moz-transition-property: -moz-transform;
  817. -moz-transition-duration: 1s;
  818. -webkit-animation: rotate 1.4s linear infinite;
  819. -moz-animation: rotate 1.4s linear infinite;
  820. -o-animation: rotate 1.4s linear infinite;
  821. animation: rotate 1.4s linear infinite;
  822. }
  823. @-webkit-keyframes rotate {
  824. from {
  825. -webkit-transform: rotate(0deg)
  826. }
  827. to {
  828. -webkit-transform: rotate(360deg)
  829. }
  830. }
  831. @-moz-keyframes rotate {
  832. from {
  833. -moz-transform: rotate(0deg)
  834. }
  835. to {
  836. -moz-transform: rotate(359deg)
  837. }
  838. }
  839. @-o-keyframes rotate {
  840. from {
  841. -o-transform: rotate(0deg)
  842. }
  843. to {
  844. -o-transform: rotate(359deg)
  845. }
  846. }
  847. @keyframes rotate {
  848. from {
  849. transform: rotate(0deg)
  850. }
  851. to {
  852. transform: rotate(359deg)
  853. }
  854. }
  855. /* 切换编辑按钮 */
  856. #toggle-button {
  857. display: none;
  858. }
  859. .button-label {
  860. position: relative;
  861. display: inline-block;
  862. width: 40px;
  863. line-height: 18px;
  864. background-color: #ccc;
  865. border: 1px solid #ccc;
  866. border-radius: 30px;
  867. cursor: pointer;
  868. }
  869. .circle {
  870. position: absolute;
  871. top: 0;
  872. left: 0;
  873. width: 18px;
  874. height: 18px;
  875. border-radius: 50%;
  876. background-color: #fff;
  877. }
  878. .button-label .text {
  879. line-height: 20px;
  880. font-size: 12px;
  881. /*
  882. 用来阻止页面文字被选中,出现蓝色
  883. 可以将下面两行代码注释掉来查看区别
  884. */
  885. -webkit-user-select: none;
  886. user-select: none;
  887. }
  888. .on {
  889. color: #fff;
  890. display: none;
  891. text-indent: 5px;
  892. }
  893. .off {
  894. color: #fff;
  895. display: inline-block;
  896. text-indent: 23px;
  897. }
  898. .button-label .circle {
  899. left: 0;
  900. transition: all 0.3s;
  901. /*transition过度,时间为0.3秒*/
  902. }
  903. /*
  904. 以下是checked被选中后,紧跟checked标签后面label的样式。
  905. 例如:div+p 选择所有紧接着<div>元素之后的<p>元素
  906. */
  907. #toggle-button:checked+label.button-label .circle {
  908. left: 19px;
  909. }
  910. #toggle-button:checked+label.button-label .on {
  911. display: inline-block;
  912. }
  913. #toggle-button:checked+label.button-label .off {
  914. display: none;
  915. }
  916. #toggle-button:checked+label.button-label {
  917. background-color: #2c4fcd;
  918. }
  919. .edit {
  920. position: absolute;
  921. width: 100%;
  922. height: 99%;
  923. background-color: rgba(0, 0, 0, 0);
  924. top: 1px;
  925. z-index: 980;
  926. }
  927. .editDiv {
  928. position: absolute;
  929. /* top: 135px; */
  930. right: 113px;
  931. z-index: 990;
  932. }
  933. /*
  934. .editDiv label {
  935. line-height: 20px;
  936. } */
  937. /* @media only screen and (max-width: 600px) and (min-width: 0px) {
  938. .editDiv {
  939. position: absolute;
  940. top: 10px;
  941. right: 30px;
  942. z-index: 990;
  943. }
  944. } */
  945. /* 当浏览器页面小于1265px 时 */
  946. @media only screen and (max-width: 1265px) {
  947. .modals {
  948. position: fixed;
  949. top: 0;
  950. left: 0;
  951. width: 100vw;
  952. height: 100vh;
  953. background-color: rgba(0, 0, 0, 0.5);
  954. z-index: 1000;
  955. }
  956. }
  957. table td, th {
  958. text-align: center;
  959. /*padding: 10px 0;*/
  960. }
  961. /* 二维码分享 */
  962. .qrImgUrl {
  963. text-align: center;
  964. }
  965. .shareUrl {
  966. position: fixed;
  967. left: calc(50% - 50px);
  968. top: 64px !important;
  969. }
  970. /* 更新文件 */
  971. .select_folder{
  972. padding: 10px;
  973. border: 2px solid #eaeaea;
  974. border-radius: 5px;
  975. }
  976. #updatePy .folder_name{
  977. margin-top: 10px;
  978. }
  979. #updatePy .folder_name .folder_name_inpit{
  980. width: calc(100% - 100px);
  981. height: 30px;
  982. border: 1px solid #ccc;
  983. outline: none;
  984. box-shadow: none;
  985. padding: 0 15px;
  986. margin: 0;
  987. border-radius: 5px;
  988. }
  989. .update_bottom {
  990. text-align: right;
  991. margin-top: 10px;
  992. }
  993. .update_bottom button {
  994. background-color: #2c4fcd;
  995. color: #fff;
  996. padding: 8px 15px;
  997. border: none;
  998. outline: none;
  999. border-radius: 8px;
  1000. }
  1001. .echart-text {
  1002. position: absolute;
  1003. left: 20%;
  1004. right: 20%;
  1005. top: 50%;
  1006. width: 60%;
  1007. text-align: center;
  1008. font-weight: bold;
  1009. }
  1010. .english {
  1011. width: 185px !important;
  1012. }
  1013. .fileEnglish {
  1014. width: 185px !important
  1015. }
  1016. .helpEnglish {
  1017. width: 240px !important
  1018. }
  1019. .blue{
  1020. background-color: #4A6AFF !important;
  1021. }
  1022. .green {
  1023. background-color: #24AF00 !important;
  1024. }
  1025. .gray {
  1026. background-color: #ADADAD !important;
  1027. }
  1028. #plugin_mac_or_windows,#connect_method,#local_help_ai_kit, #help_extends{
  1029. background-color: #fff;
  1030. margin: 0;
  1031. min-width: 137px;
  1032. max-height: 650px;
  1033. overflow-y: auto;
  1034. opacity: 0;
  1035. z-index: 999;
  1036. }
  1037. #plugin_mac_or_windows li,#connect_method li,#local_help_ai_kit li, #help_extends li{
  1038. clear: both;
  1039. color: rgba(0,0,0,0.87);
  1040. cursor: pointer;
  1041. min-height: 50px;
  1042. line-height: 1.5rem;
  1043. width: 100%;
  1044. text-align: left;
  1045. }
  1046. #plugin_mac_or_windows #Mac span, #plugin_mac_or_windows #Windows span, #connect_method #select_connecteds span, #connect_method #no_select_connecteds span{
  1047. color: #222222;
  1048. font-family: "微软雅黑";
  1049. }
  1050. #local_help_ai_kit #ai_kit_0 span, #local_help_ai_kit #ai_kit_1 span, #local_help_ai_kit #ai_kit_2 span, #local_help_ai_kit #ai_kit_3 span{
  1051. color: #222222;
  1052. font-family: "微软雅黑";
  1053. }
  1054. #help_extends #extends_0 span,#help_extends #extends_1 span,#help_extends #extends_2 span {
  1055. color: #222222;
  1056. font-family: "微软雅黑";
  1057. }
  1058. #plugin_mac_or_windows #Mac:hover span, #plugin_mac_or_windows #Windows:hover span,
  1059. #connect_method #select_connecteds:hover span, #connect_method #no_select_connecteds:hover span {
  1060. background: #fff;
  1061. color: #4A6AFF;
  1062. font-family: "微软雅黑";
  1063. }
  1064. #local_help_ai_kit #ai_kit_0:hover span, #local_help_ai_kit #ai_kit_1:hover span, #local_help_ai_kit #ai_kit_2:hover span, #local_help_ai_kit #ai_kit_3:hover span{
  1065. background: #fff;
  1066. color: #4A6AFF;
  1067. font-family: "微软雅黑";
  1068. }
  1069. #help_extends #extends_0:hover span,#help_extends #extends_1:hover span,#help_extends #extends_2:hover span {
  1070. background: #fff;
  1071. color: #4A6AFF;
  1072. font-family: "微软雅黑";
  1073. }
  1074. #Mac img, #Windows img{
  1075. width: 25px;
  1076. height: 25px;
  1077. margin-right: 5px;
  1078. transform: translateY(5px);
  1079. }
  1080. .display_switch_box2{
  1081. }
  1082. @media only screen and (max-width: 1700px){
  1083. .switch_box2 {
  1084. cursor: pointer;
  1085. display: none;
  1086. bottom: 0;
  1087. position: absolute;
  1088. left: 260px;
  1089. padding: 0px 10px;
  1090. color: #2D2F33;
  1091. }
  1092. .display_switch_box2{
  1093. display: inline-block;
  1094. }
  1095. .switch_select {
  1096. background: #fff;
  1097. /* border-radius: 13px 15px 0px 0px; */
  1098. color: #4A6AFF;
  1099. font-weight: 700;
  1100. }
  1101. }
  1102. @media only screen and (max-width: 1280px){
  1103. .switch_box1 {
  1104. left: 120px;
  1105. }
  1106. .switch_box2 {
  1107. left: 250px;
  1108. /* width: 145px; */
  1109. padding: 0 6px;
  1110. }
  1111. .switch_select {
  1112. background: #fff;
  1113. /* border-radius: 13px 15px 0px 0px; */
  1114. color: #4A6AFF;
  1115. font-weight: 700;
  1116. /* width: 125px; */
  1117. text-align: center;
  1118. }
  1119. }
  1120. .toast {
  1121. background-color: #FFFFFF;
  1122. box-shadow: 0 0 16px 0 rgba(0,0,0,0.20);
  1123. border-radius: 5px;
  1124. font-size: 14px;
  1125. color: #152C2C;
  1126. letter-spacing: 0;
  1127. font-family: "Microsoft YaHei";
  1128. }
  1129. .material-tooltip {
  1130. background-color: #FFFFFF;
  1131. box-shadow: 0 0 16px 0 rgba(0,0,0,0.20);
  1132. border-radius: 5px;
  1133. font-size: 14px;
  1134. color: #152C2C;
  1135. letter-spacing: 0;
  1136. font-family: "Microsoft YaHei";
  1137. }
  1138. .backdrop {
  1139. background-color: #ffffff;
  1140. }
  1141. .firmware_upgrade_modal {
  1142. top: 25% !important;
  1143. width: 600px;
  1144. max-height: 330px;
  1145. background-color: #ffffff;
  1146. box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  1147. border-radius: 3px;
  1148. }
  1149. #firmware_upgrade_Area {
  1150. height: 282px;
  1151. overflow-y: auto;
  1152. background-color: #ffffff;
  1153. }
  1154. .firmware_module {
  1155. width: 130px;
  1156. height: 130px;
  1157. background: #FFFFFF;
  1158. border: 2px solid #CCCCCC;
  1159. border-radius: 3px;
  1160. display: inline-block;
  1161. margin-top: 8%;
  1162. }
  1163. .firmware_module_iot,.firmware_module_ai {
  1164. font-size: 18px;
  1165. color: #2D2F33;
  1166. letter-spacing: 0;
  1167. display: table-cell;
  1168. vertical-align: middle;
  1169. }
  1170. .firmware_module_download {
  1171. display: inline-block;
  1172. margin-top: 4%;
  1173. }
  1174. .button_text{
  1175. font-size: 14px;
  1176. color: #FFFFFF;
  1177. letter-spacing: 0;
  1178. }