site.wxss 6.5 KB

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