From 941b8118a110e913650798eaa3b9cbc7b0429688 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 03 七月 2024 17:13:25 +0800 Subject: [PATCH] 开启报警列表定时器 --- other/alarm/index.wxss | 124 ++++++++++++++++++++++++++++++----------- 1 files changed, 91 insertions(+), 33 deletions(-) diff --git a/other/alarm/index.wxss b/other/alarm/index.wxss index 28b3882..776f532 100644 --- a/other/alarm/index.wxss +++ b/other/alarm/index.wxss @@ -7,7 +7,7 @@ } .hovers { - background-color: 16b5cb; + background-color: #16b5cb; } .tab { @@ -39,9 +39,9 @@ border: 0; } -.list:hover { +/* .list:hover { background-color: #16b5cb; -} +} */ .list { position: relative; @@ -141,6 +141,7 @@ width: 100%; min-height: 20px; font-size: 25rpx; + border-bottom: 1px solid #efefef; justify-content: space-between; } @@ -152,27 +153,37 @@ color: #16b5cb; justify-content: center; } -.view_header{ + +.view_header { position: absolute; top: 0px; left: 0px; width: 100%; -overflow: hidden; + overflow: hidden; } -.view_header,.jilu,.daoxu,.daoxu>icon{ + +.view_header, +.jilu, +.daoxu, +.daoxu>icon { display: flex; align-items: center; justify-content: space-between; position: relative } -.sortText,.jilu,.daoxu{ + +.sortText, +.jilu, +.daoxu { padding: 5rpx; - font-size: 25rpx; + font-size: 25rpx; } + .block_list_center { width: 100%; } -.setIcon_pos{ + +.setIcon_pos { position: fixed; width: 80rpx; height: 80rpx; @@ -181,6 +192,7 @@ font-size: 80rpx !important; color: #16b5cb; } + .modal-mask { width: 100%; height: 100%; @@ -257,20 +269,23 @@ text-align: center; border-right: 1px solid #dedede; } + .btn-confirm { width: 50%; color: #16b5cb; text-align: center; } -.monitor_des{ + +.monitor_des { font-size: 26rpx; } + .station_status { position: absolute; bottom: 10rpx; left: 10rpx; padding: 20rpx; - + color: #16b5cb; } @@ -309,12 +324,15 @@ .block_list_url>view>icon { margin-right: 5rpx; } -.warp_scroll{ + +.warp_scroll { width: 100%; /* min-height:92vh; */ - margin:3px auto; + height: calc(100vh - 50rpx); + margin: 3px auto; background: #fff; } + /* .block_list_url>view:nth-child(1){ background-color: #16b5cb; } @@ -324,28 +342,33 @@ .block_list_url>view:nth-child(3){ background-color: #2fc598; } */ -.screen{ + +.screen { width: 100vw; background: #fff; flex-wrap: wrap; align-items: center; font-size: 30rpx; } -.screen>.screen_li{ + +.screen>.screen_li { width: 100vm; min-height: 70rpx; border-top: 1px solid #f4f4f4; } -.screen>.screen_li:nth-child(1){ + +.screen>.screen_li:nth-child(1) { border-top: 0px; } -.screen_li_left{ + +.screen_li_left { width: 20vw; height: 100%; justify-content: flex-end; padding: 20rpx 0; } -.screen_li_left>.iconfont{ + +.screen_li_left>.iconfont { width: 50rpx; height: 50rpx; font-size: 30rpx; @@ -355,25 +378,29 @@ align-items: center; justify-content: center; } -.screen_batch_li_right{ + +.screen_batch_li_right { width: 50vw; height: 100%; - justify-content:flex-start; + justify-content: flex-start; color: #16b5cb; padding: 0rpx 20rpx; } -.screen_li_right{ + +.screen_li_right { width: 80vw; height: 100%; - justify-content:flex-start; + justify-content: flex-start; color: #bebebe; padding: 0rpx 20rpx; } -.screen_li_right>.applicant{ + +.screen_li_right>.applicant { width: 100%; height: 100%; } -.applicant>.applicant_btn{ + +.applicant>.applicant_btn { min-width: 100rpx; padding: 10rpx; /* background-color: #07b5e0; */ @@ -381,41 +408,72 @@ justify-content: center; border-radius: 5px; } + .pick-view__group { width: 96%; height: 70rpx; } + .picker-item { line-height: 70rpx; margin-left: 5rpx; margin-right: 5rpx; text-align: center; } -.screen_li_right>picker{ + +.screen_li_right>picker { padding: 10rpx; border-radius: 5px; color: #16b5cb; } -.screen_li_right>.screen_li_right_cen{ + +.screen_li_right>.screen_li_right_cen { margin: 5rpx 20px; display: flex; align-items: center; } -.screen_li_right>.screen_li_right_cen2{ + +.screen_li_right>.screen_li_right_cen2 { margin: 5rpx 5rpx; display: flex; align-items: center; } + .screen_btn, -.screen,.screen_li_right>.applicant,.applicant>.applicant_btn, -.screen>.screen_li,.screen_li_left,.screen_li_right{ +.screen, +.screen_li_right>.applicant, +.applicant>.applicant_btn, +.screen>.screen_li, +.screen_li_left, +.screen_li_right { display: flex; align-items: center; } +.paging { + width: 580rpx; + height: 58rpx; + display: flex; + margin: 30rpx auto; + align-items: center; +} +.page_btn { + width: 96rpx; + height: 32rpx; + font-size: 32rpx; + font-family: "PingFangSC"; + color: #000; + line-height: 36rpx; + float: left; + margin: auto 23rpx; +} - - - - +.page_num { + font-size: 24rpx; + font-family: "PingFangSC"; + color: #000; + line-height: 36rpx; + float: left; + margin: auto 75rpx; +} \ No newline at end of file -- Gitblit v1.9.3