index.css 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405
  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. }
  1179. .cloud_storage_name_modal {
  1180. top: 25% !important;
  1181. width: 360px;
  1182. max-height: 240px;
  1183. background-color: #F0F0F2;
  1184. box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  1185. border-radius: 3px;
  1186. }
  1187. .cloud_fileName {
  1188. height: 193px;
  1189. overflow-y: auto;
  1190. background-color:#F0F0F2;;
  1191. }
  1192. .cloudStorage {
  1193. background:#FFFFFF;
  1194. border-radius: 3px 3px 0 0;
  1195. margin-bottom: 0;
  1196. font-size: 16px;
  1197. color: #3D3D3D;
  1198. letter-spacing: 0;
  1199. padding: 15px;
  1200. text-align: center;
  1201. }
  1202. #cloud_input {
  1203. background: #FFFFFF;
  1204. border: 1px solid #CCCCCC;
  1205. border-radius: 3px;
  1206. width: 320px;
  1207. height: 34px;
  1208. box-shadow: none;
  1209. padding-left: 10px;
  1210. font-size: 14px;
  1211. color: #2D2F33;
  1212. letter-spacing: 0;
  1213. }
  1214. .cancelBtn:focus{
  1215. background-color: #CCCCCC;
  1216. }