| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750 |
- @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;
- }
- .decoration {
- width: 6px;
- height: 6px;
- margin-right: 4px;
- border-radius: 50%;
- background-color: cadetblue;
- }
- .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.7rem;
- color: black;
- }
-
- .lable {
- font-size: 0.8rem;
- min-width: 50px;
- color: black;
- }
-
- .content {
- margin-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;
- }
- .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: 10px;
- }
- .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-rs-flex-wrap {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .view-flex-block-center {
- display: flex;
- flex-direction: column;
- justialign-items: center;
- 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 */
|