123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362 |
- .shadowbox {
- background-color: rgba(0, 0, 0, 0.6);
- position: fixed;
- width: 100%;
- height: 100%;
- z-index: 1009
- }
- * {
- box-sizing: border-box;
- }
- body {
- font-family: "Microsoft YaHei";
- }
- input {
- font-family: "Microsoft YaHei";
- }
- .nav-fixed>.shadowbox {
- z-index: 2;
- }
- body>.shadowbox {
- top: 0px;
- z-index: 1000;
- }
- /* .nav-mobile-right{
- min-width: 880px;
- } */
- .nav-mobile-right::after {
- content: '';
- height: 0;
- /*高度为0*/
- line-height: 0;
- /*行高为0*/
- display: block;
- /*将文本转为块级元素*/
- visibility: hidden;
- /*将元素隐藏*/
- clear: both;
- /*清除浮动*/
- }
- .translatable_sketch_name {
- margin-left: 0;
- border-radius: 15px;
- background: #2940ad;
- height: 35px;
- width: 170px;
- color: #fff;
- text-indent: 1em;
- border-bottom: none;
- }
- @media screen and (max-width: 1400px) {
- /* .translatable_help_board {
- display: none;
- } */
- .translatable_devices {
- display: none;
- }
- .translatable_language {
- display: none;
- }
- .translatable_login_title {
- display: none;
- }
- .translatable_storage {
- display: none;
- }
- .translatable_learn_board {
- display: none;
- }
- .translatable_labscenter {
- display: none;
- }
- #account_alias {
- display: none;
- }
- .translatable_sketch_name {
- width: 100px;
- }
- /* #iot_modules {
- width: 118px !important;
- } */
- #sketch_name {
- margin-left: 0 !important;
- /* width: 100px !important; */
- }
- }
- .shadow_container {
- position: relative;
- top: 6%;
- height: -moz-calc(100vh - 145px);
- /* Firefox */
- height: -webkit-calc(100vh - 145px);
- /* WebKit */
- height: -o-calc(100vh - 145px);
- /* Opera */
- height: calc(100vh - 105px);
- /* Standard */
- }
- .shadow_top {
- position: relative;
- transform: translate(-50%, -50%);
- width: 40%;
- max-width: 490px;
- border: dashed #fff;
- top: 50%;
- left: 50%;
- pointer-events: none;
- }
- .shadow_top>img {
- position: relative;
- width: 150px;
- transform: translateX(-50%);
- left: 50%;
- }
- .shadow_top>p {
- position: relative;
- margin: auto;
- font-size: 2rem;
- text-align: center;
- color: ghostwhite;
- padding-bottom: 20px;
- }
- #modal_preload {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1003;
- width: 100%;
- height: 100%;
- background-color: rgba(238, 238, 238, 0.3);
- }
- .preloader-wrapper {
- position: absolute;
- /* top: 30%;
- left: 45%; */
- z-index: 1001;
- width: 100px;
- height: 100px;
- }
- .preloader-wrapper.big {
- width: 128px;
- height: 128px;
- }
- .circle-clipper .circle {
- border-width: 8px;
- }
- .container {
- width: 90%;
- max-width: initial !important;
- /*padding-left: 1.5rem;
- padding-right: 1.5rem;*/
- z-index: 997;
- }
- .navcontainer {
- width: 90%;
- max-width: initial !important;
- padding-left: 1.5rem;
- padding-right: 1.5rem;
- z-index: 997;
- }
- .blocklyTreeIcon {
- background-image: none
- }
- .blocklyTreeRoot>div:nth-child(2)>div:nth-child(15) {
- margin-top: 10px;
- }
- .blocklyTreeRoot>div:nth-child(2)>div:nth-child(15)>div:nth-child(1) {
- padding-left: 0px;
- border-left: 8px solid rgb(91, 95, 166);
- color: #FFF;
- }
- .blocklyTreeRoot>div:nth-child(2)>div:nth-child(16)>div:nth-child(1) {
- padding-left: 0px;
- border-left: 8px solid rgb(91, 95, 166);
- color: #FFF;
- }
- .blocklyTreeRoot>div:nth-child(2)>div:nth-child(17)>div:nth-child(1) {
- padding-left: 0px;
- border-left: 8px solid rgb(126, 60, 202);
- color: #FFF;
- }
- .blocklyTreeRow {
- padding: 0px 16px 0px 0px !important;
- }
- /*devices*/
- .form-main {
- box-sizing: border-box;
- }
- .form-btn {
- /* padding: 24px 0; */
- text-align: center;
- height: 85px;
- line-height: 85px;
- box-sizing: border-box;
- }
- .form_eqmain {
- padding: 0 40px;
- }
- .form_eqtitle {
- margin: 15px 0;
- padding: 6px 8px;
- border-bottom: 1px solid #848484;
- }
- .form_eqtitle span {
- display: inline-block;
- font-size: 19px;
- }
- .form_eqtitle div {
- float: right;
- cursor: pointer;
- }
- .form_eqtitle div span:first-child {
- background: url('images/add.png') no-repeat;
- background-size: 100% 100%;
- width: 25px;
- height: 25px;
- float: left;
- }
- .form_eqtitle div span:nth-child(2) {
- font-size: 14px;
- color: #5d5d5d;
- }
- .form-btn button {
- width: 110px;
- height: 42px;
- margin: 0 55px;
- border-radius: 35px;
- outline: none;
- cursor: pointer;
- font-size: 16px;
- text-align: center;
- }
- .form-confirm {
- background: #e05e1f;
- border: none;
- color: #FFF;
- }
- .form-cencal {
- color: #000;
- background: #eaeaea;
- border: none;
- text-align: center;
- }
- /*表格样å¼ÂÂÂÂÂ*/
- ul, li {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .hs_dp_head {
- height: 52px;
- line-height: 52px;
- text-align: center;
- /* border-bottom: 2px solid #3b3b3b; */
- color: #000;
- }
- .hs_dp_head li {
- width: 100%;
- /* min-width: 1100px; */
- border-left: 2px solid #3b3b3b00;
- border-right: 2px solid #3b3b3b;
- }
- .hs_dp_head li>div {
- float: left;
- width: calc(100% - 208px);
- border-right: 2px solid #ffffff00;
- text-indent: 1em;
- text-align: left;
- }
- .hs_dp_head li>div:last-child {
- width: 200px;
- text-align: center;
- }
- .hs_dp_tbody {
- height: 300px;
- border-radius: 4px;
- border-top: 2px solid #dadada;
- /* background-color: #F7F7F7; */
- /* overflow: auto; */
- /* height: auto; */
- }
- .hs_dp_tbody li {
- float: left;
- width: calc(100% - 0px);
- height: 36px;
- line-height: 36px;
- border-bottom: 2px solid #dadada;
- border-left: 2px solid #dadada;
- border-right: 2px solid #dadada;
- }
- .hs_dp_tbody li {
- background: #f3f3f3;
- cursor: pointer;
- }
- .hs_dp_tbody li:hover {
- background: #eff2ff;
- }
- .hs_dp_tbody li>div {
- float: left;
- width: calc(100% - 204px);
- position: relative;
- font-size: 18px;
- text-overflow: ellipsis;
- color: #000000;
- white-space: nowrap;
- height: 36px;
- overflow: hidden;
- border-right: 2px solid #dadada00;
- text-indent: 1em;
- text-align: left;
- }
- .hs_dp_tbody li>div:last-child {
- border-right: none;
- width: 200px;
- text-align: center;
- }
- .hs_pub_tb {
- width: 100%;
- margin: 18px auto 0 auto;
- /* border: 2px solid #ebebeb; */
- /* border-top: none; */
- }
- .table {
- position: relative;
- border-collapse: collapse;
- /* border: solid #3b3b3b; */
- /* border-bottom: none; */
- /* border-width:1px; */
- white-space: nowrap;
- table-layout: fixed;
- display: table;
- }
- .hs_dp_btnbox span:nth-child(1) {
- /* background: url(connect.png) no-repeat; */
- background-size: 100% 100%;
- width: 25px;
- height: 25px;
- position: absolute;
- display: inline-block;
- margin: 5px 0px 0 -12px;
- }
- .connect, .disconnect {
- cursor: pointer;
- }
- .connect span:nth-child(1) {
- background: url(images/connect.png) no-repeat;
- }
- .connect span:nth-child(2) {
- color: #d42929 !important;
- }
- .disconnect span:nth-child(1) {
- background: url(images/disconnect.png) no-repeat;
- }
- .hs_dp_btnbox span:nth-child(2) {
- font-size: 15px;
- color: #5d5d5d;
- margin-left: 15px;
- }
- .form_eqcontent {
- margin: 50px auto;
- width: auto;
- }
- .form_eqcontent span {}
- .form_eqcontent input {
- width: 270px;
- height: 30px;
- padding-left: 8px;
- margin-left: 20px;
- }
- .select-connected {
- outline: 0;
- position: relative;
- color: #6f6f6f;
- font-weight: 500;
- width: 100%;
- height: 30px;
- border: none;
- border-bottom: 1px solid #6f6f6f;
- background: #00000000;
- display: block;
- }
- .select-connected:focus {
- outline: 0;
- }
- .btn-toolbar-title {
- height: 40px;
- text-align: left;
- text-indent: .5em;
- border-radius: 5px;
- position: relative;
- width: 70%;
- margin-bottom: 10px;
- }
- .btn-toolbar-title div {
- border: 2px solid #adeaeb;
- height: 4px;
- border-radius: 5px;
- position: absolute;
- bottom: 4px;
- width: 100%;
- }
- .btn-toolbar-title2 {
- height: 40px;
- text-align: left;
- text-indent: .5em;
- border-radius: 5px;
- position: relative;
- width: 70%;
- margin-bottom: 10px;
- }
- .btn-toolbar-title2 div {
- border: 2px solid #adeaeb;
- height: 4px;
- border-radius: 5px;
- position: absolute;
- bottom: 4px;
- width: 100%;
- }
- .btn-toolbar-inputbox {
- width: 70%;
- height: 55px;
- box-sizing: content-box;
- }
- .btn-toolbar-inputbox input:nth-child(1) {
- width: calc(97% - 80px);
- height: 35px;
- border-bottom: 1px solid #dbdbdb;
- text-indent: .5em;
- outline: 0;
- background: #ffffff00;
- font-size: 15px;
- color: #000;
- /* font-weight: 700; */
- float: left;
- }
- .btn-toolbar-inputbox input:nth-child(2) {
- margin-left: 3%;
- border: 0;
- height: 35px;
- line-height: 36px;
- outline: 0;
- background: #508cf0;
- color: #FFF;
- padding: 0 10px;
- cursor: pointer;
- font-size: 15px;
- font-weight: 500;
- box-sizing: border-box;
- float: left;
- min-width: 50px;
- border-radius: 3px;
- box-shadow: 1px 1px 4px #b7b7b7;
- }
- .btn-toolbar-inputbox2 {
- width: 70%;
- height: 55px;
- box-sizing: content-box;
- }
- .btn-toolbar-inputbox2 select:nth-child(1) {
- outline: 0;
- color: #000;
- width: calc(100% - 245px);
- border: none;
- border-bottom: 1px solid #dbdbdb;
- background: #00000000;
- display: block;
- height: 35px;
- float: left;
- }
- .btn-toolbar-inputbox2 button:nth-child(2) {
- border: 0;
- height: 35px;
- line-height: 35px;
- outline: 0;
- background: #508cf0;
- color: #FFF;
- cursor: pointer;
- font-size: 15px;
- font-weight: 500;
- padding: 0 15px;
- float: left;
- margin: 0px 10px 0px 20px;
- border-radius: 2px;
- box-shadow: 1px 1px 4px #b7b7b7;
- }
- .btn-toolbar-inputbox2 button:nth-child(3) {
- border: 0;
- height: 35px;
- line-height: 35px;
- outline: 0;
- background: #e05e1f;
- color: #FFF;
- cursor: pointer;
- font-size: 15px;
- /* border-radius: 35px; */
- font-weight: 500;
- padding: 0 15px;
- float: left;
- border-radius: 3px;
- box-shadow: 1px 1px 4px #b7b7b7;
- }
- .btn-toolbar-btnbox {
- width: 96%;
- height: 55px;
- box-sizing: content-box;
- position: relative;
- padding: 0px 0 0 0;
- }
- .btn-toolbar-btnbox button:nth-child(1) {
- border: 0;
- height: 35px;
- line-height: 35px;
- outline: 0;
- background: #508cf0;
- color: #FFF;
- cursor: pointer;
- font-size: 15px;
- /* border-radius: 35px; */
- font-weight: 500;
- padding: 0 15px;
- /* left: 0; */
- float: left;
- margin-right: 15px;
- /* position: absolute;*/
- border-radius: 3px;
- box-shadow: 1px 1px 4px #b7b7b7;
- }
- .btn-toolbar-btnbox button:nth-child(2) {
- border: 0;
- height: 35px;
- line-height: 35px;
- outline: 0;
- background: #e05e1f;
- color: #FFF;
- cursor: pointer;
- font-size: 15px;
- /* border-radius: 35px; */
- font-weight: 500;
- padding: 0 15px;
- float: left;
- border-radius: 3px;
- box-shadow: 1px 1px 4px #b7b7b7;
- }
- .select-wrapper span.caret {
- color: initial;
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- height: 10px;
- margin: auto 0;
- font-size: 10px;
- line-height: 10px;
- }
- .injectionDiv:nth-child(2) {
- display: none;
- }
- .injectionDiv:nth-child(3) {
- display: none;
- }
- .selectMode_input {
- outline: 0;
- position: relative;
- color: #fff;
- font-weight: 500;
- width: 175px;
- height: 35px;
- border-radius: 30px;
- background: #fff0;
- border: 2px solid #fff;
- margin: 15px 0px 0px 0px;
- display: block;
- cursor: pointer;
- text-indent: 1rem;
- }
- .down {
- width: 0;
- height: 0 !important;
- overflow: hidden;
- font-size: 0;
- /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
- line-height: 0;
- /* å—体大å°Â和行高, 导致盒åÂÂ呈现被撑开的长矩形 */
- border-width: 5px;
- border-style: solid;
- /*ie6下会出现ä¸Âé€Â明的兼容问题*/
- border-color: #fff transparent transparent transparent;
- position: absolute;
- top: 15px;
- right: 10px;
- cursor: pointer;
- }
- .downboxdown {
- width: 0;
- height: 0 !important;
- overflow: hidden;
- font-size: 0;
- /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
- line-height: 0;
- /* å—体大å°Â和行高, 导致盒åÂÂ呈现被撑开的长矩形 */
- border-width: 5px;
- border-style: solid;
- /*ie6下会出现ä¸Âé€Â明的兼容问题*/
- border-color: transparent transparent transparent #a2a2a2;
- position: absolute;
- top: 15px;
- right: 0px;
- cursor: pointer;
- }
- .downbox {
- position: absolute;
- top: 64px;
- width: 177px;
- z-index: 1000;
- background: #fff;
- border-radius: 4px;
- border: 1px solid #e6e6e6;
- box-shadow: 1px 1px 4px #cccccc;
- display: none;
- }
- .downbox div {
- /* background: #ffffff; */
- width: 100%;
- border-top: 1px solid #e6e6e6;
- height: 40px;
- line-height: 40px;
- color: #222222;
- cursor: pointer;
- font-size: 15px;
- text-align: center;
- }
- .downbox div:first-child {
- border: none;
- position: relative;
- color: #222222;
- font-family: "微软雅黑";
- }
- .downbox div:first-child:hover {
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- .downbox div:first-child:hover .Hardware2 {
- display: block;
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- .downbox div:first-child:hover .Hardware3 {
- display: block;
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- .MouduleBox div a{
- background: #fff !important;
- color: #222222;
- }
- .MouduleBox div a:hover {
- color: #4A6AFF !important;
- font-family: "微软雅黑";
- }
- .ModeSelectBox .ModeSelect .downbox-style {
- position: absolute;
- top: 63px;
- width: 200px;
- margin-left: -88px;
- }
- /* .downbox div:hover {
- background: #d6dfff;
- } */
- .Hardware2, .Hardware3,.Hardware4 {
- position: absolute;
- width: 100%;
- z-index: 9999;
- background: #fff;
- border-radius: 4px;
- border: 1px solid #e6e6e6;
- left: calc(100% + 1px);
- top: 3px;
- box-shadow: 1px 1px 4px #b7b7b7;
- display: none;
- }
- .Hardware2 li,.Hardware3 li,.Hardware4 li {
- width: 100%;
- border-top: 1px solid #e6e6e6;
- height: 40px;
- line-height: 40px;
- /* text-indent: 1em; */
- color: #222222;
- cursor: pointer;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .Hardware2 li:hover,.Hardware4 li:hover {
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- .ModeSelect {
- outline: 0;
- color: #fff;
- font-weight: 500;
- width: auto;
- height: 100%;
- padding: 0 25px;
- background: #fff0;
- margin: 0px 25px 0px 0px;
- display: block;
- cursor: pointer;
- text-align: center;
- }
- .ModeSelectBox .active {
- background-color: #2847b8;
- }
- .ModeSelectBox .active .downbox {
- display: block !important;
- }
- .ModeSelectBox .ModeBox {
- width: 190%;
- top: 63px;
- }
- .ModeSelectBox .downbox div {
- position: relative;
- }
- .ModeSelectBox .downbox div:hover .Hardware2 {
- width: 120%;
- display: block;
- }
- .Hardware5:hover .Hardware4,.Hardware6:hover .Hardware4,.Hardware7:hover .Hardware4,.Hardware8:hover .Hardware4,.Hardware9:hover .Hardware4{
- display: block;
- }
- .qiehuan {
- width: 225px;
- position: absolute;
- top: -60px;
- left: 230px;
- display: block;
- opacity: 1;
- }
- .qiehuanposi {
- top: -108px;
- left: 167px;
- }
- .switch_box {
- cursor: pointer;
- display: inline-block;
- bottom: 0;
- position: absolute;
- padding: 0px 6px;
- color: #2D2F33;
- width: 140px;
- text-align: center;
- }
- .switch_box1 {
- cursor: pointer;
- display: inline-block;
- bottom: 0;
- position: absolute;
- left: 240px;
- padding: 0px 6px;
- color: #2D2F33;
- width: 140px;
- text-align: center;
- }
- .switch_box2 {
- cursor: pointer;
- display: inline-block;
- bottom: 0;
- position: absolute;
- left: 450px;
- padding: 0px 6px;
- color: #2D2F33;
- /* width: 125px; */
- text-align: center;
- }
- .switch_select {
- background: #fff;
- /* border-radius: 13px 15px 0px 0px; */
- color: #4A6AFF;
- font-weight: 700;
- /* width: 125px; */
- text-align: center;
- }
- #repl_box_content div {
- word-wrap: break-word;
- word-break: normal;
- }
- @media screen and (max-height: 570px) {
- .ModeSelectBox .downbox div:hover .Hardware2 {
- width: 170%;
- max-height: 155px;
- overflow: auto;
- display: block;
- }
- .Hardware5:hover .Hardware4,.Hardware6:hover .Hardware4,.Hardware7:hover .Hardware4,.Hardware8:hover .Hardware4,.Hardware9:hover .Hardware4{
- display: block;
- }
- }
- @media screen and (max-width: 1450px) {
- .max {
- width: 106% !important;
- }
- }
- /* 旋转 */
- .svgImg {
- position: absolute !important;
- width: 24px;
- top: calc(50% - 12px);
- left: calc(50% - 12px);
- display: none;
- }
- .xuanhuan {
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-duration: 1s;
- -moz-transition-property: -moz-transform;
- -moz-transition-duration: 1s;
- -webkit-animation: rotate 1.4s linear infinite;
- -moz-animation: rotate 1.4s linear infinite;
- -o-animation: rotate 1.4s linear infinite;
- animation: rotate 1.4s linear infinite;
- }
- @-webkit-keyframes rotate {
- from {
- -webkit-transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(360deg)
- }
- }
- @-moz-keyframes rotate {
- from {
- -moz-transform: rotate(0deg)
- }
- to {
- -moz-transform: rotate(359deg)
- }
- }
- @-o-keyframes rotate {
- from {
- -o-transform: rotate(0deg)
- }
- to {
- -o-transform: rotate(359deg)
- }
- }
- @keyframes rotate {
- from {
- transform: rotate(0deg)
- }
- to {
- transform: rotate(359deg)
- }
- }
- /* 切换编辑按钮 */
- #toggle-button {
- display: none;
- }
- .button-label {
- position: relative;
- display: inline-block;
- width: 40px;
- line-height: 18px;
- background-color: #ccc;
- border: 1px solid #ccc;
- border-radius: 30px;
- cursor: pointer;
- }
- .circle {
- position: absolute;
- top: 0;
- left: 0;
- width: 18px;
- height: 18px;
- border-radius: 50%;
- background-color: #fff;
- }
- .button-label .text {
- line-height: 20px;
- font-size: 12px;
- /*
- 用来阻止页面文字被选中,出现蓝色
- 可以将下面两行代码注释掉来查看区别
- */
- -webkit-user-select: none;
- user-select: none;
- }
- .on {
- color: #fff;
- display: none;
- text-indent: 5px;
- }
- .off {
- color: #fff;
- display: inline-block;
- text-indent: 23px;
- }
- .button-label .circle {
- left: 0;
- transition: all 0.3s;
- /*transition过度,时间为0.3秒*/
- }
- /*
- 以下是checked被选中后,紧跟checked标签后面label的样式。
- 例如:div+p 选择所有紧接着<div>元素之后的<p>元素
- */
- #toggle-button:checked+label.button-label .circle {
- left: 19px;
- }
- #toggle-button:checked+label.button-label .on {
- display: inline-block;
- }
- #toggle-button:checked+label.button-label .off {
- display: none;
- }
- #toggle-button:checked+label.button-label {
- background-color: #2c4fcd;
- }
- .edit {
- position: absolute;
- width: 100%;
- height: 99%;
- background-color: rgba(0, 0, 0, 0);
- top: 1px;
- z-index: 980;
- }
- .editDiv {
- position: absolute;
- /* top: 135px; */
- right: 113px;
- z-index: 990;
- }
- /*
- .editDiv label {
- line-height: 20px;
- } */
- /* @media only screen and (max-width: 600px) and (min-width: 0px) {
- .editDiv {
- position: absolute;
- top: 10px;
- right: 30px;
- z-index: 990;
- }
- } */
- /* 当浏览器页面小于1265px 时 */
- @media only screen and (max-width: 1265px) {
- .modals {
- position: fixed;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 1000;
- }
- }
- table td, th {
- text-align: center;
- /*padding: 10px 0;*/
- }
- /* 二维码分享 */
- .qrImgUrl {
- text-align: center;
- }
- .shareUrl {
- position: fixed;
- left: calc(50% - 50px);
- top: 64px !important;
- }
- /* 更新文件 */
- .select_folder{
- padding: 10px;
- border: 2px solid #eaeaea;
- border-radius: 5px;
- }
- #updatePy .folder_name{
- margin-top: 10px;
- }
- #updatePy .folder_name .folder_name_inpit{
- width: calc(100% - 100px);
- height: 30px;
- border: 1px solid #ccc;
- outline: none;
- box-shadow: none;
- padding: 0 15px;
- margin: 0;
- border-radius: 5px;
- }
- .update_bottom {
- text-align: right;
- margin-top: 10px;
- }
- .update_bottom button {
- background-color: #2c4fcd;
- color: #fff;
- padding: 8px 15px;
- border: none;
- outline: none;
- border-radius: 8px;
- }
- .echart-text {
- position: absolute;
- left: 20%;
- right: 20%;
- top: 50%;
- width: 60%;
- text-align: center;
- font-weight: bold;
- }
- .english {
- width: 185px !important;
- }
- .fileEnglish {
- width: 185px !important
- }
- .helpEnglish {
- width: 240px !important
- }
- .blue{
- background-color: #4A6AFF !important;
- }
-
- .green {
- background-color: #24AF00 !important;
- }
- .gray {
- background-color: #ADADAD !important;
- }
- #plugin_mac_or_windows,#connect_method,#local_help_ai_kit, #help_extends{
- background-color: #fff;
- margin: 0;
- min-width: 137px;
- max-height: 650px;
- overflow-y: auto;
- opacity: 0;
- z-index: 999;
- }
- #plugin_mac_or_windows li,#connect_method li,#local_help_ai_kit li, #help_extends li{
- clear: both;
- color: rgba(0,0,0,0.87);
- cursor: pointer;
- min-height: 50px;
- line-height: 1.5rem;
- width: 100%;
- text-align: left;
- }
- #plugin_mac_or_windows #Mac span, #plugin_mac_or_windows #Windows span, #connect_method #select_connecteds span, #connect_method #no_select_connecteds span{
- color: #222222;
- font-family: "微软雅黑";
- }
- #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{
- color: #222222;
- font-family: "微软雅黑";
- }
- #help_extends #extends_0 span,#help_extends #extends_1 span,#help_extends #extends_2 span {
- color: #222222;
- font-family: "微软雅黑";
- }
- #plugin_mac_or_windows #Mac:hover span, #plugin_mac_or_windows #Windows:hover span,
- #connect_method #select_connecteds:hover span, #connect_method #no_select_connecteds:hover span {
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- #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{
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- #help_extends #extends_0:hover span,#help_extends #extends_1:hover span,#help_extends #extends_2:hover span {
- background: #fff;
- color: #4A6AFF;
- font-family: "微软雅黑";
- }
- #Mac img, #Windows img{
- width: 25px;
- height: 25px;
- margin-right: 5px;
- transform: translateY(5px);
- }
- .display_switch_box2{
-
- }
- @media only screen and (max-width: 1700px){
- .switch_box2 {
- cursor: pointer;
- display: none;
- bottom: 0;
- position: absolute;
- left: 260px;
- padding: 0px 10px;
- color: #2D2F33;
- }
- .display_switch_box2{
- display: inline-block;
- }
- .switch_select {
- background: #fff;
- /* border-radius: 13px 15px 0px 0px; */
- color: #4A6AFF;
- font-weight: 700;
- }
- }
- @media only screen and (max-width: 1280px){
- .switch_box1 {
- left: 120px;
- }
- .switch_box2 {
- left: 250px;
- /* width: 145px; */
- padding: 0 6px;
- }
- .switch_select {
- background: #fff;
- /* border-radius: 13px 15px 0px 0px; */
- color: #4A6AFF;
- font-weight: 700;
- /* width: 125px; */
- text-align: center;
- }
- }
- .toast {
- background-color: #FFFFFF;
- box-shadow: 0 0 16px 0 rgba(0,0,0,0.20);
- border-radius: 5px;
- font-size: 14px;
- color: #152C2C;
- letter-spacing: 0;
- font-family: "Microsoft YaHei";
- }
- .material-tooltip {
- background-color: #FFFFFF;
- box-shadow: 0 0 16px 0 rgba(0,0,0,0.20);
- border-radius: 5px;
- font-size: 14px;
- color: #152C2C;
- letter-spacing: 0;
- font-family: "Microsoft YaHei";
- }
- .backdrop {
- background-color: #ffffff;
- }
- .firmware_upgrade_modal {
- top: 25% !important;
- width: 600px;
- max-height: 330px;
- background-color: #ffffff;
- box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
- border-radius: 3px;
- }
- #firmware_upgrade_Area {
- height: 282px;
- overflow-y: auto;
- background-color: #ffffff;
- }
- .firmware_module {
- width: 130px;
- height: 130px;
- background: #FFFFFF;
- border: 2px solid #CCCCCC;
- border-radius: 3px;
- display: inline-block;
- margin-top: 8%;
- }
- .firmware_module_iot,.firmware_module_ai {
- font-size: 18px;
- color: #2D2F33;
- letter-spacing: 0;
- display: table-cell;
- vertical-align: middle;
- }
- .firmware_module_download {
- display: inline-block;
- margin-top: 4%;
- }
- .button_text{
- font-size: 14px;
- color: #FFFFFF;
- letter-spacing: 0;
- }
|