common.scss 4.6 KB

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