constructsite.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. page{
  2. background-color: #F6F6F6;
  3. padding-bottom: 140rpx;
  4. }
  5. .topcoverbox{
  6. display: block;
  7. width: 100%;
  8. max-height: 530rpx;
  9. overflow: hidden;
  10. }
  11. .topcoverbox image{
  12. display: block;
  13. width: 100%;
  14. height:auto;
  15. }
  16. .titlebox{
  17. display: block;
  18. width: 100%;
  19. background-color: #ffffff;
  20. padding: 30rpx 30rpx 20rpx;
  21. }
  22. .startimebox{
  23. margin-top: 4rpx;
  24. }
  25. .casemsgbox{
  26. display: block;
  27. background-color: #FFFFFF;
  28. position: relative;
  29. z-index: 1;
  30. }
  31. .casemsgbox{
  32. width: 690rpx;
  33. margin: 16rpx auto 0;
  34. background-color: #ffffff;
  35. border-radius: 10rpx;
  36. box-shadow: 0px 6rpx 13rpx 2rpx rgba(102, 102, 102, 0.16);
  37. box-sizing: border-box;
  38. padding: 20rpx 0 32rpx;
  39. }
  40. .casepricebox view{
  41. height:32rpx;
  42. overflow:hidden;
  43. margin-top:24rpx;
  44. }
  45. .stepbox{
  46. display: block;
  47. width: 100%;
  48. margin-top: 20rpx;
  49. padding: 24rpx 30rpx;
  50. background-color: #FFFFFF;
  51. }
  52. .everysteps{
  53. text-align: center;
  54. position: relative;
  55. }
  56. .everysteps .stepnum{
  57. display: block;
  58. width: 32rpx;
  59. height: 32rpx;
  60. background: #FFFFFF;
  61. border: 2rpx solid #CCCCCC;
  62. /* background: #28A1FF; */
  63. border-radius: 50%;
  64. /* color: #fff; */
  65. margin: 0 auto 12rpx;
  66. position: relative;
  67. z-index: 2;
  68. }
  69. .everysteps::after{
  70. display: block;
  71. content:" ";
  72. width: 125.2rpx;
  73. height: 10rpx;
  74. background: #EEEEEE;
  75. position: absolute;
  76. top: 11rpx;
  77. left: -50%;
  78. z-index: 1;
  79. }
  80. .sitestep .everysteps:first-child::after{
  81. display: none;
  82. }
  83. .sitestep{
  84. margin-top: 32rpx;
  85. }
  86. .stepmsgbox{
  87. margin-top: 20rpx;
  88. padding: 40rpx 40rpx 0;
  89. background-color: #FFFFFF;
  90. }
  91. .stepmsgtitbox{
  92. position: relative;
  93. }
  94. .stepmsgtitbox::before{
  95. content: " ";
  96. display: block;
  97. width: 8rpx;
  98. height: 38rpx;
  99. background: #28A1FF;
  100. border-radius: 2rpx;
  101. position: absolute;
  102. top: 1px;
  103. left: -16rpx;
  104. }
  105. .contentbox{
  106. display: block;
  107. width: 100%;
  108. }
  109. .imgbox image{
  110. display: block;
  111. width: 200rpx;
  112. height: 200rpx;
  113. margin-right: 35rpx;
  114. margin-bottom: 35rpx;
  115. border-radius: 4rpx;
  116. /* border: 1px solid #707070; */
  117. }
  118. .imgbox image:nth-of-type(3n){
  119. margin-right: 0;
  120. }
  121. .footer{
  122. display: block;
  123. width: 100%;
  124. height: 98rpx;
  125. box-shadow: 0 -4rpx 12rpx 0 rgba(0,145,255,0.15);
  126. background: #FFFFFF;
  127. position: fixed;
  128. left: 0;
  129. bottom: 0;
  130. z-index: 100;
  131. }
  132. .collectbox image{
  133. display: block;
  134. width:40rpx;
  135. height: 40rpx;
  136. margin: 10rpx auto 6rpx;
  137. }
  138. button.friendbox{
  139. background-color: #FFFFFF;
  140. }
  141. .friendbox image{
  142. display: block;
  143. width:48rpx;
  144. height: 40rpx;
  145. margin: 10rpx auto 6rpx;
  146. }
  147. button.sharebtnbox{
  148. display: block;
  149. margin-left: 32rpx;
  150. background: #249EFB;
  151. height: 80rpx;
  152. line-height: 80rpx;
  153. border-radius: 40rpx;
  154. position: relative;
  155. top: 9rpx;
  156. width: 480rpx;
  157. }
  158. .sharebtnbox image{
  159. display: block;
  160. width: 46rpx;
  161. height: 40rpx;
  162. position: relative;
  163. margin-right: 8rpx;
  164. top:20rpx;
  165. }
  166. .sharebtnbox .text{
  167. line-height: 80rpx;
  168. color: #FFFFFF;
  169. }
  170. .laststeps .stepnum{
  171. background-color: #28A1FF;
  172. border-color: #28A1FF;
  173. color: #fff;
  174. }
  175. .laststeps::after{
  176. background-color: #28A1FF;
  177. }
  178. .videobox{
  179. display: block;
  180. width: 100%;
  181. height: 300rpx;
  182. }
  183. .vr-img-link{
  184. display: block;
  185. width: 150rpx;
  186. }
  187. .vr-box {
  188. width: 120rpx;
  189. height: 65rpx;
  190. position: absolute;
  191. z-index: 9;
  192. top: 50%;
  193. left: 50%;
  194. transform: translate(-50%, -50%);
  195. color: #fff;
  196. font-size: 36rpx;
  197. }
  198. .vr-box > image {
  199. width: 100%;
  200. }