/** * 这里是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: 300px; 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: 20px; font-weight: 600; } .uni-dialog-content[data-v-d78c88b7] { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 20px; } .uni-dialog-content-text[data-v-d78c88b7] { font-size: 16px; color: #6C6C6C; } .uni-dialog-button-group[data-v-d78c88b7] { display: flex; 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: 16px; color: #333; } .uni-button-color[data-v-d78c88b7] { color: #007aff; } .uni-dialog-input[data-v-d78c88b7] { flex: 1; font-size: 16px; 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 */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .uni-popup-message[data-v-a4566996] { display: flex; flex-direction: row; justify-content: center; } .uni-popup-message__box[data-v-a4566996] { background-color: #e1f3d8; padding: 10px 15px; border-color: #eee; border-style: solid; border-width: 1px; flex: 1; } @media screen and (min-width: 500px) { .fixforpc-width[data-v-a4566996] { margin-top: 20px; border-radius: 4px; flex: none; min-width: 380px; max-width: 50%; } } .uni-popup-message-text[data-v-a4566996] { font-size: 14px; padding: 0; } .uni-popup__success[data-v-a4566996] { background-color: #e1f3d8; } .uni-popup__success-text[data-v-a4566996] { color: #67C23A; } .uni-popup__warn[data-v-a4566996] { background-color: #faecd8; } .uni-popup__warn-text[data-v-a4566996] { color: #E6A23C; } .uni-popup__error[data-v-a4566996] { background-color: #fde2e2; } .uni-popup__error-text[data-v-a4566996] { color: #F56C6C; } .uni-popup__info[data-v-a4566996] { background-color: #F2F6FC; } .uni-popup__info-text[data-v-a4566996] { color: #909399; } .content[data-v-a9482145] { width: 100%; height: 100vh; opacity: 1; background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, rgba(196, 229, 255, 1) 100%); box-sizing: border-box; } .top[data-v-a9482145] { 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-a9482145] { width: 426px; height: 68px; } .tite[data-v-a9482145] { width: 277px; height: 48px; } .time[data-v-a9482145] { text-align: right; } .time_top[data-v-a9482145] { font-size: 17px; } .time_bottom[data-v-a9482145] { display: flex; font-size: 17px; justify-content: space-between; } .time_bottom1[data-v-a9482145] { display: flex; } .time_state[data-v-a9482145] { font-size: 17px; font-weight: 600; color: rgba(22, 68, 144, 1); } .time_state1[data-v-a9482145] { font-size: 17px; font-weight: 600; color: rgba(217, 22, 22, 1); } .parameter[data-v-a9482145] { width: 100%; padding-bottom: 20px; display: flex; padding: 20px 20px; box-sizing: border-box; } .parameter_left[data-v-a9482145] { 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 rgba(242, 248, 252, 1); display: flex; flex-direction: column; align-items: center; padding: 0.625rem 0px; } .parameter_left1[data-v-a9482145] { width: 100%; height: 158px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding-bottom: 16px; } .canvas[data-v-a9482145] { width: 180px; margin: 8px auto auto auto; } .parameter_canvas[data-v-a9482145] { width: 100%; display: flex; justify-content: space-around; box-sizing: border-box; box-sizing: border-box; margin-top: 8px; } .parameter_canvas1[data-v-a9482145] { margin-left: -20px; } .parameter_canvas2[data-v-a9482145] { margin-right: -20px; } .parameter_leftdian1[data-v-a9482145] { width: 97.9px; height: 97.9px; opacity: 1; } .parameter_lef2[data-v-a9482145] { 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; uni-image[data-v-a9482145] { width: 100px; height: 100px; margin-top: -10px; } } .parameter_leftche[data-v-a9482145] { width: 115.52px; height: 78.32px; opacity: 1; } .parameter_leftche1[data-v-a9482145] { width: 77px; height: 81px; opacity: 1; } .parameter_leftche2[data-v-a9482145] { width: 77px; height: 62px; } .parameter_leftview[data-v-a9482145] { font-size: 19.58px; font-weight: 400; letter-spacing: 0px; line-height: 28.35px; color: rgba(0, 0, 0, 1); margin-top: 8px; } .parameter_right[data-v-a9482145] { flex: 1; margin-left: 10px; display: flex; flex-direction: column; justify-content: space-between; } .parameter_righttop[data-v-a9482145] { width: 100%; } .parameter_1[data-v-a9482145] { display: flex; } .parameter_2[data-v-a9482145] { width: 339.21px; display: flex; flex-direction: column; justify-content: space-between; margin-right: 16px; } .parameter_3[data-v-a9482145] { 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%); uni-image[data-v-a9482145] { width: 7.83px; height: 7.83px; margin-right: 6px; } } .parameter_31[data-v-a9482145] { 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%); uni-image[data-v-a9482145] { width: 7.83px; height: 7.83px; margin-right: 6px; } } .parameter_4[data-v-a9482145] { /** 文本1 */ font-size: 23.5px; font-weight: 700; color: rgba(38, 38, 38, 1); display: flex; align-items: center; } .parameter_5[data-v-a9482145] { font-size: 24.47px; font-weight: 700; color: rgba(217, 22, 22, 1); } .parameter_51[data-v-a9482145] { font-size: 24.47px; font-weight: 700; color: rgba(7, 123, 67, 1); } .parameter_SOC[data-v-a9482145] { display: flex; align-items: center; justify-content: space-around; width: 195.11px; 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%); uni-image[data-v-a9482145] { width: 37.2px; height: 37.2px; } } .parameter_state[data-v-a9482145] { display: flex; align-items: center; justify-content: space-around; width: 195.11px; 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%); uni-image[data-v-a9482145] { width: 37.2px; height: 37.2px; } } .parameter_Battery[data-v-a9482145] { display: flex; align-items: center; justify-content: space-around; width: 195.11px; 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%); uni-image[data-v-a9482145] { width: 37.2px; height: 37.2px; } } .parameter_SOCright[data-v-a9482145] { display: flex; flex-direction: column; } .parameter_SOCright1[data-v-a9482145] { font-size: 23.5px; font-weight: 700; letter-spacing: 0px; line-height: 32.24px; color: rgba(38, 38, 38, 1); text-align: right; } .parameter_SOCright2[data-v-a9482145] { font-size: 29.37px; font-weight: 700; color: rgba(186, 141, 56, 1); } .parameter_Batterystate[data-v-a9482145] { font-size: 23.5px; font-weight: 500; color: rgba(38, 38, 38, 1); text-align: right; } .parameter_tap[data-v-a9482145] { width: 100%; display: flex; margin-top: 18px; } .parameter_tap1[data-v-a9482145] { flex: 1; height: 55.8px; opacity: 1; background: linear-gradient(180deg, rgba(30, 131, 189, 1) 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: rgba(255, 255, 255, 1); } .parameter_tap2[data-v-a9482145] { flex: 1; height: 55.8px; opacity: 1; background: rgba(242, 242, 242, 1); 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-a9482145] { 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-a9482145] { width: 387px; height: 100%; border-right: 0.49px solid rgba(0, 0, 0, 1); display: flex; flex-direction: column; justify-content: space-between; } .parameter_zheng11[data-v-a9482145] { display: flex; padding: 0px 20px; justify-content: space-between; } .parameter_zheng12[data-v-a9482145] { font-size: 23.5px; font-weight: 400; color: rgba(0, 0, 0, 1); } .parameter_zheng13[data-v-a9482145] { font-size: 29.37px; font-weight: 700; color: rgba(20, 105, 201, 1); } .parameter_zheng14[data-v-a9482145] { font-size: 23.5px; font-weight: 400; color: rgba(0, 0, 0, 1); } .parameter_zheng2[data-v-a9482145] { width: 387px; height: 100%; border-right: 0.49px solid rgba(0, 0, 0, 1); display: flex; flex-direction: column; justify-content: space-between; } .parameter_zheng3[data-v-a9482145] { flex: 1; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; } .parameter_zheng31[data-v-a9482145] { width: 75px; height: 75px; background-image: url("../../static/y4.png"); background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } .parameter_zheng32[data-v-a9482145] { width: 66px; height: 66px; 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: rgba(255, 255, 255, 1); } .parameter_zheng33[data-v-a9482145] { width: 66px; height: 66px; 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: rgba(255, 255, 255, 1); } .parameter_zheng32ccc[data-v-a9482145] { width: 66px; height: 66px; /* background-image: url("../../static/y1.png"); */ background-color: #cccccc; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; font-size: 19.58px; font-weight: 700; color: rgba(255, 255, 255, 1); border-radius: 100%; } .parameter_zheng34[data-v-a9482145] { width: 66px; height: 66px; background-image: url("../../static/y8.png"); background-size: 100% 100%; font-size: 18px; font-weight: 700; color: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; } .parameter_home[data-v-a9482145] { width: 100%; display: flex; margin-top: 0px; justify-content: space-between; } .parameter_home1[data-v-a9482145] { display: flex; align-items: center; uni-image[data-v-a9482145] { width: 32.8px; height: 32.31px; margin-right: 10px; } } .parameter_hometext[data-v-a9482145] { font-size: 19.58px; font-weight: 400; color: rgba(0, 0, 0, 1); } .parameter_home2[data-v-a9482145] { width: 636.33px; height: 39.16px; opacity: 0.8; border-radius: 0.98px; background: rgba(242, 242, 242, 1); border: 0.49px solid rgba(161, 161, 161, 1); 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; uni-image[data-v-a9482145] { width: 26.92px; height: 29.86px; } } .parameter_home3[data-v-a9482145] { font-size: 17.62px; font-weight: 400; margin-left: 10px; color: rgba(0, 0, 0, 1); } .uni-dialog-title-text[data-v-a9482145] { font-size: 70.89px !important; font-weight: 500; color: rgba(5, 5, 5, 1); } .parameter_box[data-v-a9482145] { display: flex; } .parameter_zheng10[data-v-a9482145] { width: 687px; height: 100%; border-right: 0.49px solid rgba(0, 0, 0, 1); display: flex; flex-direction: column; justify-content: space-around; }