app.scss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. @import '~@/uni.scss';
  2. .nav-title {
  3. width: 100%;
  4. display: flex;
  5. flex-direction: row;
  6. justify-content: center;
  7. align-items: center;
  8. text {
  9. color: white;
  10. font-size: 1rem;
  11. }
  12. }
  13. .container {
  14. padding: 0 0 10rpx;
  15. }
  16. .items-line{
  17. display: flex;
  18. flex-direction: row;
  19. justify-content: flex-start;
  20. align-items: center;
  21. }
  22. .list-item-block{
  23. width: 100%;
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: flex-start;
  27. }
  28. .item-title-run-status-icon {
  29. /* #ifndef APP-NVUE */
  30. display: block;
  31. /* #endif */
  32. // margin-right: 10px;
  33. width: 20px;
  34. height: 20px;
  35. border-radius: 50%;
  36. }
  37. .item-title-rtu-name {
  38. margin-left: 10rpx;
  39. font-size: 0.9rem;
  40. }
  41. .item-title-rtu-code {
  42. margin-left: 10rpx;
  43. font-size: 0.8rem;
  44. color: gray;
  45. }
  46. .item-adcd-adnm-text {
  47. overflow: hidden;
  48. margin-right: 5px;
  49. font-size: 0.7rem;
  50. white-space: nowrap;
  51. text-overflow: ellipsis;
  52. }
  53. .item-up-time-text {
  54. overflow: hidden;
  55. margin-right: 5px;
  56. font-size: 0.7rem;
  57. white-space: nowrap;
  58. text-overflow: ellipsis;
  59. }
  60. .item-text-lable {
  61. font-size: 0.7rem;
  62. min-width: 50px;
  63. }
  64. .item-text-content {
  65. margin-left: 5px;
  66. font-size: 0.7rem;
  67. color: gray;
  68. }
  69. .item-text-content-phone{
  70. margin-left: 5px;
  71. font-size: 0.7rem;
  72. color: skyblue;
  73. text-decoration-line: underline;
  74. }
  75. .item-text-content-ellipsis {
  76. overflow: hidden;
  77. margin-left: 5px;
  78. font-size: 0.7rem;
  79. color: gray;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. }
  83. .item-button-group {
  84. padding-top: 4px;
  85. display: flex;
  86. flex-direction: row;
  87. justify-content: flex-end;
  88. flex-flow: row wrap;
  89. .item-button {
  90. display: flex;
  91. flex-direction: row;
  92. justify-content: center;
  93. width: 90px;
  94. height: 28px;
  95. margin-left: 5px;
  96. margin-top: 3px;
  97. margin-bottom: 3px;
  98. border-radius: 7px;
  99. background-color: lightblue;
  100. .button-icon {
  101. display: flex;
  102. flex-direction: column;
  103. justify-content: center;
  104. }
  105. .button-text {
  106. display: flex;
  107. flex-direction: column;
  108. justify-content: center;
  109. padding-left: 5px;
  110. color: black;
  111. font-size: 0.6rem;
  112. }
  113. }
  114. .item-button-disabled {
  115. display: flex;
  116. flex-direction: row;
  117. justify-content: center;
  118. width: 90px;
  119. height: 28px;
  120. margin-left: 5px;
  121. margin-top: 3px;
  122. margin-bottom: 3px;
  123. border-radius: 7px;
  124. background-color: lightgrey;
  125. .button-icon {
  126. display: flex;
  127. flex-direction: column;
  128. justify-content: center;
  129. }
  130. .button-text {
  131. display: flex;
  132. flex-direction: column;
  133. justify-content: center;
  134. padding-left: 5px;
  135. color: black;
  136. font-size: 0.6rem;
  137. }
  138. }
  139. }
  140. .pagination-block {
  141. width: 100%;
  142. }
  143. .search-block{
  144. width: 100%;
  145. display: flex;
  146. flex-direction: column;
  147. justify-content: flex-start;
  148. padding-bottom: 10px;
  149. }
  150. .search-block .adcd-adnm{
  151. margin-top: 5px;
  152. padding-left: 10px;
  153. padding-right: 10px;
  154. }
  155. .search-block .rtu-name{
  156. margin-top: 5px;
  157. padding-left: 10px;
  158. padding-right: 10px;
  159. }
  160. .search-block .rtu-code{
  161. margin-top: 5px;
  162. padding-left: 10px;
  163. padding-right: 10px;
  164. }
  165. .search-block .submit-btn{
  166. margin-top: 5px;
  167. padding-left: 10px;
  168. padding-right: 10px;
  169. }
  170. .count-info-block{
  171. padding-top: 5px;
  172. padding-bottom: 5px;
  173. padding-left: 10px;
  174. padding-right: 10px;
  175. }
  176. .count-info-block .rtuCount{
  177. display: flex;
  178. flex-direction: row;
  179. align-items: center;
  180. .name{
  181. color: dimgray;
  182. font-size: 0.7rem;
  183. }
  184. .count{
  185. margin-left: 5px;
  186. color: dodgerblue;
  187. font-size: 0.7rem;
  188. }
  189. }
  190. .count-info-block .warnRtuCount {
  191. display: flex;
  192. flex-direction: row;
  193. align-items: center;
  194. .name{
  195. color: dimgray;
  196. font-size: 0.7rem;
  197. }
  198. .count{
  199. margin-left: 5px;
  200. color: red;
  201. font-size: 0.7rem;
  202. }
  203. }
  204. .count-info-block .orderCount {
  205. display: flex;
  206. flex-direction: row;
  207. align-items: center;
  208. .name{
  209. color: dimgray;
  210. font-size: 0.7rem;
  211. }
  212. .count{
  213. margin-left: 5px;
  214. color: dodgerblue;
  215. font-size: 0.7rem;
  216. }
  217. }
  218. .count-info-block .unconfirmOrderCount {
  219. display: flex;
  220. flex-direction: row;
  221. align-items: center;
  222. .name{
  223. color: dimgray;
  224. font-size: 0.7rem;
  225. }
  226. .count{
  227. margin-left: 5px;
  228. color: red;
  229. font-size: 0.7rem;
  230. }
  231. }
  232. .count-info-block .processOrderCount {
  233. display: flex;
  234. flex-direction: row;
  235. align-items: center;
  236. .name{
  237. color: dimgray;
  238. font-size: 0.7rem;
  239. }
  240. .count{
  241. margin-left: 5px;
  242. color: green;
  243. font-size: 0.7rem;
  244. }
  245. }
  246. .count-info-block .delayComfireOrders {
  247. display: flex;
  248. flex-direction: row;
  249. align-items: center;
  250. .name{
  251. color: dimgray;
  252. font-size: 0.7rem;
  253. }
  254. .count{
  255. margin-left: 5px;
  256. color: red;
  257. font-size: 0.7rem;
  258. }
  259. }
  260. .count-info-block .equipmentInspectionCount {
  261. display: flex;
  262. flex-direction: row;
  263. align-items: center;
  264. .name{
  265. color: dimgray;
  266. font-size: 0.7rem;
  267. }
  268. .count{
  269. margin-left: 5px;
  270. color: dodgerblue;
  271. font-size: 0.7rem;
  272. }
  273. }
  274. .count-info-block .equipmentInspectionBeforeRainCount {
  275. display: flex;
  276. flex-direction: row;
  277. align-items: center;
  278. .name{
  279. color: dimgray;
  280. font-size: 0.7rem;
  281. }
  282. .count{
  283. margin-left: 5px;
  284. color: dodgerblue;
  285. font-size: 0.7rem;
  286. }
  287. }
  288. .count-info-block .equipmentInspectionRainFirstCount {
  289. display: flex;
  290. flex-direction: row;
  291. align-items: center;
  292. .name{
  293. color: dimgray;
  294. font-size: 0.7rem;
  295. }
  296. .count{
  297. margin-left: 5px;
  298. color: dodgerblue;
  299. font-size: 0.7rem;
  300. }
  301. }
  302. .count-info-block .equipmentInspectionRainSecondCount {
  303. display: flex;
  304. flex-direction: row;
  305. align-items: center;
  306. .name{
  307. color: dimgray;
  308. font-size: 0.7rem;
  309. }
  310. .count{
  311. margin-left: 5px;
  312. color: dodgerblue;
  313. font-size: 0.7rem;
  314. }
  315. }
  316. /* start--演示页面使用的统一样式--start */
  317. .u-demo {
  318. padding: 25px 20px;
  319. }
  320. .u-demo-wrap {
  321. border-width: 1px;
  322. border-color: #ddd;
  323. border-style: dashed;
  324. background-color: rgb(250, 250, 250);
  325. padding: 20px 10px;
  326. border-radius: 3px;
  327. }
  328. .u-demo-area {
  329. text-align: center;
  330. }
  331. .u-no-demo-here {
  332. color: $u-tips-color;
  333. font-size: 13px;
  334. }
  335. .u-demo-result-line {
  336. border-width: 1px;
  337. border-color: #ddd;
  338. border-style: dashed;
  339. padding: 5px 20px;
  340. margin-top: 30px;
  341. border-radius: 5px;
  342. background-color: rgb(240, 240, 240);
  343. color: $u-content-color;
  344. font-size: 16px;
  345. /* #ifndef APP-NVUE */
  346. word-break: break-word;
  347. display: inline-block;
  348. /* #endif */
  349. text-align: left;
  350. }
  351. .u-demo-title,
  352. .u-config-title {
  353. text-align: center;
  354. font-size: 16px;
  355. font-weight: bold;
  356. margin-bottom: 20px;
  357. }
  358. .u-config-item {
  359. margin-top: 25px;
  360. }
  361. .u-config-title {
  362. margin-top: 20px;
  363. padding-bottom: 5px;
  364. }
  365. .u-item-title {
  366. position: relative;
  367. font-size: 15px;
  368. padding-left: 8px;
  369. line-height: 1;
  370. margin-bottom: 11px;
  371. }
  372. .u-item-title:after {
  373. position: absolute;
  374. width: 4px;
  375. top: -1px;
  376. height: 16px;
  377. /* #ifndef APP-NVUE */
  378. content: '';
  379. /* #endif */
  380. left: 0;
  381. border-radius: 10px;
  382. background-color: $u-content-color;
  383. }
  384. /* end--演示页面使用的统一样式--end */