mycss.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. // APP-PLUS特有的样式
  2. /* #ifdef APP-PLUS */
  3. .pages.login{
  4. .top{
  5. padding-top: 80rpx;
  6. }
  7. }
  8. /* #endif */
  9. .f-padding{padding-left: 24rpx;padding-right: 24rpx;}
  10. .page-padding{padding-left: 30rpx;padding-right: 30rpx;}
  11. .list-block{
  12. background-color: #fff;
  13. margin-bottom: 24rpx;
  14. padding: 40rpx 24rpx 20rpx;
  15. .list-block-til{
  16. font-size: 36rpx;
  17. font-weight: 500;
  18. color: #000000;
  19. line-height: 50rpx;
  20. letter-spacing: 1px;
  21. margin-bottom: 44rpx;
  22. }
  23. .list-block-con{
  24. text-align: center;
  25. .list-block-item{
  26. position: relative;
  27. width: 25%;
  28. margin-bottom: 40rpx;
  29. .img{
  30. width: 88rpx;
  31. height: 88rpx;
  32. }
  33. .txt{
  34. margin-top: 7rpx;
  35. font-size: 30rpx;
  36. font-weight: 400;
  37. color: #353535;
  38. line-height: 33rpx;
  39. letter-spacing: 1px;
  40. }
  41. }
  42. }
  43. }
  44. .info-table{
  45. padding: 24rpx;
  46. margin-bottom: 24rpx;
  47. background-color: #fff;
  48. .title{font-size: 36rpx;padding: 0 24rpx;margin-bottom: 24rpx;}
  49. .info-item{
  50. width: 50%;box-sizing: border-box;padding-left: 24rpx;
  51. text:first-of-type{color: #676666;margin-right: 10rpx;}
  52. }
  53. }
  54. // 预警中心工单确认顶部切换类型
  55. .switch-type{
  56. display: flex;
  57. justify-content: space-between;
  58. background-color: #f6f6f6;
  59. padding: 25rpx 30rpx;
  60. color: #575757;
  61. .number{
  62. color: #f00;
  63. margin: 0 10rpx;
  64. }
  65. .icon{
  66. margin-left: 17rpx;
  67. }
  68. }
  69. // 工单确认,预警 维保页面数据项
  70. .g-device-item{
  71. margin: 20rpx 30rpx;
  72. border-bottom: 1px solid #DCDCDC;
  73. padding-bottom: 21rpx;
  74. .status{
  75. color: #FE1919;
  76. .down{
  77. color: #5FAB4A;
  78. }
  79. }
  80. }
  81. .warning-details{
  82. padding-bottom: 48rpx;
  83. .status-item{
  84. margin-top: 30rpx;
  85. margin-bottom: 50rpx;
  86. .status-item-img{
  87. width: 145rpx;
  88. height: 145rpx;
  89. margin-bottom: 14rpx;
  90. }
  91. .status-item-text{
  92. font-size: 32rpx;
  93. font-weight: 400;
  94. color: #232323;
  95. line-height: 45rpx;
  96. letter-spacing: 1px;
  97. }
  98. }
  99. .info-wrap{
  100. margin-bottom: 53rpx;
  101. .info-item{
  102. margin-bottom: 15rpx;
  103. font-size: 30rpx;
  104. font-weight: 400;
  105. color: #414141;
  106. line-height: 42rpx;
  107. letter-spacing: 1px;
  108. align-items: flex-start;
  109. .til{
  110. width: 216rpx;
  111. }
  112. .con{
  113. text-align: right;
  114. }
  115. .con.img-list{
  116. flex: 1;
  117. .img{
  118. margin-left: 10rpx;
  119. }
  120. }
  121. }
  122. }
  123. .warning-con{
  124. margin-top: 39rpx;
  125. margin-bottom: 50rpx;
  126. font-size: 26rpx;
  127. font-weight: 400;
  128. color: #676666;
  129. line-height: 37rpx;
  130. overflow-x: auto;
  131. .value{
  132. color: #FE2D2D;
  133. }
  134. .warning-con-item{
  135. font-size: 24rpx;
  136. padding: 24rpx;
  137. border-bottom: 6rpx solid #ddd;
  138. .con{
  139. color: #333;
  140. font-size: 30rpx;
  141. margin-left: 5rpx;
  142. }
  143. }
  144. }
  145. }
  146. .bottom-wrap{
  147. .bottom{
  148. position: fixed;
  149. left: 0;
  150. right: 0;
  151. bottom: 30rpx;
  152. font-size: 26rpx;
  153. line-height: 33rpx;
  154. .bottom-p + .bottom-p{
  155. margin-top: 10rpx;
  156. }
  157. .btn{
  158. border-radius: 10rpx;
  159. padding: 20rpx 0;
  160. font-size: 30rpx;
  161. background-color: #808080;
  162. color: #fff;
  163. &.red{
  164. background-color: #ff3f2c;
  165. }
  166. &.done{
  167. background-color: $u-type-success;
  168. }
  169. }
  170. }
  171. }
  172. .c-offline{
  173. color: $u-type-error;
  174. }
  175. .c-online{
  176. color: $u-type-success;
  177. }
  178. .c-repair{
  179. color: $u-type-primary;
  180. }
  181. uni-modal{z-index: 20000!important;}
  182. .popupForm{
  183. .content{
  184. padding: 20rpx;
  185. .title{
  186. text-align: center;
  187. padding-top: 28rpx;
  188. margin-bottom: 24rpx;
  189. font-size: 36rpx;
  190. font-weight: bold;
  191. }
  192. }
  193. }