common.scss 4.2 KB

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