common.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. /* common */
  2. body {
  3. font-size: 32rpx;
  4. }
  5. radio,checkbox {
  6. transform: scale(0.7)
  7. }
  8. /* 修改placeholder颜色 */
  9. .uni-input-placeholder{
  10. color:#999
  11. }
  12. /* 一行显示*/
  13. .inOneLine{
  14. white-space: nowrap;
  15. overflow: hidden;
  16. text-overflow: ellipsis;
  17. }
  18. /* 画面监控引入特殊字体 */
  19. @font-face {
  20. font-family: 'FANDOLFANG-REGULAR'; /* project id 2394829 */
  21. src: url('static/font/FANDOLFANG-REGULAR.OTF');
  22. }
  23. .cu-bar .search-form uni-input{
  24. padding:0 30rpx
  25. }
  26. .searchSelect{
  27. position: -webkit-fixed;
  28. position: fixed;
  29. // top: 88rpx;
  30. top: var(--window-top);
  31. z-index: 999;
  32. -webkit-box-flex: 1;
  33. -webkit-flex: 1;
  34. flex: 1;
  35. -webkit-box-orient: vertical;
  36. -webkit-box-direction: normal;
  37. -webkit-flex-direction: column;
  38. flex-direction: column;
  39. overflow: hidden;
  40. background-color: #fff;
  41. width:254rpx;
  42. .search{
  43. min-height:80rpx;
  44. }
  45. .search-form{
  46. border:1px solid #E9E9E9;
  47. height:50rpx;
  48. line-height:50rpx;
  49. .cuIcon-search{
  50. color:#4074E7
  51. }
  52. input{
  53. padding-left:20rpx;
  54. padding-right:0rpx
  55. }
  56. }
  57. .select-item{
  58. padding:12rpx 32rpx;
  59. text-align:center;
  60. border-top:1px solid #E9E9E9;
  61. font-size:28rpx
  62. }
  63. }
  64. /* 九宫格样式 */
  65. .cu-list.grid>.cu-item uni-text {
  66. color: #333;
  67. font-size: 30rpx;
  68. margin-top:14rpx
  69. }
  70. .cu-list.menu-avatar>.cu-item>.cu-avatar {
  71. left: 24rpx;
  72. background-color:rgba(0,0,0,0)
  73. }
  74. .cu-list.menu-avatar>.cu-item .action {
  75. width: 132rpx
  76. }
  77. .iconfont.phone {
  78. color:#08BE04!important;
  79. font-size:45rpx;
  80. position:relative;
  81. top:6rpx;
  82. left:10rpx;
  83. }
  84. .iconfont.map{
  85. color:#4074E7!important;
  86. font-size:38rpx;
  87. }
  88. /* 列列表公共样式 */
  89. .processWrapper .cu-avatar {
  90. background-repeat: no-repeat;
  91. background-size: cover;
  92. background-color: #fff
  93. }
  94. .cu-avatar.lg {
  95. width: 90rpx;
  96. height: 90rpx
  97. }
  98. .cu-list.menu-avatar .cu-item {
  99. margin-left: 24rpx;
  100. padding: 30rpx 0;
  101. }
  102. .cu-list.menu-avatar>.cu-item>.cu-avatar {
  103. left: 0
  104. }
  105. .cu-list.menu-avatar>.cu-item .content {
  106. left: 120rpx;
  107. width: 580rpx;
  108. }
  109. .unProcess,.error {
  110. color: #FF4E00
  111. }
  112. .processed ,.online{
  113. color: #08BE04
  114. }
  115. /* 页面样式 */
  116. /* 站点列表页 */
  117. /* 筛选框 */
  118. .filter-section {
  119. /* position: fixed; */
  120. /* top: 88rpx; */
  121. width: 100%;
  122. z-index: 9
  123. }
  124. .cu-bar .search-form {
  125. background: #fff
  126. }
  127. .cu-btn {
  128. padding: 0 46rpx;
  129. }
  130. /* 站点列表 */
  131. .site-items {
  132. margin-top:100rpx;
  133. width: 100%;
  134. height: calc(100% - 100rpx);
  135. overflow: scroll
  136. }
  137. .site-items .site-tit {
  138. font-size: 32rpx;
  139. color: #333;
  140. justify-content: space-between;
  141. }
  142. .site-items .cu-avatar {}
  143. /* 新增按钮 */
  144. .site-wrapper .plus {
  145. position: fixed;
  146. bottom: 20rpx;
  147. right: 20rpx
  148. }
  149. /* 已处理未处理列表 */
  150. .processList .cu-list.menu-avatar .cu-item {
  151. height: 178rpx;
  152. }
  153. .pro-title {
  154. color: #333;
  155. }
  156. .pro-des,
  157. .pro-date {
  158. font-size: 28rpx;
  159. color: #666;
  160. }
  161. .pro-res {}
  162. .processList {
  163. margin-top:100rpx;
  164. /* position: fixed; */
  165. width: 100%;
  166. height: calc(100% - 100rpx);
  167. overflow-y: scroll;
  168. }
  169. /* 已处理未处理详情页样式 */
  170. .timeBox {
  171. height: 88rpx;
  172. background: #EFF4FF;
  173. line-height: 88rpx;
  174. .time {
  175. color: #333
  176. }
  177. }
  178. .info-tit {
  179. color: #4074E7;
  180. line-height: 90rpx;
  181. height: 90rpx;
  182. }
  183. /* // 基本信息 */
  184. .info-content>view {
  185. margin-left: 24rpx;
  186. border-bottom: 1px solid #EDEDED;
  187. line-height: 92rpx;
  188. color: #666;
  189. .checkMore {
  190. color: #4074E7!important
  191. }
  192. }
  193. .info-content view text:first-child {
  194. width: 160rpx;
  195. display: inline-block
  196. }
  197. .info-content view text:last-child {
  198. color:#333
  199. }
  200. .analyse-wrapper {
  201. .top-banner {
  202. width: 100%;
  203. height: 273rpx;
  204. background: url(/static/analyse-bg.png) no-repeat;
  205. background-size:cover;
  206. }
  207. .cu-list.menu-avatar .cu-item{
  208. margin:30rpx 0 0;
  209. margin-left:0;
  210. .cu-avatar{
  211. background-color:rgba(0,0,0,0);
  212. left:26rpx;
  213. }
  214. .content{
  215. left:130rpx;
  216. font-size:32rpx;
  217. }
  218. }
  219. }
  220. .submitBottomBtn {
  221. position: fixed;
  222. width: 100%;
  223. left:0;
  224. bottom: 44rpx;
  225. z-index: 999;
  226. background-color: #ffffff;
  227. }
  228. // 权限新增
  229. .siteItems{
  230. z-index:999;
  231. position:absolute;
  232. border:1px solid #eee;
  233. width:100%;
  234. .site-item{
  235. background:#fff;
  236. padding:10rpx;
  237. font-size:28rpx;
  238. }
  239. }
  240. .selectedBox .cuIcon-close{
  241. position:relative;
  242. top:3rpx;
  243. right:-10rpx;
  244. }
  245. .noResult{
  246. padding:0 20rpx;
  247. font-size:28rpx;
  248. color:#aaa
  249. }
  250. // 离线设备
  251. .ding{
  252. position:fixed;
  253. width:100%;
  254. top: var(--window-top);
  255. // position: sticky;
  256. /* #ifdef H5 */
  257. // top: 44px;
  258. /* #endif */
  259. /* #ifndef H5 */
  260. // top: 0;
  261. /* #endif */
  262. z-index: 999;
  263. flex: 1;
  264. flex-direction: column;
  265. overflow: hidden;
  266. background-color: #ffffff;
  267. }
  268. .cu-bar{
  269. min-height:0rpx;
  270. }
  271. .cu-bar .search-form {
  272. margin:0 24rpx;
  273. margin-top:26rpx;
  274. }
  275. select{
  276. outline:none;
  277. border:none;
  278. width:90%;
  279. padding-left:24rpx;
  280. color:#999
  281. }