common.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. /* common */
  2. body {
  3. font-size: 32rpx;
  4. }
  5. // *:not(input) {
  6. // -webkit-touch-callout: none;
  7. // -webkit-user-select: none;
  8. // -khtml-user-select: none;
  9. // -moz-user-select: none;
  10. // -ms-user-select: none;
  11. // user-select: none;
  12. // }
  13. radio,checkbox {
  14. transform: scale(0.7)
  15. }
  16. .inOneLine{
  17. white-space: nowrap;
  18. overflow: hidden;
  19. text-overflow: ellipsis;
  20. }
  21. /* 画面监控引入特殊字体 */
  22. @font-face {
  23. font-family: 'FANDOLFANG-REGULAR'; /* project id 2394829 */
  24. src: url('static/font/FANDOLFANG-REGULAR.OTF');
  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. }
  69. .cu-list.menu-avatar>.cu-item>.cu-avatar {
  70. left: 24rpx
  71. }
  72. .cu-list.menu-avatar>.cu-item .action {
  73. width: 132rpx
  74. }
  75. .iconfont.phone {
  76. color:#08BE04!important;
  77. font-size:45rpx;
  78. position:relative;
  79. top:6rpx;
  80. left:10rpx;
  81. }
  82. .iconfont.map{
  83. color:#4074E7!important;
  84. font-size:38rpx;
  85. }
  86. /* 列列表公共样式 */
  87. .processWrapper .cu-avatar {
  88. background-repeat: no-repeat;
  89. background-size: cover;
  90. background-color: #fff
  91. }
  92. .cu-avatar.lg {
  93. width: 90rpx;
  94. height: 90rpx
  95. }
  96. .cu-list.menu-avatar .cu-item {
  97. margin-left: 24rpx;
  98. padding: 30rpx 0;
  99. }
  100. .cu-list.menu-avatar>.cu-item>.cu-avatar {
  101. left: 0
  102. }
  103. .cu-list.menu-avatar>.cu-item .content {
  104. left: 120rpx;
  105. width: 580rpx;
  106. }
  107. .unProcess,.error {
  108. color: #FF4E00
  109. }
  110. .processed ,.online{
  111. color: #08BE04
  112. }
  113. .processing{
  114. color:#D5AC4A
  115. }
  116. /* 页面样式 */
  117. /* 站点列表页 */
  118. /* 筛选框 */
  119. .filter-section {
  120. /* position: fixed; */
  121. /* top: 88rpx; */
  122. width: 100%;
  123. z-index: 9
  124. }
  125. .cu-bar .search-form {
  126. background: #fff;
  127. input,
  128. select,
  129. option{
  130. border:none!important
  131. }
  132. }
  133. .cu-btn {
  134. padding: 0 46rpx;
  135. }
  136. /* 站点列表 */
  137. .site-items {
  138. margin-top:100rpx;
  139. width: 100%;
  140. height: calc(100% - 100rpx);
  141. overflow: scroll
  142. }
  143. .site-items .site-tit {
  144. font-size: 32rpx;
  145. color: #333;
  146. justify-content: space-between;
  147. }
  148. .site-items .cu-avatar {}
  149. /* 新增按钮 */
  150. .plus {
  151. position: fixed;
  152. bottom: 20rpx;
  153. right: 20rpx
  154. }
  155. .ding{
  156. position:fixed;
  157. width:100%;
  158. top: var(--window-top);
  159. // position: sticky;
  160. /* #ifdef H5 */
  161. // top: 44px;
  162. /* #endif */
  163. /* #ifndef H5 */
  164. // top: 0;
  165. /* #endif */
  166. z-index: 999;
  167. flex: 1;
  168. flex-direction: column;
  169. overflow: hidden;
  170. background-color: #ffffff;
  171. }
  172. /* 已处理未处理列表 */
  173. .processList .cu-list.menu-avatar .cu-item {
  174. height: 178rpx;
  175. }
  176. .pro-title {
  177. color: #333;
  178. }
  179. .pro-des,
  180. .pro-date {
  181. font-size: 28rpx;
  182. color: #666;
  183. }
  184. .pro-res {}
  185. .processList {
  186. margin-top:100rpx;
  187. /* position: fixed; */
  188. width: 100%;
  189. height: calc(100% - 100rpx);
  190. overflow-y: scroll;
  191. }
  192. /* 已处理未处理详情页样式 */
  193. .timeBox {
  194. height: 88rpx;
  195. background: #EFF4FF;
  196. line-height: 88rpx;
  197. .time {
  198. color: #333
  199. }
  200. }
  201. .info-tit {
  202. color: #4074E7;
  203. line-height: 90rpx;
  204. height: 90rpx;
  205. }
  206. /* // 基本信息 */
  207. .info-content>view {
  208. margin-left: 24rpx;
  209. border-bottom: 1px solid #EDEDED;
  210. line-height: 92rpx;
  211. color: #666;
  212. .checkMore {
  213. color: #4074E7!important
  214. }
  215. }
  216. .info-content view text:first-child {
  217. width: 160rpx;
  218. display: inline-block
  219. }
  220. .info-content view text:last-child {
  221. color:#333
  222. }
  223. .analyse-wrapper {
  224. .top-banner {
  225. width: 100%;
  226. height: 273rpx;
  227. background: url(/static/analyse-bg.png) no-repeat;
  228. background-size:cover;
  229. }
  230. .cu-list.menu-avatar .cu-item{
  231. margin:30rpx 0 0;
  232. margin-left:0;
  233. .cu-avatar{
  234. background-color:rgba(0,0,0,0);
  235. left:26rpx;
  236. }
  237. .content{
  238. left:130rpx;
  239. font-size:32rpx;
  240. }
  241. }
  242. }
  243. .submitBottomBtn {
  244. position: fixed;
  245. width: 100%;
  246. left:0;
  247. bottom: 44rpx;
  248. z-index: 999;
  249. background-color: #ffffff;
  250. }
  251. // 权限新增
  252. .siteItems{
  253. z-index:999;
  254. position:absolute;
  255. border:1px solid #eee;
  256. width:100%;
  257. .site-item{
  258. background:#fff;
  259. padding:10rpx;
  260. font-size:28rpx;
  261. }
  262. }
  263. .selectedBox .cuIcon-close{
  264. position:relative;
  265. top:3rpx;
  266. right:-10rpx;
  267. }
  268. .noResult{
  269. padding:0 20rpx;
  270. font-size:28rpx;
  271. color:#aaa
  272. }
  273. // 已处理未处理详情页样式修复
  274. .dealDetail{
  275. .info-content > uni-view{
  276. display:flex
  277. }
  278. .info-content uni-view uni-text:first-child{
  279. width:24%
  280. }
  281. .info-content uni-view uni-text:last-child{
  282. width:75%;
  283. line-height:auto;
  284. }
  285. .info-content > uni-view{
  286. line-height:50rpx!important;
  287. padding:20rpx 0
  288. }
  289. }
  290. .search-form select{
  291. padding-left:20rpx;
  292. width:100%;
  293. border:none;
  294. outline:none;
  295. color:grey
  296. }
  297. // 监察上报
  298. textarea{
  299. border:1px solid #EDEDED;
  300. padding:10px;
  301. color: #999;
  302. width:500rpx;
  303. }
  304. .cu-form-group {
  305. border-top: 0;
  306. }
  307. input,
  308. select,
  309. option {
  310. line-height: 70rpx;
  311. padding: 0 20rpx;
  312. height: 70rpx;
  313. border: 1px solid #EDEDED;
  314. // width:500rpx!important;
  315. background-color: #fff;
  316. box-sizing: border-box;
  317. appearance: none;
  318. -moz-appearance: none;
  319. -webkit-appearance: none;
  320. color: #999;
  321. }
  322. select {
  323. background: url(./static/arrow.png) no-repeat scroll 98% center;
  324. background-size: 6%;
  325. }
  326. select:focus,
  327. select:active,
  328. select:hover {
  329. outline: none;
  330. }
  331. .form-item {
  332. padding: 0 40rpx;
  333. display: flex;
  334. align-items: top;
  335. margin-bottom: 20rpx;
  336. .title {
  337. width: 170rpx;
  338. position: relative;
  339. .necessary {
  340. color: red;
  341. display: inline-block;
  342. position: absolute;
  343. top: -2rpx;
  344. left: -20rpx;
  345. font-size: 40rpx;
  346. }
  347. }
  348. input,
  349. select {
  350. width: 500rpx;
  351. font-size: 28rpx;
  352. }
  353. }
  354. // 现场档案新增
  355. .form-item.extraDis .title{
  356. width:65%
  357. }