diff --git a/pages/fourmonitor/pest.vue b/pages/fourmonitor/pest.vue index a8f14ed..207f89d 100644 --- a/pages/fourmonitor/pest.vue +++ b/pages/fourmonitor/pest.vue @@ -23,15 +23,11 @@ - + 降雨:{{itemProperty.rs ===null? "--": (itemProperty.rs === "0"?"无雨":"降雨") }} - + 光照度:{{itemProperty.il===null?"--":itemProperty.il}}Lux @@ -351,19 +347,11 @@ border: none; } - .txt-list .left uni-text:first-child { - width: 60px; - } - - .txt-list .left>view { - color: #000; - line-height: 2; - } .rowheadstyle {width: 80%; margin: 0 auto; height: 40px; } - + .txt-list .list2>view {line-height: 30px;} // 弹窗 .dialog-container { diff --git a/static/images/head/worm_illu.png b/static/images/head/worm_illu.png new file mode 100644 index 0000000..da56748 Binary files /dev/null and b/static/images/head/worm_illu.png differ diff --git a/static/images/head/worm_rain.png b/static/images/head/worm_rain.png new file mode 100644 index 0000000..0b4926a Binary files /dev/null and b/static/images/head/worm_rain.png differ diff --git a/static/images/head/worm_tem1.png b/static/images/head/worm_tem1.png new file mode 100644 index 0000000..4326a7f Binary files /dev/null and b/static/images/head/worm_tem1.png differ diff --git a/static/images/head/worm_tem2.png b/static/images/head/worm_tem2.png new file mode 100644 index 0000000..0f445a8 Binary files /dev/null and b/static/images/head/worm_tem2.png differ diff --git a/static/scss/app.css b/static/scss/app.css index 2e7dd59..07e26dd 100644 --- a/static/scss/app.css +++ b/static/scss/app.css @@ -144,14 +144,7 @@ .bg-green { background-color: #39ac4f !important; } -/* 彩色图标 */ -.svg-icon { - width:24px; - height: 24px; - vertical-align: top; - fill: currentColor; - overflow: hidden;margin-right: 5px; - } + /* 卡片 */ .card .uni-collapse, .card .uni-list, @@ -238,8 +231,9 @@ flex: 1 1 0%;display: flex; flex-wrap: wrap;} .txt-list .list1>view {width: 100%;} -.txt-list .list2>view {width: calc(100% / 2);} +.txt-list .list2>view {width: calc(100% / 2);line-height: 30px;} .txt-list .list2 .icon{font-size: 24px; font-weight: normal; vertical-align: bottom;margin-right: 5px; color: #00baad;} +.txt-list .list2 image{width: 27px;height: 27px;vertical-align: bottom;margin-right: 5px;} .txt-list .right {align-content: center;} .txt-list .right .iconfont {color: #bbb;} /* 灰色条 */