constructsite.wxss 5.9 KB

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