common.scss 3.2 KB

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