| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854 |
-
- .cmd-progress[data-v-06762d5e] {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- list-style: none;
- display: inline-block;
- }
- .cmd-progress-line[data-v-06762d5e] {
- width: 100%;
- font-size: 0.875rem;
- position: relative;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .cmd-progress-outer[data-v-06762d5e] {
- display: inline-block;
- width: 100%;
- margin-right: 0;
- padding-right: 0;
- }
- .cmd-progress-show-info .cmd-progress-outer[data-v-06762d5e] {
- flex: 1;
- }
- .cmd-progress-inner[data-v-06762d5e] {
- display: inline-block;
- width: 100%;
- background-color: #f5f5f5;
- border-radius: 6.25rem;
- vertical-align: middle;
- position: relative;
- }
- .cmd-progress-circle-trail[data-v-06762d5e] {
- stroke: #f5f5f5;
- }
- .cmd-progress-circle-path[data-v-06762d5e] {
- stroke: #1890ff;
- animation: appear 0.3s;
- }
- .cmd-progress-success-bg[data-v-06762d5e],
- .cmd-progress-bg[data-v-06762d5e] {
- background-color: #1890ff;
- transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
- position: relative;
- }
- .cmd-progress-success-bg[data-v-06762d5e] {
- background-color: #52c41a;
- position: absolute;
- top: 0;
- left: 0;
- }
- .cmd-progress-text[data-v-06762d5e] {
- word-break: normal;
- width: 1.875rem;
- text-align: left;
- margin-left: 0.5rem;
- vertical-align: middle;
- display: inline-block;
- white-space: nowrap;
- color: rgba(0, 0, 0, 0.45);
- line-height: 1;
- }
- .cmd-progress-status-active .cmd-progress-bg[data-v-06762d5e]:before {
- content: "";
- opacity: 0;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #fff;
- border-radius: 0.625rem;
- animation: cmd-progress-active-06762d5e 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
- }
- .cmd-progress-status-exception .cmd-progress-bg[data-v-06762d5e] {
- background-color: #f5222d;
- }
- .cmd-progress-status-exception .cmd-progress-text[data-v-06762d5e] {
- color: #f5222d;
- }
- .cmd-progress-status-exception .cmd-progress-circle-path[data-v-06762d5e] {
- stroke: #f5222d;
- }
- .cmd-progress-status-success .cmd-progress-bg[data-v-06762d5e] {
- background-color: #52c41a;
- }
- .cmd-progress-status-success .cmd-progress-text[data-v-06762d5e] {
- color: #52c41a;
- }
- .cmd-progress-status-success .cmd-progress-circle-path[data-v-06762d5e] {
- stroke: #52c41a;
- }
- .cmd-progress-circle .cmd-progress-inner[data-v-06762d5e] {
- position: relative;
- line-height: 1;
- background-color: transparent;
- }
- .cmd-progress-circle .cmd-progress-text[data-v-06762d5e] {
- display: block;
- position: absolute;
- width: 100%;
- text-align: center;
- line-height: 1;
- top: 50%;
- transform: translateY(-50%);
- left: 0;
- margin: 0;
- color: rgba(0, 0, 0, 0.65);
- white-space: normal;
- }
- .cmd-progress-circle .cmd-progress-status-exception .cmd-progress-text[data-v-06762d5e] {
- color: #f5222d;
- }
- .cmd-progress-circle .cmd-progress-status-success .cmd-progress-text[data-v-06762d5e] {
- color: #52c41a;
- }
- @keyframes cmd-progress-active-06762d5e {
- 0% {
- opacity: 0.1;
- width: 0;
- }
- 20% {
- opacity: 0.5;
- width: 0;
- }
- 100% {
- opacity: 0;
- width: 100%;
- }
- }
-
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup-dialog[data-v-d78c88b7] {
- width: 600px;
- border-radius: 11px;
- background-color: #fff;
- }
- .uni-dialog-title[data-v-d78c88b7] {
- display: flex;
- flex-direction: row;
- justify-content: center;
- padding-top: 25px;
- }
- .uni-dialog-title-text[data-v-d78c88b7] {
- font-size: 28px;
- font-weight: 600;
- }
- .uni-dialog-content[data-v-d78c88b7] {
- height: 200px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- padding: 40px;
- margin-top: 40px;
- box-sizing: border-box;
- }
- .uni-dialog-content-text[data-v-d78c88b7] {
- font-size: 24px;
- color: #6C6C6C;
- }
- .uni-dialog-button-group[data-v-d78c88b7] {
- height: 80px;
- display: flex;
- align-items: center;
- flex-direction: row;
- border-top-color: #f5f5f5;
- border-top-style: solid;
- border-top-width: 1px;
- }
- .uni-dialog-button[data-v-d78c88b7] {
- display: flex;
- flex: 1;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- height: 45px;
- }
- .uni-border-left[data-v-d78c88b7] {
- border-left-color: #f0f0f0;
- border-left-style: solid;
- border-left-width: 1px;
- }
- .uni-dialog-button-text[data-v-d78c88b7] {
- font-size: 24px;
- color: #333;
- }
- .uni-button-color[data-v-d78c88b7] {
- color: #007aff;
- }
- .uni-dialog-input[data-v-d78c88b7] {
- flex: 1;
- font-size: 24px;
- border: 1px #eee solid;
- height: 40px;
- padding: 0 10px;
- border-radius: 5px;
- color: #555;
- }
- .uni-popup__success[data-v-d78c88b7] {
- color: #4cd964;
- }
- .uni-popup__warn[data-v-d78c88b7] {
- color: #f0ad4e;
- }
- .uni-popup__error[data-v-d78c88b7] {
- color: #dd524d;
- }
- .uni-popup__info[data-v-d78c88b7] {
- color: #909399;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup[data-v-4dd3c44b] {
- position: fixed;
- z-index: 99;
- }
- .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
- top: 0;
- }
- .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
- display: block;
- position: relative;
- /* iphonex 等安全区设置,底部安全区适配 */
- }
- .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
- padding-top: 0;
- flex: 1;
- }
- .fixforpc-z-index[data-v-4dd3c44b] {
- z-index: 999;
- }
- .fixforpc-top[data-v-4dd3c44b] {
- top: 0;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .content[data-v-80112fae] {
- width: 100%;
- height: 100vh;
- opacity: 1;
- background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, #c4e5ff 100%);
- box-sizing: border-box;
- }
- .top[data-v-80112fae] {
- width: 100%;
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- box-sizing: border-box;
- background-color: #fff;
- padding: 0px 46px;
- }
- .top_logo[data-v-80112fae] {
- width: 327px;
- height: 52px;
- }
- .tite[data-v-80112fae] {
- width: 340px;
- height: 48px;
- font-size: 34px;
- font-weight: 800;
- }
- .time[data-v-80112fae] {
- width: 277px;
- text-align: right;
- }
- .time_top[data-v-80112fae] {
- font-size: 17px;
- }
- .time_bottom[data-v-80112fae] {
- display: flex;
- font-size: 17px;
- justify-content: space-between;
- }
- .time_bottom1[data-v-80112fae] {
- display: flex;
- }
- .time_state[data-v-80112fae] {
- font-size: 17px;
- font-weight: 600;
- color: #164490;
- }
- .time_state1[data-v-80112fae] {
- font-size: 17px;
- font-weight: 600;
- color: #d91616;
- }
- .parameter[data-v-80112fae] {
- width: 100%;
- padding-bottom: 20px;
- display: flex;
- padding: 20px 20px;
- box-sizing: border-box;
- }
- .parameter_left[data-v-80112fae] {
- width: 262.85px;
- height: 630px;
- opacity: 1;
- border-radius: 24.47px;
- background: linear-gradient(180deg, rgba(42, 150, 212, 0.1) 0%, rgba(42, 146, 209, 0) 100%);
- border: 2.94px solid #f2f8fc;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 0.625rem 0px;
- }
- .parameter_left1[data-v-80112fae] {
- width: 100%;
- height: 170px;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 10px;
- }
- .canvas[data-v-80112fae] {
- width: 180px;
- margin: 8px auto auto auto;
- }
- .parameter_canvas[data-v-80112fae] {
- width: 100%;
- display: flex;
- justify-content: space-around;
- box-sizing: border-box;
- }
- .parameter_canvas1[data-v-80112fae] {
- margin-left: -20px;
- margin-top: -40px;
- }
- .parameter_canvas2[data-v-80112fae] {
- margin-right: -20px;
- margin-top: -40px;
- }
- .parameter_leftdian1[data-v-80112fae] {
- width: 97.9px;
- height: 97.9px;
- opacity: 1;
- }
- .parameter_lef2[data-v-80112fae] {
- width: 100%;
- height: 210px;
- display: flex;
- justify-content: center;
- align-items: center;
- background-image: url("../../static/heng.png");
- background-size: auto 100%;
- background-repeat: no-repeat;
- background-position: center center;
- margin: 10px 0px;
- }
- .parameter_lef2 uni-image[data-v-80112fae] {
- width: 100px;
- height: 100px;
- margin-top: -10px;
- }
- .parameter_leftche[data-v-80112fae] {
- width: 115.52px;
- height: 78.32px;
- opacity: 1;
- }
- .parameter_leftche1[data-v-80112fae] {
- width: 77px;
- height: 81px;
- opacity: 1;
- }
- .parameter_leftche2[data-v-80112fae] {
- width: 77px;
- height: 62px;
- }
- .parameter_leftview[data-v-80112fae] {
- font-size: 19.58px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: 28.35px;
- color: black;
- margin-top: 8px;
- }
- .parameter_right[data-v-80112fae] {
- flex: 1;
- margin-left: 10px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .parameter_righttop[data-v-80112fae] {
- width: 100%;
- }
- .parameter_1[data-v-80112fae] {
- display: flex;
- justify-content: space-between;
- }
- .parameter_2[data-v-80112fae] {
- width: 339.21px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-right: 16px;
- }
- .parameter_3[data-v-80112fae] {
- width: 339.21px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 12px 20px;
- box-sizing: border-box;
- border-radius: 9.79px;
- background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
- }
- .parameter_3 uni-image[data-v-80112fae] {
- width: 7.83px;
- height: 7.83px;
- margin-right: 6px;
- }
- .parameter_31[data-v-80112fae] {
- width: 339.21px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 3px 20px;
- box-sizing: border-box;
- border-radius: 9.79px;
- background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
- }
- .parameter_31 uni-image[data-v-80112fae] {
- width: 7.83px;
- height: 7.83px;
- margin-right: 6px;
- }
- .parameter_4[data-v-80112fae] {
- /** 文本1 */
- font-size: 23.5px;
- font-weight: 700;
- color: #262626;
- display: flex;
- align-items: center;
- }
- .parameter_5[data-v-80112fae] {
- font-size: 24.47px;
- font-weight: 700;
- color: #d91616;
- }
- .parameter_51[data-v-80112fae] {
- font-size: 24.47px;
- font-weight: 700;
- color: #077b43;
- }
- .parameter_shan[data-v-80112fae] {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- border-radius: 9.79px;
- margin-right: 16px;
- background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
- }
- .parameter_shan uni-image[data-v-80112fae] {
- width: 22px;
- height: 37.2px;
- }
- .parameter_SOC[data-v-80112fae] {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- border-radius: 9.79px;
- margin-right: 16px;
- background: linear-gradient(180deg, rgba(240, 209, 137, 0.15) 0%, rgba(186, 141, 56, 0.15) 100%);
- }
- .parameter_SOC uni-image[data-v-80112fae] {
- width: 37.2px;
- height: 37.2px;
- }
- .parameter_state[data-v-80112fae] {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- border-radius: 9.79px;
- background: linear-gradient(180deg, rgba(93, 149, 245, 0.15) 0%, rgba(41, 71, 204, 0.15) 100%);
- }
- .parameter_state uni-image[data-v-80112fae] {
- width: 37.2px;
- height: 37.2px;
- }
- .parameter_Battery[data-v-80112fae] {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- margin-right: 16px;
- border-radius: 9.79px;
- background: linear-gradient(180deg, rgba(133, 242, 133, 0.15) 0%, rgba(82, 209, 75, 0.15) 100%);
- }
- .parameter_Battery uni-image[data-v-80112fae] {
- width: 37.2px;
- height: 37.2px;
- }
- .parameter_SOCright[data-v-80112fae] {
- display: flex;
- flex-direction: column;
- }
- .parameter_SOCright1[data-v-80112fae] {
- font-size: 23.5px;
- font-weight: 700;
- letter-spacing: 0px;
- line-height: 32.24px;
- color: #262626;
- text-align: right;
- }
- .parameter_SOCright2[data-v-80112fae] {
- font-size: 29.37px;
- font-weight: 700;
- color: #ba8d38;
- }
- .parameter_Batterystate[data-v-80112fae] {
- font-size: 23.5px;
- font-weight: 500;
- color: #262626;
- text-align: right;
- }
- .parameter_Batterystate1[data-v-80112fae] {
- font-weight: 500;
- text-align: right;
- font-size: 24px;
- color: #1469c9;
- }
- .parameter_Batterystate2[data-v-80112fae] {
- font-weight: 500;
- text-align: right;
- font-size: 24px;
- color: red;
- }
- .parameter_tap[data-v-80112fae] {
- width: 100%;
- display: flex;
- margin-top: 18px;
- }
- .parameter_tap1[data-v-80112fae] {
- flex: 1;
- height: 55.8px;
- opacity: 1;
- background: linear-gradient(180deg, #1e83bd 0%, rgba(69, 168, 230, 0.92) 100%);
- box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 23.5px;
- font-weight: 500;
- color: white;
- }
- .parameter_tap2[data-v-80112fae] {
- flex: 1;
- height: 55.8px;
- opacity: 1;
- background: #f2f2f2;
- box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 23.5px;
- font-weight: 500;
- }
- .parameter_zheng[data-v-80112fae] {
- width: 100%;
- height: 313px;
- background-image: url("../../static/z16.png");
- background-size: 100% 100%;
- margin-top: 10px;
- padding: 20px 0px;
- display: flex;
- }
- .parameter_zheng1[data-v-80112fae] {
- width: 387px;
- height: 100%;
- border-right: 0.49px solid black;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .parameter_zheng11[data-v-80112fae] {
- display: flex;
- padding: 0px 20px;
- justify-content: space-between;
- }
- .parameter_zhengbox[data-v-80112fae] {
- display: flex;
- padding: 0px 20px;
- justify-content: space-between;
- }
- .parameter_zheng12[data-v-80112fae] {
- font-size: 23.5px;
- font-weight: 400;
- color: black;
- }
- .parameter_zheng13[data-v-80112fae] {
- font-size: 29.37px;
- font-weight: 700;
- color: #1469c9;
- }
- .parameter_zhengbox13[data-v-80112fae] {
- width: 50%;
- font-size: 29.37px;
- font-weight: 700;
- color: #1469c9;
- display: flex;
- justify-content: space-between;
- }
- .parameter_zheng14[data-v-80112fae] {
- font-size: 23.5px;
- font-weight: 400;
- color: black;
- }
- .parameter_zheng2[data-v-80112fae] {
- width: 387px;
- height: 100%;
- border-right: 0.49px solid black;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .parameter_zheng3[data-v-80112fae] {
- flex: 1;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .parameter_zheng31111[data-v-80112fae] {
- width: 120px;
- height: 120px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .parameter_zheng31[data-v-80112fae] {
- width: 90px;
- height: 90px;
- background-image: url("../../static/y4.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-bottom: 3px;
- box-sizing: border-box;
- }
- .parameter_zheng32[data-v-80112fae] {
- width: 74px;
- height: 74px;
- background-image: url("../../static/y1.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 19.58px;
- font-weight: 700;
- color: white;
- }
- .parameter_zheng32ccc[data-v-80112fae] {
- width: 68px;
- height: 68px;
- /* background-image: url("../../static/y1.png"); */
- background-color: #cccccc;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 19px;
- font-weight: 700;
- color: white;
- border-radius: 100%;
- }
- .parameter_zheng33[data-v-80112fae] {
- width: 74px;
- height: 74px;
- background-image: url("../../static/y6.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 19px;
- font-weight: 700;
- color: white;
- }
- .parameter_zheng34[data-v-80112fae] {
- width: 68px;
- height: 68px;
- background-image: url("../../static/y8.png");
- background-size: 100% 100%;
- font-size: 18px;
- font-weight: 700;
- color: white;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .parameter_home[data-v-80112fae] {
- width: 100%;
- display: flex;
- margin-top: 0px;
- justify-content: space-between;
- }
- .parameter_home1[data-v-80112fae] {
- display: flex;
- align-items: center;
- }
- .parameter_home1 uni-image[data-v-80112fae] {
- width: 32.8px;
- height: 32.31px;
- margin-right: 10px;
- }
- .parameter_hometext[data-v-80112fae] {
- font-size: 19.58px;
- font-weight: 400;
- color: black;
- }
- .parameter_home2[data-v-80112fae] {
- width: 636.33px;
- height: 39.16px;
- opacity: 0.8;
- border-radius: 0.98px;
- background: #f2f2f2;
- border: 0.49px solid #a1a1a1;
- box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- padding: 0px 10px;
- box-sizing: border-box;
- }
- .parameter_home2 uni-image[data-v-80112fae] {
- width: 26.92px;
- height: 29.86px;
- }
- .swiper[data-v-80112fae] {
- width: 100%;
- height: 40px;
- }
- .parameter_home3[data-v-80112fae] {
- height: 40px;
- /* 每条消息的高度 */
- line-height: 40px;
- /* 垂直居中 */
- font-size: 17.62px;
- font-weight: 400;
- color: black;
- margin-left: 10px;
- }
- .uni-dialog-title-text[data-v-80112fae] {
- font-size: 70.89px !important;
- font-weight: 500;
- color: #050505;
- }
- .parameter_box[data-v-80112fae] {
- display: flex;
- }
- .parameter_zheng10[data-v-80112fae] {
- width: 687px;
- height: 100%;
- border-right: 0.49px solid black;
- display: flex;
- flex-direction: column;
- /* justify-content: space-around; */
- }
- .parameter_zheng101[data-v-80112fae] {
- margin-top: 40px;
- }
- .parameter_zheng102[data-v-80112fae] {
- margin-top: 30px;
- }
|