@import '~@/uni.scss'; .nav-title { width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; text { color: white; font-size: 1rem; } } .container { padding: 0 0 10rpx; } .items-line{ display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .list-item-block{ width: 100%; display: flex; flex-direction: column; justify-content: flex-start; .line{ display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; .block { display: flex; flex-direction: column; align-items: center; justify-content: center; } .title{ padding-left: 2px; padding-right: 5px; font-size: 0.9rem; color: black; } .text{ padding-left: 2px; padding-right: 5px; font-size: 0.8rem; color: black; } .lable { padding-left: 2px; padding-right: 5px; font-size: 0.8rem; min-width: 50px; color: black; } .content { padding-left: 5px; font-size: 0.8rem; color: gray; } .text-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .text-underline { text-decoration-line: underline; } } } .item-title-run-status-icon { /* #ifndef APP-NVUE */ display: block; /* #endif */ // margin-right: 10px; width: 20px; height: 20px; border-radius: 50%; } .item-title-rtu-name { margin-left: 10rpx; font-size: 0.9rem; } .item-title-warn-name-ellipsis { overflow: hidden; margin-left: 10rpx; font-size: 0.8rem; white-space: nowrap; text-overflow: ellipsis; color: coral; text-decoration-line: underline; } .item-title-rtu-code { margin-left: 10rpx; font-size: 0.8rem; color: gray; } .item-adcd-adnm-text { overflow: hidden; margin-right: 5px; font-size: 0.7rem; white-space: nowrap; text-overflow: ellipsis; } .item-up-time-text { overflow: hidden; margin-right: 5px; font-size: 0.7rem; white-space: nowrap; text-overflow: ellipsis; } .item-text-lable { font-size: 0.7rem; min-width: 50px; } .item-text-content { margin-left: 5px; font-size: 0.7rem; color: gray; } .item-text-content-phone{ margin-left: 5px; font-size: 0.7rem; color: skyblue; text-decoration-line: underline; } .text-under-line{ text-decoration-line: underline; } .item-text-content-ellipsis { overflow: hidden; margin-left: 5px; font-size: 0.7rem; color: gray; white-space: nowrap; text-overflow: ellipsis; } .view-btn{ display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 7px; width: 100px; height: 30px; .view-btn-text { color: black; font-size: 0.7rem; } } .view-border{ border-width: 1px; border-color: deepskyblue; border-style: solid; } .item-button-group { padding-top: 4px; display: flex; flex-direction: row; justify-content: flex-end; flex-flow: row wrap; .item-button { display: flex; flex-direction: row; justify-content: center; width: 90px; height: 28px; margin-left: 5px; margin-top: 3px; margin-bottom: 3px; border-radius: 7px; background-color: lightblue; .button-icon { display: flex; flex-direction: column; justify-content: center; } .button-text { display: flex; flex-direction: column; justify-content: center; padding-left: 5px; color: black; font-size: 0.6rem; } } .mid-size{ width: 120px; } .item-button-disabled { display: flex; flex-direction: row; justify-content: center; width: 90px; height: 28px; margin-left: 5px; margin-top: 3px; margin-bottom: 3px; border-radius: 7px; background-color: lightgrey; .button-icon { display: flex; flex-direction: column; justify-content: center; } .button-text { display: flex; flex-direction: column; justify-content: center; padding-left: 5px; color: black; font-size: 0.6rem; } } } .pagination-block { width: 100%; } .search-block{ width: 100%; display: flex; flex-direction: column; justify-content: flex-start; padding-bottom: 5px; } .search-block .name{ margin-top: 5px; padding-left: 10px; padding-right: 10px; } .search-block .adcd-adnm{ margin-top: 5px; padding-left: 10px; padding-right: 10px; } .search-block .rtu-name{ margin-top: 5px; padding-left: 10px; padding-right: 10px; } .search-block .rtu-code{ margin-top: 5px; padding-left: 10px; padding-right: 10px; } .search-block .submit-btn{ margin-top: 5px; padding-left: 10px; padding-right: 10px; } .count-info-block{ padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; } .count-info-block .rtuCount{ display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: dodgerblue; font-size: 0.7rem; } } .count-info-block .warnRtuCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: red; font-size: 0.7rem; } } .count-info-block .orderCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: dodgerblue; font-size: 0.7rem; } } .count-info-block .unconfirmOrderCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: red; font-size: 0.7rem; } } .count-info-block .processOrderCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: green; font-size: 0.7rem; } } .count-info-block .delayComfireOrders { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: red; font-size: 0.7rem; } } .count-info-block .equipmentInspectionCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: dodgerblue; font-size: 0.7rem; } } .count-info-block .equipmentInspectionBeforeRainCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: dodgerblue; font-size: 0.7rem; } } .count-info-block .equipmentInspectionRainFirstCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: dodgerblue; font-size: 0.7rem; } } .count-info-block .equipmentInspectionRainSecondCount { display: flex; flex-direction: row; align-items: center; .name{ color: dimgray; font-size: 0.7rem; } .count{ margin-left: 5px; color: dodgerblue; font-size: 0.7rem; } } /* start--演示页面使用的统一样式--start */ .u-demo { padding: 25px 20px; } .u-demo-wrap { border-width: 1px; border-color: #ddd; border-style: dashed; background-color: rgb(250, 250, 250); padding: 20px 10px; border-radius: 3px; } .u-demo-area { text-align: center; } .u-no-demo-here { color: $u-tips-color; font-size: 13px; } .u-demo-result-line { border-width: 1px; border-color: #ddd; border-style: dashed; padding: 5px 20px; margin-top: 30px; border-radius: 5px; background-color: rgb(240, 240, 240); color: $u-content-color; font-size: 16px; /* #ifndef APP-NVUE */ word-break: break-word; display: inline-block; /* #endif */ text-align: left; } .u-demo-title, .u-config-title { text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 20px; } .u-config-item { margin-top: 25px; } .u-config-title { margin-top: 20px; padding-bottom: 5px; } .u-item-title { position: relative; font-size: 15px; padding-left: 8px; line-height: 1; margin-bottom: 11px; } .u-item-title:after { position: absolute; width: 4px; top: -1px; height: 16px; /* #ifndef APP-NVUE */ content: ''; /* #endif */ left: 0; border-radius: 10px; background-color: $u-content-color; } .view-flex-rs { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .view-flex-rc { display: flex; flex-direction: row; justify-content: center; align-items: center; } .view-flex-cc { display: flex; flex-direction: column; justify-content: center; align-items: center; } .view-flex-block { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .view-flex-block-center { display: flex; flex-direction: column; justify-content: center; align-items: center; } .view-flex-inline { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .view-flex-inline-center { display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; } .view-flex-inline-end { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; flex-wrap: wrap; } .list-item-title { margin-left: 5rpx; font-size: 0.7rem; font-weight: bold; } .list-item-sub-title { margin-left: 5rpx; font-size: 0.6rem; color: gray; } .list-item-text{ padding-left: 2px; padding-right: 5px; font-size: 0.7rem; } .list-item-text-ellipsis { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; height: 100rpx; padding: 20rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-end; background-color: whitesmoke; .ipt { width: 380rpx; height: 77rpx; background: #f7f7f7; border-radius: 38px; padding: 0 37rpx; box-sizing: border-box; margin-right: 20rpx; } .control { flex: 1; display: flex; align-items: center; justify-content: flex-end; .block { display: flex; align-items: center; justify-content: center; flex: 1; } .icon { height: auto; } .c { width: 41rpx; margin-right: 10rpx; } .s { width: 36rpx; } .t { width: 31rpx; } } } .img-container { margin-bottom: 0px; width: 100px; height: 100px; .note-image-box { margin-top: 0px; display: flex; flex-wrap: wrap; padding: 10px; .note-image-item { position: relative; width: 100%; height: 0; padding-top: 100%; box-sizing: border-box; // background-color: #18B566; .close-icon { display: flex; justify-content: center; align-items: center; position: absolute; right: 0px; top: 0px; width: 22px; height: 22px; border-radius: 50%; background-color: #d5d5d5; z-index: 2; } .image-box { display: flex; justify-content: center; align-items: center; position: absolute; top: 0px; right: 0px; border: 0px; left: 0px; border: 1px #eee solid; border-radius: 5px; overflow: hidden; width: 99%; height: 99%; } } } } /* end--演示页面使用的统一样式--end */