index.css 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432
  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. display: none;
  554. }
  555. .injectionDiv:nth-child(2) {
  556. display: none;
  557. }
  558. .injectionDiv:nth-child(3) {
  559. display: none;
  560. }
  561. .selectMode_input {
  562. outline: 0;
  563. position: relative;
  564. color: #fff;
  565. font-weight: 500;
  566. width: 175px;
  567. height: 35px;
  568. border-radius: 30px;
  569. background: #fff0;
  570. border: 2px solid #fff;
  571. margin: 15px 0px 0px 0px;
  572. display: block;
  573. cursor: pointer;
  574. text-indent: 1rem;
  575. }
  576. .down {
  577. width: 0;
  578. height: 0 !important;
  579. overflow: hidden;
  580. font-size: 0;
  581. /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  582. line-height: 0;
  583. /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  584. border-width: 5px;
  585. border-style: solid;
  586. /*ie6下会出现不透明的兼容问题*/
  587. border-color: #fff transparent transparent transparent;
  588. position: absolute;
  589. top: 15px;
  590. right: 10px;
  591. cursor: pointer;
  592. }
  593. .downboxdown {
  594. width: 0;
  595. height: 0 !important;
  596. overflow: hidden;
  597. font-size: 0;
  598. /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  599. line-height: 0;
  600. /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  601. border-width: 5px;
  602. border-style: solid;
  603. /*ie6下会出现不透明的兼容问题*/
  604. border-color: transparent transparent transparent #a2a2a2;
  605. position: absolute;
  606. top: 15px;
  607. right: 0px;
  608. cursor: pointer;
  609. }
  610. .downbox {
  611. position: absolute;
  612. top: 64px;
  613. width: 177px;
  614. z-index: 9999;
  615. background: #fff;
  616. border-radius: 4px;
  617. border: 1px solid #e6e6e6;
  618. box-shadow: 1px 1px 4px #cccccc;
  619. display: none;
  620. }
  621. .downbox div {
  622. /* background: #ffffff; */
  623. width: 100%;
  624. border-top: 1px solid #e6e6e6;
  625. height: 40px;
  626. line-height: 40px;
  627. color: #222222;
  628. cursor: pointer;
  629. font-size: 14px;
  630. text-align: center;
  631. }
  632. .downbox div:first-child {
  633. border: none;
  634. position: relative;
  635. color: #222222;
  636. font-family: "微软雅黑";
  637. }
  638. .downbox div:first-child:hover {
  639. background: #fff;
  640. color: #4A6AFF;
  641. font-family: "微软雅黑";
  642. }
  643. .downbox div:first-child:hover .Hardware2 {
  644. display: block;
  645. background: #fff;
  646. color: #4A6AFF;
  647. font-family: "微软雅黑";
  648. }
  649. .downbox div:first-child:hover .Hardware3 {
  650. display: block;
  651. background: #fff;
  652. color: #4A6AFF;
  653. font-family: "微软雅黑";
  654. }
  655. .MouduleBox div a{
  656. background: #fff !important;
  657. color: #222222;
  658. font-size: 14px;
  659. }
  660. .MouduleBox div a:hover {
  661. color: #4A6AFF !important;
  662. font-family: "微软雅黑";
  663. font-size: 14px;
  664. }
  665. .ModeSelectBox .ModeSelect .downbox-style {
  666. position: absolute;
  667. top: 63px;
  668. width: 200px;
  669. margin-left: -88px;
  670. z-index: 9999;
  671. }
  672. /* .downbox div:hover {
  673. background: #d6dfff;
  674. } */
  675. .Hardware2, .Hardware3,.Hardware4 {
  676. position: absolute;
  677. width: 100%;
  678. z-index: 9999;
  679. background: #fff;
  680. border-radius: 4px;
  681. border: 1px solid #e6e6e6;
  682. left: calc(100% + 1px);
  683. top: 3px;
  684. box-shadow: 1px 1px 4px #b7b7b7;
  685. display: none;
  686. }
  687. .Hardware2 li,.Hardware3 li,.Hardware4 li {
  688. width: 100%;
  689. border-top: 1px solid #e6e6e6;
  690. height: 40px;
  691. line-height: 40px;
  692. /* text-indent: 1em; */
  693. color: #222222;
  694. cursor: pointer;
  695. overflow: hidden;
  696. text-overflow: ellipsis;
  697. white-space: nowrap;
  698. font-size: 14px;
  699. font-family: "微软雅黑";
  700. }
  701. .Hardware2 li:hover,.Hardware4 li:hover {
  702. background: #fff;
  703. color: #4A6AFF;
  704. font-family: "微软雅黑";
  705. font-size: 14px;
  706. }
  707. .ModeSelect {
  708. outline: 0;
  709. color: #fff;
  710. font-weight: 500;
  711. width: auto;
  712. height: 100%;
  713. padding: 0 25px;
  714. background: #fff0;
  715. margin: 0px 25px 0px 0px;
  716. display: block;
  717. cursor: pointer;
  718. text-align: center;
  719. }
  720. .ModeSelectBox .active {
  721. background-color: #2847b8;
  722. }
  723. .ModeSelectBox .active .downbox {
  724. display: block !important;
  725. }
  726. .ModeSelectBox .ModeBox {
  727. width: 190%;
  728. top: 63px;
  729. }
  730. .ModeSelectBox .downbox div {
  731. position: relative;
  732. }
  733. .ModeSelectBox .downbox div:hover .Hardware2 {
  734. width: 120%;
  735. display: block;
  736. }
  737. .Hardware5:hover .Hardware4,.Hardware6:hover .Hardware4,.Hardware7:hover .Hardware4,.Hardware8:hover .Hardware4,.Hardware9:hover .Hardware4{
  738. display: block;
  739. }
  740. .qiehuan {
  741. width: 225px;
  742. position: absolute;
  743. top: -60px;
  744. left: 230px;
  745. display: block;
  746. opacity: 1;
  747. }
  748. .qiehuanposi {
  749. top: -108px;
  750. left: 167px;
  751. }
  752. .switch_box {
  753. cursor: pointer;
  754. display: inline-block;
  755. bottom: 0;
  756. position: absolute;
  757. padding: 0px 6px;
  758. color: #2D2F33;
  759. width: 140px;
  760. text-align: center;
  761. }
  762. .switch_box1 {
  763. cursor: pointer;
  764. display: inline-block;
  765. bottom: 0;
  766. position: absolute;
  767. left: 240px;
  768. padding: 0px 6px;
  769. color: #2D2F33;
  770. width: 140px;
  771. text-align: center;
  772. }
  773. .switch_box2 {
  774. cursor: pointer;
  775. display: inline-block;
  776. bottom: 0;
  777. position: absolute;
  778. left: 450px;
  779. padding: 0px 6px;
  780. color: #2D2F33;
  781. /* width: 125px; */
  782. text-align: center;
  783. }
  784. .switch_select {
  785. background: #fff;
  786. /* border-radius: 13px 15px 0px 0px; */
  787. color: #4A6AFF;
  788. font-weight: 700;
  789. /* width: 125px; */
  790. text-align: center;
  791. }
  792. #repl_box_content div {
  793. word-wrap: break-word;
  794. word-break: normal;
  795. }
  796. @media screen and (max-height: 570px) {
  797. .ModeSelectBox .downbox div:hover .Hardware2 {
  798. width: 170%;
  799. max-height: 155px;
  800. overflow: auto;
  801. display: block;
  802. }
  803. .Hardware5:hover .Hardware4,.Hardware6:hover .Hardware4,.Hardware7:hover .Hardware4,.Hardware8:hover .Hardware4,.Hardware9:hover .Hardware4{
  804. display: block;
  805. }
  806. }
  807. @media screen and (max-width: 1450px) {
  808. .max {
  809. width: 106% !important;
  810. }
  811. }
  812. /* 旋转 */
  813. .svgImg {
  814. position: absolute !important;
  815. width: 24px;
  816. top: calc(50% - 12px);
  817. left: calc(50% - 12px);
  818. display: none;
  819. }
  820. .xuanhuan {
  821. -webkit-transition-property: -webkit-transform;
  822. -webkit-transition-duration: 1s;
  823. -moz-transition-property: -moz-transform;
  824. -moz-transition-duration: 1s;
  825. -webkit-animation: rotate 1.4s linear infinite;
  826. -moz-animation: rotate 1.4s linear infinite;
  827. -o-animation: rotate 1.4s linear infinite;
  828. animation: rotate 1.4s linear infinite;
  829. }
  830. @-webkit-keyframes rotate {
  831. from {
  832. -webkit-transform: rotate(0deg)
  833. }
  834. to {
  835. -webkit-transform: rotate(360deg)
  836. }
  837. }
  838. @-moz-keyframes rotate {
  839. from {
  840. -moz-transform: rotate(0deg)
  841. }
  842. to {
  843. -moz-transform: rotate(359deg)
  844. }
  845. }
  846. @-o-keyframes rotate {
  847. from {
  848. -o-transform: rotate(0deg)
  849. }
  850. to {
  851. -o-transform: rotate(359deg)
  852. }
  853. }
  854. @keyframes rotate {
  855. from {
  856. transform: rotate(0deg)
  857. }
  858. to {
  859. transform: rotate(359deg)
  860. }
  861. }
  862. /* 切换编辑按钮 */
  863. #toggle-button {
  864. display: none;
  865. }
  866. .button-label {
  867. position: relative;
  868. display: inline-block;
  869. width: 40px;
  870. line-height: 18px;
  871. background-color: #ccc;
  872. border: 1px solid #ccc;
  873. border-radius: 30px;
  874. cursor: pointer;
  875. }
  876. .circle {
  877. position: absolute;
  878. top: 0;
  879. left: 0;
  880. width: 18px;
  881. height: 18px;
  882. border-radius: 50%;
  883. background-color: #fff;
  884. }
  885. .button-label .text {
  886. line-height: 20px;
  887. font-size: 12px;
  888. /*
  889. 用来阻止页面文字被选中,出现蓝色
  890. 可以将下面两行代码注释掉来查看区别
  891. */
  892. -webkit-user-select: none;
  893. user-select: none;
  894. }
  895. .on {
  896. color: #fff;
  897. display: none;
  898. text-indent: 5px;
  899. }
  900. .off {
  901. color: #fff;
  902. display: inline-block;
  903. text-indent: 23px;
  904. }
  905. .button-label .circle {
  906. left: 0;
  907. transition: all 0.3s;
  908. /*transition过度,时间为0.3秒*/
  909. }
  910. /*
  911. 以下是checked被选中后,紧跟checked标签后面label的样式。
  912. 例如:div+p 选择所有紧接着<div>元素之后的<p>元素
  913. */
  914. #toggle-button:checked+label.button-label .circle {
  915. left: 19px;
  916. }
  917. #toggle-button:checked+label.button-label .on {
  918. display: inline-block;
  919. }
  920. #toggle-button:checked+label.button-label .off {
  921. display: none;
  922. }
  923. #toggle-button:checked+label.button-label {
  924. background-color: #2c4fcd;
  925. }
  926. .edit {
  927. position: absolute;
  928. width: 100%;
  929. height: 99%;
  930. background-color: rgba(0, 0, 0, 0);
  931. top: 1px;
  932. z-index: 980;
  933. }
  934. .editDiv {
  935. position: absolute;
  936. /* top: 135px; */
  937. right: 113px;
  938. z-index: 990;
  939. }
  940. /*
  941. .editDiv label {
  942. line-height: 20px;
  943. } */
  944. /* @media only screen and (max-width: 600px) and (min-width: 0px) {
  945. .editDiv {
  946. position: absolute;
  947. top: 10px;
  948. right: 30px;
  949. z-index: 990;
  950. }
  951. } */
  952. /* 当浏览器页面小于1265px 时 */
  953. @media only screen and (max-width: 1265px) {
  954. .modals {
  955. position: fixed;
  956. top: 0;
  957. left: 0;
  958. width: 100vw;
  959. height: 100vh;
  960. background-color: rgba(0, 0, 0, 0.5);
  961. z-index: 1000;
  962. }
  963. }
  964. table td, th {
  965. text-align: center;
  966. /*padding: 10px 0;*/
  967. }
  968. /* 二维码分享 */
  969. .qrImgUrl {
  970. text-align: center;
  971. }
  972. .shareUrl {
  973. position: fixed;
  974. left: calc(50% - 50px);
  975. top: 64px !important;
  976. }
  977. /* 更新文件 */
  978. .select_folder{
  979. padding: 10px;
  980. border: 2px solid #eaeaea;
  981. border-radius: 5px;
  982. }
  983. #updatePy .folder_name{
  984. margin-top: 10px;
  985. }
  986. #updatePy .folder_name .folder_name_inpit{
  987. width: calc(100% - 100px);
  988. height: 30px;
  989. border: 1px solid #ccc;
  990. outline: none;
  991. box-shadow: none;
  992. padding: 0 15px;
  993. margin: 0;
  994. border-radius: 5px;
  995. }
  996. .update_bottom {
  997. text-align: right;
  998. margin-top: 10px;
  999. }
  1000. .update_bottom button {
  1001. background-color: #2c4fcd;
  1002. color: #fff;
  1003. padding: 8px 15px;
  1004. border: none;
  1005. outline: none;
  1006. border-radius: 8px;
  1007. }
  1008. .echart-text {
  1009. position: absolute;
  1010. left: 20%;
  1011. right: 20%;
  1012. top: 50%;
  1013. width: 60%;
  1014. text-align: center;
  1015. font-weight: bold;
  1016. }
  1017. .english {
  1018. width: 185px !important;
  1019. }
  1020. .fileEnglish {
  1021. width: 185px !important
  1022. }
  1023. .helpEnglish {
  1024. width: 240px !important
  1025. }
  1026. .blue{
  1027. background-color: #4A6AFF !important;
  1028. }
  1029. .green {
  1030. background-color: #24AF00 !important;
  1031. }
  1032. .gray {
  1033. background-color: #ADADAD !important;
  1034. }
  1035. #plugin_mac_or_windows,#connect_method,#local_help_ai_kit, #help_extends{
  1036. background-color: #fff;
  1037. margin: 0;
  1038. min-width: 137px;
  1039. max-height: 650px;
  1040. overflow-y: auto;
  1041. opacity: 0;
  1042. z-index: 999;
  1043. font-size:14px;
  1044. }
  1045. #plugin_mac_or_windows li,#connect_method li,#local_help_ai_kit li, #help_extends li{
  1046. clear: both;
  1047. color: rgba(0,0,0,0.87);
  1048. cursor: pointer;
  1049. min-height: 50px;
  1050. line-height: 1.5rem;
  1051. width: 100%;
  1052. text-align: left;
  1053. font-size:14px;
  1054. }
  1055. #plugin_mac_or_windows #Mac span, #plugin_mac_or_windows #Windows span, #connect_method #select_connecteds span, #connect_method #no_select_connecteds span{
  1056. color: #222222;
  1057. font-family: "微软雅黑";
  1058. font-size:14px;
  1059. }
  1060. #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{
  1061. color: #222222;
  1062. font-family: "微软雅黑";
  1063. font-size:14px;
  1064. }
  1065. #help_extends #extends_0 span,#help_extends #extends_1 span,#help_extends #extends_2 span {
  1066. color: #222222;
  1067. font-family: "微软雅黑";
  1068. font-size:14px;
  1069. }
  1070. #plugin_mac_or_windows #Mac:hover span, #plugin_mac_or_windows #Windows:hover span,
  1071. #connect_method #select_connecteds:hover span, #connect_method #no_select_connecteds:hover span {
  1072. background: #fff;
  1073. color: #4A6AFF;
  1074. font-family: "微软雅黑";
  1075. font-size:14px;
  1076. }
  1077. #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{
  1078. background: #fff;
  1079. color: #4A6AFF;
  1080. font-family: "微软雅黑";
  1081. font-size:14px;
  1082. }
  1083. #help_extends #extends_0:hover span,#help_extends #extends_1:hover span,#help_extends #extends_2:hover span {
  1084. background: #fff;
  1085. color: #4A6AFF;
  1086. font-family: "微软雅黑";
  1087. font-size:14px;
  1088. }
  1089. #Mac img, #Windows img{
  1090. width: 25px;
  1091. height: 25px;
  1092. margin-right: 5px;
  1093. transform: translateY(5px);
  1094. }
  1095. .display_switch_box2{
  1096. }
  1097. @media only screen and (max-width: 1700px){
  1098. .switch_box2 {
  1099. cursor: pointer;
  1100. display: none;
  1101. bottom: 0;
  1102. position: absolute;
  1103. left: 260px;
  1104. padding: 0px 10px;
  1105. color: #2D2F33;
  1106. }
  1107. .display_switch_box2{
  1108. display: inline-block;
  1109. }
  1110. .switch_select {
  1111. background: #fff;
  1112. /* border-radius: 13px 15px 0px 0px; */
  1113. color: #4A6AFF;
  1114. font-weight: 700;
  1115. }
  1116. }
  1117. @media only screen and (max-width: 1280px){
  1118. .switch_box1 {
  1119. left: 120px;
  1120. }
  1121. .switch_box2 {
  1122. left: 250px;
  1123. /* width: 145px; */
  1124. padding: 0 6px;
  1125. }
  1126. .switch_select {
  1127. background: #fff;
  1128. /* border-radius: 13px 15px 0px 0px; */
  1129. color: #4A6AFF;
  1130. font-weight: 700;
  1131. /* width: 125px; */
  1132. text-align: center;
  1133. }
  1134. }
  1135. .toast {
  1136. background-color: #FFFFFF;
  1137. box-shadow: 0 0 16px 0 rgba(0,0,0,0.20);
  1138. border-radius: 5px;
  1139. font-size: 14px;
  1140. color: #152C2C;
  1141. letter-spacing: 0;
  1142. font-family: "Microsoft YaHei";
  1143. }
  1144. .material-tooltip {
  1145. background-color: #FFFFFF;
  1146. box-shadow: 0 0 16px 0 rgba(0,0,0,0.20);
  1147. border-radius: 5px;
  1148. font-size: 14px;
  1149. color: #152C2C;
  1150. letter-spacing: 0;
  1151. font-family: "Microsoft YaHei";
  1152. }
  1153. .backdrop {
  1154. background-color: #ffffff;
  1155. }
  1156. .firmware_upgrade_modal {
  1157. top: 25% !important;
  1158. width: 600px;
  1159. max-height: 330px;
  1160. background-color: #ffffff;
  1161. box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  1162. border-radius: 3px;
  1163. }
  1164. #firmware_upgrade_Area {
  1165. height: 282px;
  1166. overflow-y: auto;
  1167. background-color: #ffffff;
  1168. }
  1169. .firmware_module {
  1170. width: 130px;
  1171. height: 130px;
  1172. background: #FFFFFF;
  1173. border: 2px solid #CCCCCC;
  1174. border-radius: 3px;
  1175. display: inline-block;
  1176. margin-top: 8%;
  1177. }
  1178. .firmware_module_iot,.firmware_module_ai {
  1179. font-size: 18px;
  1180. color: #2D2F33;
  1181. letter-spacing: 0;
  1182. display: table-cell;
  1183. vertical-align: middle;
  1184. }
  1185. .firmware_module_download {
  1186. display: inline-block;
  1187. margin-top: 4%;
  1188. }
  1189. .button_text {
  1190. font-size: 14px;
  1191. color: #FFFFFF;
  1192. letter-spacing: 0;
  1193. }
  1194. .donload_file_cocorobo, .cloud_storage_name_modal {
  1195. top: 25% !important;
  1196. width: 360px;
  1197. max-height: 240px;
  1198. background-color: #F0F0F2;
  1199. box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  1200. border-radius: 3px;
  1201. }
  1202. .cloud_fileName {
  1203. height: 193px;
  1204. overflow-y: auto;
  1205. background-color:#F0F0F2;;
  1206. }
  1207. .cloudStorage {
  1208. background:#FFFFFF;
  1209. border-radius: 3px 3px 0 0;
  1210. margin-bottom: 0;
  1211. font-size: 16px;
  1212. color: #3D3D3D;
  1213. letter-spacing: 0;
  1214. padding: 15px;
  1215. text-align: center;
  1216. }
  1217. #donload_file_cloud_input, #cloud_input {
  1218. background: #FFFFFF;
  1219. border: 1px solid #CCCCCC;
  1220. border-radius: 3px;
  1221. width: 320px;
  1222. height: 34px;
  1223. box-shadow: none;
  1224. padding-left: 10px;
  1225. font-size: 14px;
  1226. color: #2D2F33;
  1227. letter-spacing: 0;
  1228. }
  1229. .cancelBtn:focus{
  1230. background-color: #CCCCCC;
  1231. }
  1232. input::-webkit-input-placeholder {
  1233. color: #ccc;
  1234. }
  1235. input::-moz-input-placeholder {
  1236. color: #ccc;
  1237. }
  1238. input::-ms-input-placeholder {
  1239. color: #ccc;
  1240. }