index.css 28 KB

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