1
0

effectiveapproval.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. page {
  2. background-color: #f0f4f7;
  3. }
  4. .searchbox {
  5. display: block;
  6. width: 100%;
  7. height: 98rpx;
  8. background-color: #1598fc;
  9. position: sticky;
  10. overflow: hidden;
  11. top: 0rpx;
  12. left: 0rpx;
  13. }
  14. .searchbox input {
  15. display: block;
  16. width: 710rpx;
  17. height: 66rpx;
  18. margin: 16rpx auto;
  19. background-color: #ffffff;
  20. padding: 0 12rpx;
  21. box-sizing: border-box;
  22. }
  23. .searchbox image {
  24. display: block;
  25. width: 48rpx;
  26. position: absolute;
  27. top: 25rpx;
  28. right: 30rpx;
  29. z-index: 101;
  30. }
  31. .titlebox {
  32. display: block;
  33. width: 100%;
  34. height: 98rpx;
  35. background-color: #f0f4f7;
  36. padding: 0 12rpx;
  37. position: sticky;
  38. top: 98rpx;
  39. left: 0px;
  40. z-index: 101;
  41. }
  42. .catebox {
  43. display: block;
  44. height: 100%;
  45. line-height: 88rpx;
  46. }
  47. .catebox image {
  48. display: block;
  49. width: 18rpx;
  50. height: 12rpx;
  51. position: relative;
  52. top: 36rpx;
  53. margin-left: 6rpx;
  54. }
  55. .opensearch {
  56. display: block;
  57. width: 34rpx;
  58. height: 32rpx;
  59. position: relative;
  60. top: 32rpx;
  61. }
  62. .customerbox {
  63. display: block;
  64. width: 100%;
  65. height: auto;
  66. box-sizing: border-box;
  67. padding: 20rpx 0rpx 0rpx;
  68. }
  69. .everycustomer {
  70. display: block;
  71. margin: 0 20rpx 20rpx;
  72. background: #ffffff;
  73. height: 122rpx;
  74. border-radius: 4rpx;
  75. position: relative;
  76. box-sizing: border-box;
  77. padding: 12rpx 20rpx 0;
  78. }
  79. .seximg {
  80. display: block;
  81. width: 36rpx;
  82. height: 36rpx;
  83. position: relative;
  84. top: 2rpx;
  85. margin-right: 8rpx;
  86. }
  87. .crmname {
  88. display: block;
  89. max-width: 100rpx;
  90. }
  91. .crmlev {
  92. width: 25rpx;
  93. height: 36rpx;
  94. position: relative;
  95. top: 2rpx;
  96. background-color: rgba(250, 100, 0, 0.26);
  97. border-radius: 4rpx;
  98. margin-left: 10rpx;
  99. }
  100. .everystatebtn {
  101. display: block;
  102. height: 36rpx;
  103. line-height: 36rpx;
  104. position: relative;
  105. top: 2rpx;
  106. padding: 0 6rpx;
  107. margin-left: 10rpx;
  108. color: #ffffff;
  109. border-radius: 4rpx;
  110. }
  111. .lastdate {
  112. margin-left: 16rpx;
  113. position: relative;
  114. top: 2rpx;
  115. }
  116. .housemsgbox {
  117. margin-top: 20rpx;
  118. }
  119. .housemsgbox .houseicon {
  120. display: block;
  121. width: 24rpx;
  122. height: 24rpx;
  123. position: relative;
  124. top: 8rpx;
  125. margin-right: 8rpx;
  126. }
  127. .limitCommunityWidth1 {
  128. display: inline-block;
  129. max-width: 200rpx;
  130. }
  131. .cansure {
  132. position: absolute;
  133. right: 36rpx;
  134. top: 0;
  135. height: 100%;
  136. }
  137. .cansure view {
  138. display: block;
  139. padding: 0 20rpx;
  140. height: 40rpx;
  141. line-height: 40rpx;
  142. border-width: 1px;
  143. border-style: solid;
  144. border-radius: 6rpx;
  145. border-color: #1598fc;
  146. color: #1598fc;
  147. position: relative;
  148. top: 40rpx;
  149. }
  150. view.refusebtn {
  151. border-color: red;
  152. color: red;
  153. margin-left: 10rpx;
  154. }
  155. .suretext {
  156. display: block;
  157. color: #1598fc;
  158. position: absolute;
  159. right: 36rpx;
  160. top: 0;
  161. height: 100%;
  162. line-height: 122rpx;
  163. }
  164. .effectivelayer {
  165. display: block;
  166. width: 200rpx;
  167. position: absolute;
  168. background-color: #ffffff;
  169. left: 16rpx;
  170. top: 66rpx;
  171. box-shadow: 0px 4px 14px 0px rgba(56, 72, 85, 0.16);
  172. z-index: 11;
  173. padding: 0 6rpx;
  174. }
  175. .effectivelayer view {
  176. font-size: 28rpx;
  177. color: #384855;
  178. line-height: 48rpx;
  179. text-align: center;
  180. border-bottom: 1px solid #f7f7f7;
  181. }