index.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. .listBgColor {
  2. background-color: #F0F4F7;
  3. padding-bottom: 140rpx;
  4. }
  5. .mainbtnbox image{
  6. height: auto;
  7. }
  8. .mainbtnbox{
  9. display: block;
  10. width: 100%;
  11. background-color: #ffffff;
  12. padding:40rpx 0;
  13. }
  14. .mainbtnbox image.imgbtn{
  15. display: block;
  16. width: 92rpx;
  17. margin: 0 auto 16rpx;
  18. }
  19. .firstbox image.imgbtn{
  20. display: block;
  21. width: 92rpx;
  22. margin: 0 auto 24rpx;
  23. }
  24. .twobtnbox image.imgbtn{
  25. margin: 48rpx auto 14rpx;
  26. display: block;
  27. width: 50rpx;
  28. }
  29. .downtitlebox{
  30. display: block;
  31. border-bottom: 1rpx solid rgba(228, 228, 228, 1);
  32. padding-top: 32rpx;
  33. }
  34. .downtitlebox view{
  35. padding-bottom: 10rpx;
  36. position: relative;
  37. }
  38. .downtitlebox view.nowtitle{
  39. display: block;
  40. letter-spacing: 4.5rpx;
  41. }
  42. .downtitlebox view.nowtitle::before{
  43. content: " ";
  44. width: 52rpx;
  45. height: 4rpx;
  46. background-color: rgba(33, 6, 5, 1);
  47. border-radius: 5rpx;
  48. position: absolute;
  49. bottom: 0;
  50. left: 50%;
  51. transform: translateX(-50%);
  52. }
  53. .caselistbox{
  54. padding: 24rpx 26rpx 30rpx;
  55. min-height: calc(100vh - 600rpx);
  56. }
  57. .leftcaselistbox{
  58. display: block;
  59. width: 335rpx;
  60. margin-right: 24rpx;
  61. }
  62. .rightcaselistbox{
  63. display: block;
  64. width: 335rpx;
  65. }
  66. .everycasebox{
  67. margin-bottom: 24rpx;
  68. background: #FFFFFF;
  69. /* box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26); */
  70. border-radius: 10rpx;
  71. overflow: hidden;
  72. }
  73. .casecover{
  74. display: block;
  75. width: 100%;
  76. height: auto;
  77. min-height: 110rpx;
  78. }
  79. .casemsgotherbox{
  80. display: block;
  81. margin: 16rpx 0;
  82. }
  83. .looknumbox{
  84. margin-top: 12rpx;
  85. }
  86. .looknumbox image{
  87. display: block;
  88. width: 24rpx;
  89. height: 16rpx;
  90. position: relative;
  91. top: 7rpx;
  92. margin-right: 8rpx;
  93. }
  94. .footerbox{
  95. display: block;
  96. height: 98rpx;
  97. background-color: rgba(255, 255, 255, 1);
  98. box-shadow: 0px -4rpx 8rpx rgba(0, 0, 0, 0.24);
  99. padding: 0 30rpx;
  100. position: fixed;
  101. left: 0;
  102. bottom: 0;
  103. width: 100%;
  104. background-color: #fff;
  105. z-index: 99;
  106. }
  107. .mineheading{
  108. display: block;
  109. width: 68rpx;
  110. height: 68rpx;
  111. border-radius: 50%;
  112. margin-right: 10rpx;
  113. position: relative;
  114. top: 15rpx;
  115. }
  116. .companylogo{
  117. display: block;
  118. width: 68rpx;
  119. height: 68rpx;
  120. margin-right: 10rpx;
  121. position: relative;
  122. top: 15rpx;
  123. border-radius: 4rpx;
  124. box-sizing: border-box;
  125. background-color: #fff;
  126. }
  127. .companylogo image{
  128. display: block;
  129. width: 100%;
  130. height: 100%;
  131. }
  132. .minename{
  133. max-width: 240rpx;
  134. }
  135. .companyname{
  136. max-width: 340rpx;
  137. }
  138. .addwxbox{
  139. position: absolute;
  140. top: 14rpx;
  141. left: 345rpx;
  142. }
  143. .addwxbox image{
  144. display: block;
  145. width: 48rpx;
  146. height: 40rpx;
  147. margin: 0 auto;
  148. }
  149. .phonebox{ display: block;
  150. width: 212rpx;
  151. height: 68rpx;
  152. background-color: rgba(36, 158, 251, 0.76);
  153. border-radius: 10rpx;
  154. line-height: 68rpx;
  155. text-align: center;
  156. position: relative;
  157. top: 15rpx;
  158. }
  159. .playImg{
  160. display: block;
  161. width: 50rpx;
  162. height: 50rpx;
  163. position: absolute;
  164. top: 20rpx;
  165. right: 22rpx;
  166. z-index: 2;
  167. }
  168. .workbox{
  169. position: fixed;
  170. bottom: 20%;
  171. right: 20rpx;
  172. z-index: 999;
  173. background-color: #ffffff;
  174. border-radius: 50%;
  175. }
  176. .workbox image{
  177. display: block;
  178. width: 100rpx;
  179. height: auto;
  180. }
  181. .unpasslayer{
  182. display: block;
  183. width: 100%;
  184. height: 100%;
  185. background-color: rgba(0, 0, 0, 0.24);
  186. z-index: 999999;
  187. position: fixed;
  188. top: 0;
  189. left: 0;
  190. }
  191. .unpassbox{
  192. display: block;
  193. width: 590rpx;
  194. position: absolute;
  195. top: 50%;
  196. left: 80rpx;
  197. background-color: #fff;
  198. transform: translateY(-50%);
  199. padding-bottom: 70rpx;
  200. }
  201. .unpasstext{
  202. margin-top: 32rpx;
  203. }
  204. .passtext{
  205. display: block;
  206. width: 410rpx;
  207. height: 90rpx;
  208. background-color: #249efb;
  209. border-radius: 45rpx;
  210. line-height: 90rpx;
  211. margin: 80rpx auto 0;
  212. }
  213. .passtext1{
  214. margin-bottom: 24rpx;
  215. }
  216. .passimg{
  217. display: block;
  218. width: 100%;
  219. height: 406rpx;
  220. }
  221. .topbox{
  222. display: block;
  223. width: 100%;
  224. background-color: #ffffff;
  225. position: fixed;
  226. top: 0;
  227. left: 0;
  228. z-index: 9999999;
  229. }
  230. .leftindexbox{
  231. position: absolute;
  232. left: 8px;
  233. border: 1px solid #d1cfcf;
  234. padding: 4px 9px;
  235. height: 33px;
  236. border-radius: 18px;
  237. box-sizing: border-box;
  238. width: 88px;
  239. }
  240. .gotoindex{
  241. display: block;
  242. width: 16px;
  243. height: 16px;
  244. position: relative;
  245. top: 3px;
  246. }
  247. .leftindexbox view{
  248. font-size: 14px;
  249. margin: 0 4px;
  250. line-height: 23px;
  251. }
  252. .listbox{
  253. display: block;
  254. width: 100%;
  255. background-color: #fff;
  256. padding: 32rpx 20rpx 24rpx;
  257. /* border-bottom: 1px solid #e4e4e4; */
  258. }
  259. .leftitle{
  260. padding-left: 20rpx;
  261. }
  262. .leftitle::before{
  263. content: " ";
  264. display: block;
  265. width: 6rpx;
  266. height: 32rpx;
  267. background-color: #384855;
  268. border-radius: 3rpx;
  269. position: absolute;
  270. top: 8rpx;
  271. left: 0;
  272. }
  273. .newbtn{
  274. display: block;
  275. width: 110rpx;
  276. height: 56rpx;
  277. line-height: 56rpx;
  278. text-align: center;
  279. border-radius: 4rpx;
  280. overflow: hidden;
  281. }
  282. .newimg{
  283. display: block;
  284. width: 32rpx;
  285. height: 30rpx;
  286. position: absolute;
  287. top: 0;
  288. left: 0;
  289. }
  290. .hotbtn{
  291. margin-left: 40rpx;
  292. }
  293. .hotbtn image{
  294. display: block;
  295. width: 24rpx;
  296. height:30rpx;
  297. margin-left: 4rpx;
  298. position: relative;
  299. top: 9rpx;
  300. }
  301. .typebox{
  302. position: absolute;
  303. top: 24rpx;
  304. right: 24rpx;
  305. z-index: 4;
  306. width: 60rpx;
  307. height: 60rpx;
  308. background-color: rgba(0, 0, 0, 0.4);
  309. border-radius: 50%;
  310. }
  311. .typebox image{
  312. display: block;
  313. width: 24rpx;
  314. height: 24rpx;
  315. margin: 18rpx auto 0;
  316. }
  317. view.nowbtn{
  318. background-color: #249efb;
  319. color: #fff;
  320. }
  321. .contentmsgbox{
  322. padding: 16rpx 16rpx 16rpx;
  323. }
  324. .font26 {
  325. font-size: 26rpx;
  326. }
  327. .caseMsgBox {
  328. width: 100%;
  329. height: 42rpx;
  330. font-size: 22rpx;
  331. color: #9DB6CF;
  332. }
  333. .caseMsgBox-name {
  334. max-width: 100rpx;
  335. float: left;
  336. height: 40rpx;
  337. line-height: 40rpx;
  338. }
  339. .caseMsgBox-area {
  340. float: left;
  341. width: 90rpx;
  342. height: 40rpx;
  343. line-height: 40rpx;
  344. text-align: center;
  345. margin-left: 10rpx;
  346. }
  347. .caseMsgBox-type {
  348. float: left;
  349. width: 90rpx;
  350. height: 40rpx;
  351. line-height: 40rpx;
  352. margin-left: 10rpx;
  353. }
  354. .overflowHideText {
  355. white-space: nowrap;
  356. overflow: hidden;
  357. text-overflow: ellipsis;
  358. }
  359. .designerMsg {
  360. width: 100%;
  361. height: 60rpx;
  362. display: flex;
  363. align-items: center;
  364. }
  365. .designer-avatar {
  366. width: 40rpx;
  367. height: 40rpx;
  368. border-radius: 50%;
  369. overflow: hidden;
  370. }
  371. .designer-avatar > image {
  372. width: 100%;
  373. height: 100%;
  374. }
  375. .designer-name {
  376. margin-left: 10rpx;
  377. color: #B6CADE;
  378. font-size: 22rpx;
  379. }
  380. .decText {
  381. margin-top: 5rpx;
  382. }
  383. .interVrStyle {
  384. position: absolute;
  385. width: 90rpx !important;
  386. top: 30%;
  387. left: 50%;
  388. transform: translate(-50%,-50%);
  389. z-index: 99;
  390. }