constructsitelist.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. page{
  2. padding-top: 76rpx;
  3. background: #f0f4f7;
  4. }
  5. .secondtitbox {
  6. display: block;
  7. width: 100%;
  8. background-color: #FFFFFF;
  9. height: 66rpx;
  10. line-height: 66rpx;
  11. position: fixed;
  12. top: 0rpx;
  13. left: 0;
  14. z-index: 98;
  15. padding: 5rpx 0;
  16. box-shadow: 0px 4rpx 7rpx 0px rgba(62, 85, 255, 0.06);
  17. box-sizing: content-box;
  18. }
  19. .orderbtn {
  20. width: 590rpx;
  21. }
  22. .searchbtn {
  23. display: block;
  24. width: 160rpx;
  25. height: 56rpx;
  26. line-height: 56rpx;
  27. padding-left: 24rpx;
  28. }
  29. .matterbox {
  30. display: block;
  31. width: 100%;
  32. position: relative;
  33. z-index: 2;
  34. padding: 0 20rpx 140rpx;
  35. z-index: 8;
  36. }
  37. .constructSitebox {
  38. display: block;
  39. width: 710rpx;
  40. background-color: #fff;
  41. border-radius: 16rpx;
  42. border: 1px solid #ECECEC;
  43. box-sizing: border-box;
  44. padding: 24rpx 20rpx 28rpx;
  45. margin: 0 auto 20rpx;
  46. box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
  47. }
  48. .coverbox {
  49. width: 100%;
  50. max-height: 450rpx;
  51. overflow: hidden;
  52. }
  53. .coverbox image {
  54. display: block;
  55. width: 100%;
  56. }
  57. .constructit {
  58. width: 400rpx;
  59. }
  60. .casecollectbox image {
  61. width: 20rpx;
  62. height: 20rpx;
  63. position: relative;
  64. top: 18rpx;
  65. margin-right: 8rpx;
  66. }
  67. .constructSitebox .casecollectbox image {
  68. top: 11rpx;
  69. }
  70. .sitestep {
  71. display: block;
  72. border-top: 1px solid #ECECEC;
  73. padding: 24rpx 10rpx;
  74. }
  75. .everysteps {
  76. text-align: center;
  77. position: relative;
  78. }
  79. .everysteps .stepnum {
  80. display: block;
  81. width: 32rpx;
  82. height: 32rpx;
  83. background: #FFFFFF;
  84. border: 2rpx solid #CCCCCC;
  85. border-radius: 50%;
  86. margin: 0 auto 12rpx;
  87. position: relative;
  88. z-index: 2;
  89. }
  90. .everysteps {
  91. text-align: center;
  92. position: relative;
  93. }
  94. .laststeps .stepnum {
  95. background-color: #28A1FF;
  96. border-color: #28A1FF;
  97. color: #fff !important;
  98. }
  99. .orderbtn .constructit {
  100. display: block;
  101. width: 240rpx;
  102. height: 56rpx;
  103. line-height: 56rpx;
  104. text-align: center;
  105. margin-right: 24rpx;
  106. }
  107. .searchbtn text {
  108. display: block;
  109. position: absolute;
  110. top: 12rpx;
  111. width: 1px;
  112. left: 0;
  113. height: 32rpx;
  114. background-color: #d4d4d4;
  115. }
  116. .searchbtn image {
  117. display: block;
  118. position: relative;
  119. top: 18rpx;
  120. width: 28rpx;
  121. height: 28rpx;
  122. margin-left: 8rpx;
  123. }
  124. .duihaoIcon {
  125. width: 20rpx;
  126. height: 20rpx;
  127. margin-top: 7rpx;
  128. }
  129. .everysteps::after {
  130. display: block;
  131. content: " ";
  132. width: 125.2rpx;
  133. height: 10rpx;
  134. background: #EEEEEE;
  135. position: absolute;
  136. top: 11rpx;
  137. left: -50%;
  138. z-index: 1;
  139. }
  140. .sitestep .everysteps:first-child::after {
  141. display: none;
  142. }
  143. .laststeps::after {
  144. background-color: #28A1FF;
  145. }
  146. .nowordertit {
  147. color: #249efb !important;
  148. }
  149. .caselayerbox {
  150. display: block;
  151. width: 100%;
  152. height: 100%;
  153. background: transparent;
  154. position: fixed;
  155. z-index: 99;
  156. left: 0;
  157. bottom: 0;
  158. }
  159. .caselayer {
  160. display: block;
  161. width: 100%;
  162. max-height: 70%;
  163. position: absolute;
  164. top: 70rpx;
  165. left: 0;
  166. background-color: #FFFFFF;
  167. box-shadow: 0 -4rpx 20rpx 0 rgba(36, 158, 251, 0.23);
  168. border-radius: 10rpx 10rpx 0 0;
  169. overflow: hidden;
  170. padding-top: 70rpx;
  171. padding-bottom: 50rpx !important;
  172. /* padding-bottom: calc(constant(safe-area-inset-bottom)) !important;
  173. padding-bottom: calc(env(safe-area-inset-bottom)) !important; */
  174. }
  175. .casetypefiltrate {
  176. display: block;
  177. width: 100%;
  178. padding: 0 20rpx;
  179. height: 100%;
  180. box-sizing: border-box;
  181. /* overflow: hidden; */
  182. }
  183. .plotfiltrate {
  184. display: block;
  185. width: 100%;
  186. height: 100%;
  187. /* overflow: hidden; */
  188. }
  189. .mpbox {
  190. display: block;
  191. width: 100%;
  192. height: 620rpx;
  193. /* overflow: hidden; */
  194. }
  195. .index-group__item {
  196. color: #9DB6CF;
  197. font-size: 28rpx;
  198. padding: 0rpx 0 16rpx 20rpx !important;
  199. }
  200. .communitybox {
  201. display: block;
  202. padding: 24rpx 20rpx 0;
  203. }
  204. .communitybox {
  205. display: block;
  206. float: left;
  207. background: #D4E4ED;
  208. height: 56rpx;
  209. border: 2rpx solid #9DB6CF;
  210. border-radius: 28rpx;
  211. line-height: 56rpx;
  212. box-sizing: border-box;
  213. padding: 0 32rpx;
  214. font-size: 24rpx;
  215. color: #384855;
  216. margin-right: 20rpx;
  217. position: relative;
  218. overflow: inherit;
  219. }
  220. .communitybox .communitytext {}
  221. .communitybox image {
  222. width: 30rpx;
  223. height: 30rpx;
  224. position: relative;
  225. top: 12rpx;
  226. margin-left: 8rpx;
  227. }
  228. .topbox{
  229. display: block;
  230. width: 100%;
  231. background-color: #1598fc;
  232. position: fixed;
  233. top: 0;
  234. left: 0;
  235. color: #fff;
  236. z-index: 9999999;
  237. }
  238. .leftindexbox{
  239. position: absolute;
  240. left: 8px;
  241. width: 70px;
  242. border: 1px solid #d1cfcf;
  243. padding: 4px 0;
  244. height: 28px;
  245. border-radius: 18px;
  246. box-sizing: border-box;
  247. }
  248. .leftindexbox .leftgoto{
  249. display: block;
  250. width: 8px;
  251. height: 14px;
  252. float: left;
  253. margin-left: 11px;
  254. transform: rotateY(180deg);
  255. position: relative;
  256. top: 2px;
  257. z-index: 9;
  258. }
  259. .gotoindex{
  260. display: block;
  261. width: 16px;
  262. height: 16px;
  263. float: right;
  264. position: relative;
  265. right: 10px;
  266. top: 1px;
  267. }
  268. .leftindexbox text{
  269. position: absolute;
  270. height: 14px;
  271. width: 1px;
  272. left: 30px;
  273. top: 6px;
  274. background-color: #d1cfcf;
  275. }
  276. .gotoidxbox{
  277. display: block;
  278. position: absolute;
  279. top: 0;
  280. right: 0;
  281. width: 35px;
  282. height: 28px;
  283. z-index: 9;
  284. }
  285. .communitybox {
  286. display: block;
  287. position: absolute;
  288. top: 8rpx;
  289. left: 20rpx;
  290. background: #D4E4ED;
  291. height: 56rpx;
  292. border: 2rpx solid #9DB6CF;
  293. border-radius: 28rpx;
  294. line-height: 56rpx;
  295. box-sizing: border-box;
  296. padding: 0 32rpx;
  297. font-size: 24rpx;
  298. color: #384855;
  299. margin-right: 20rpx;
  300. overflow: inherit;
  301. }
  302. .communitybox image {
  303. width: 30rpx;
  304. height: 30rpx;
  305. position: relative;
  306. top: 12rpx;
  307. margin-left: 8rpx;
  308. }
  309. .maintitle{
  310. text-align: center;
  311. }