communitycase.wxss 5.6 KB

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