constructsite.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. .topbox {
  2. display: block;
  3. width: 100%;
  4. background-color: #ffffff;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. z-index: 9999999;
  9. }
  10. .leftindexbox {
  11. position: absolute;
  12. left: 8px;
  13. width: 70px;
  14. padding: 4px 0;
  15. height: 28px;
  16. border-radius: 18px;
  17. box-sizing: border-box;
  18. }
  19. .leftitbox{
  20. display: block;
  21. width: 30px;
  22. height: 28px;
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. z-index: 10;
  27. }
  28. .gotoidxbox{
  29. display: block;
  30. position: absolute;
  31. top: 0;
  32. right: 0;
  33. width: 35px;
  34. height: 28px;
  35. z-index: 9;
  36. }
  37. .leftindexbox .leftgoto {
  38. display: block;
  39. width: 8px;
  40. height: 14px;
  41. float: left;
  42. margin-left: 11px;
  43. transform: rotateY(180deg);
  44. position: relative;
  45. top: 2px;
  46. z-index: 9;
  47. }
  48. .gotoindex {
  49. display: block;
  50. width: 16px;
  51. height: 16px;
  52. float: right;
  53. position: relative;
  54. right: 10px;
  55. top: 1px;
  56. }
  57. .leftindexbox text {
  58. position: absolute;
  59. height: 14px;
  60. width: 1px;
  61. left: 30px;
  62. top: 6px;
  63. background-color: #d1cfcf;
  64. }
  65. page{
  66. background-color: #F6F6F6;
  67. padding-bottom: 140rpx;
  68. }
  69. .topcoverbox{
  70. display: block;
  71. width: 100%;
  72. max-height: 530rpx;
  73. overflow: hidden;
  74. }
  75. .topcoverbox image{
  76. display: block;
  77. width: 100%;
  78. height:auto;
  79. }
  80. .titlebox{
  81. display: block;
  82. width: 100%;
  83. background-color: #ffffff;
  84. padding: 30rpx 30rpx 20rpx;
  85. }
  86. .startimebox{
  87. margin-top: 4rpx;
  88. }
  89. .casemsgbox{
  90. display: block;
  91. background-color: #FFFFFF;
  92. position: relative;
  93. z-index: 1;
  94. }
  95. .casemsgbox{
  96. width: 690rpx;
  97. margin: 16rpx auto 0;
  98. background-color: #ffffff;
  99. border-radius: 10rpx;
  100. /* box-shadow: 0px 6rpx 13rpx 2rpx rgba(102, 102, 102, 0.16); */
  101. box-sizing: border-box;
  102. padding: 20rpx 0 32rpx;
  103. margin-bottom: 20rpx;
  104. border: 2rpx solid #ECECEC;
  105. }
  106. .casepricebox view{
  107. height:32rpx;
  108. overflow:hidden;
  109. margin-top:24rpx;
  110. }
  111. .stepbox{
  112. display: block;
  113. width: 100%;
  114. margin-top: 20rpx;
  115. padding: 24rpx 30rpx;
  116. background-color: #FFFFFF;
  117. }
  118. .everysteps{
  119. text-align: center;
  120. position: relative;
  121. }
  122. .everysteps .stepnum{
  123. display: block;
  124. width: 32rpx;
  125. height: 32rpx;
  126. background: #FFFFFF;
  127. border: 2rpx solid #CCCCCC;
  128. /* background: #28A1FF; */
  129. border-radius: 50%;
  130. /* color: #fff; */
  131. margin: 0 auto 12rpx;
  132. position: relative;
  133. z-index: 2;
  134. }
  135. .everysteps::after{
  136. display: block;
  137. content:" ";
  138. width: 125.2rpx;
  139. height: 10rpx;
  140. background: #EEEEEE;
  141. position: absolute;
  142. top: 11rpx;
  143. left: -50%;
  144. z-index: 1;
  145. }
  146. .sitestep .everysteps:first-child::after{
  147. display: none;
  148. }
  149. .sitestep{
  150. margin-top: 32rpx;
  151. }
  152. .stepmsgbox{
  153. margin-top: 20rpx;
  154. padding: 40rpx 40rpx 0;
  155. background-color: #FFFFFF;
  156. }
  157. .stepmsgtitbox{
  158. position: relative;
  159. }
  160. .stepmsgtitbox::before{
  161. content: " ";
  162. display: block;
  163. width: 10rpx;
  164. height: 38rpx;
  165. background: #333333;
  166. border-radius: 2rpx;
  167. position: absolute;
  168. top: 1px;
  169. left: -16rpx;
  170. }
  171. .contentbox{
  172. display: block;
  173. width: 100%;
  174. }
  175. .imgbox image{
  176. display: block;
  177. width: 200rpx;
  178. height: 200rpx;
  179. margin-right: 35rpx;
  180. margin-bottom: 35rpx;
  181. border-radius: 4rpx;
  182. /* border: 1px solid #707070; */
  183. }
  184. .imgbox image:nth-of-type(3n){
  185. margin-right: 0;
  186. }
  187. .laststeps .stepnum{
  188. background-color: #28A1FF;
  189. border-color: #28A1FF;
  190. color: #fff;
  191. }
  192. .laststeps::after{
  193. background-color: #28A1FF;
  194. }
  195. .unloginbox{
  196. position: relative;
  197. }
  198. .unloginlayer{
  199. display: block;
  200. position: fixed;
  201. bottom: 0;
  202. left: 0;
  203. width: 100%;
  204. height: 50%;
  205. background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 69%);
  206. z-index: 8;
  207. }
  208. .articlebtn{
  209. display: block;
  210. width: 312rpx;
  211. height: 64rpx;
  212. background: #FFFFFF;
  213. border: 1px solid #384855;
  214. border-radius: 36rpx;
  215. position: absolute;
  216. bottom: 200rpx;
  217. left: 50%;
  218. margin-left: -156rpx;
  219. text-align: center;
  220. line-height: 64rpx;
  221. font-size: 24rpx;
  222. color: #384855;
  223. }
  224. .articleview{
  225. width: auto;
  226. height: 64rpx;
  227. line-height: 64rpx;
  228. }
  229. .articleview image{
  230. width: 32rpx;
  231. height: 32rpx;
  232. position: relative;
  233. top: 16rpx;
  234. margin-left: 8rpx;
  235. margin-top: 0;
  236. }
  237. /* 联系销售人员 */
  238. .contactSales {
  239. position: fixed;
  240. width: 100%;
  241. height: 140rpx;
  242. background-color: #fff;
  243. bottom: 0rpx;
  244. left: 0rpx;
  245. z-index: 9999;
  246. display: flex;
  247. align-items: center;
  248. box-sizing: border-box;
  249. padding: 20rpx 30rpx;
  250. border-top: 1rpx solid #CCCCCC;
  251. }
  252. .contactSales-left {
  253. flex:2;
  254. display: flex;
  255. align-items: center;
  256. }
  257. .left-avatar {
  258. width: 80rpx;
  259. height: 80rpx;
  260. border-radius: 50%;
  261. }
  262. .left-msg {
  263. display: flex;
  264. flex-direction: column;
  265. box-sizing: border-box;
  266. padding-left: 20rpx;
  267. }
  268. .left-name {
  269. display: flex;
  270. align-items: center;
  271. }
  272. .nameCard {
  273. width: 40rpx;
  274. height: 40rpx;
  275. margin-left: 10rpx;
  276. }
  277. .left-text {
  278. font-size: 24rpx;
  279. color: #999999;
  280. }
  281. .contactSales-right {
  282. flex:1;
  283. display: flex;
  284. flex-direction: row;
  285. justify-content: space-between;
  286. }
  287. .rightmobile {
  288. width: 40rpx;
  289. height: 40rpx;
  290. }
  291. .right-box1 {
  292. width: 100rpx;
  293. display: flex;
  294. flex-direction: column;
  295. align-items: center;
  296. }
  297. .right-box1 > text {
  298. font-size: 24rpx;
  299. margin-top: 10rpx;
  300. }
  301. /* 联系销售人员 */
  302. .titleStyle {
  303. color: #333333;
  304. font-weight: bold;
  305. width: 80%;
  306. }
  307. .clientBox {
  308. position: fixed;
  309. bottom: 200rpx;
  310. right: 30rpx;
  311. z-index: 999;
  312. width: 112rpx;
  313. height: 112rpx;
  314. transition: 1s;
  315. }
  316. .clientBox-avatar {
  317. width: 110rpx;
  318. height: 110rpx;
  319. border-radius: 50%;
  320. border: 5rpx solid #249EFB;
  321. overflow: hidden;
  322. }
  323. .clientBox-avatar>image {
  324. width: 100%;
  325. height: 100%;
  326. }
  327. .clientBox-text {
  328. width: 57rpx;
  329. height: 28rpx;
  330. background-color: #249EFB;
  331. border-radius: 8rpx;
  332. color: #fff;
  333. font-size: 18rpx;
  334. text-align: center;
  335. position: absolute;
  336. left: 50%;
  337. transform: translateX(-50%);
  338. bottom: -8rpx;
  339. }
  340. .duihaoIcon {
  341. width: 20rpx;
  342. height: 20rpx;
  343. margin-top: 7rpx;
  344. }
  345. .videobox{
  346. display: block;
  347. width: 100%;
  348. height: 300rpx;
  349. }
  350. .vr-img-link{
  351. display: block;
  352. width: 150rpx;
  353. }
  354. .vr-box {
  355. width: 120rpx;
  356. height: 65rpx;
  357. position: absolute;
  358. z-index: 9;
  359. top: 50%;
  360. left: 50%;
  361. transform: translate(-50%, -50%);
  362. color: #fff;
  363. font-size: 36rpx;
  364. }
  365. .vr-box > image {
  366. width: 100%;
  367. }