1
0

sitemsg.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. border: 1px solid #d1cfcf;
  15. padding: 4px 0;
  16. height: 28px;
  17. border-radius: 18px;
  18. box-sizing: border-box;
  19. }
  20. .leftindexbox .leftgoto {
  21. display: block;
  22. width: 8px;
  23. height: 14px;
  24. float: left;
  25. margin-left: 11px;
  26. transform: rotateY(180deg);
  27. position: relative;
  28. top: 2px;
  29. z-index: 9;
  30. }
  31. .gotoindex {
  32. display: block;
  33. width: 16px;
  34. height: 16px;
  35. float: right;
  36. position: relative;
  37. right: 10px;
  38. top: 1px;
  39. }
  40. .leftindexbox text {
  41. position: absolute;
  42. height: 14px;
  43. width: 1px;
  44. left: 30px;
  45. top: 6px;
  46. background-color: #d1cfcf;
  47. }
  48. page{
  49. background-color: #F6F6F6;
  50. padding-bottom: 140rpx;
  51. }
  52. .topcoverbox{
  53. display: block;
  54. width: 100%;
  55. max-height: 530rpx;
  56. overflow: hidden;
  57. }
  58. .topcoverbox image{
  59. display: block;
  60. width: 100%;
  61. height:auto;
  62. }
  63. .titlebox{
  64. display: block;
  65. width: 100%;
  66. background-color: #ffffff;
  67. padding: 30rpx 30rpx 20rpx;
  68. }
  69. .startimebox{
  70. margin-top: 4rpx;
  71. }
  72. .casemsgbox{
  73. display: block;
  74. background-color: #FFFFFF;
  75. position: relative;
  76. z-index: 1;
  77. }
  78. .casemsgbox{
  79. width: 690rpx;
  80. margin: 16rpx auto 0;
  81. background-color: #ffffff;
  82. border-radius: 10rpx;
  83. box-shadow: 0px 6rpx 13rpx 2rpx rgba(102, 102, 102, 0.16);
  84. box-sizing: border-box;
  85. padding: 20rpx 0 32rpx;
  86. }
  87. .casepricebox view{
  88. height:32rpx;
  89. overflow:hidden;
  90. margin-top:24rpx;
  91. }
  92. .stepbox{
  93. display: block;
  94. width: 100%;
  95. margin-top: 20rpx;
  96. padding: 24rpx 30rpx;
  97. background-color: #FFFFFF;
  98. }
  99. .everysteps{
  100. text-align: center;
  101. position: relative;
  102. }
  103. .everysteps .stepnum{
  104. display: block;
  105. width: 32rpx;
  106. height: 32rpx;
  107. background: #FFFFFF;
  108. border: 2rpx solid #CCCCCC;
  109. /* background: #28A1FF; */
  110. border-radius: 50%;
  111. /* color: #fff; */
  112. margin: 0 auto 12rpx;
  113. position: relative;
  114. z-index: 2;
  115. }
  116. .everysteps::after{
  117. display: block;
  118. content:" ";
  119. width: 125.2rpx;
  120. height: 10rpx;
  121. background: #EEEEEE;
  122. position: absolute;
  123. top: 11rpx;
  124. left: -50%;
  125. z-index: 1;
  126. }
  127. .sitestep .everysteps:first-child::after{
  128. display: none;
  129. }
  130. .sitestep{
  131. margin-top: 32rpx;
  132. }
  133. .stepmsgbox{
  134. margin-top: 20rpx;
  135. padding: 40rpx 40rpx 0;
  136. background-color: #FFFFFF;
  137. }
  138. .stepmsgtitbox{
  139. position: relative;
  140. }
  141. .stepmsgtitbox::before{
  142. content: " ";
  143. display: block;
  144. width: 8rpx;
  145. height: 38rpx;
  146. background: #28A1FF;
  147. border-radius: 2rpx;
  148. position: absolute;
  149. top: 1px;
  150. left: -16rpx;
  151. }
  152. .contentbox{
  153. display: block;
  154. width: 100%;
  155. }
  156. .imgbox image{
  157. display: block;
  158. width: 200rpx;
  159. height: 200rpx;
  160. margin-right: 35rpx;
  161. margin-bottom: 35rpx;
  162. border-radius: 4rpx;
  163. /* border: 1px solid #707070; */
  164. }
  165. .imgbox image:nth-of-type(3n){
  166. margin-right: 0;
  167. }
  168. .laststeps .stepnum{
  169. background-color: #28A1FF;
  170. border-color: #28A1FF;
  171. color: #fff;
  172. }
  173. .laststeps::after{
  174. background-color: #28A1FF;
  175. }
  176. .unloginbox{
  177. position: relative;
  178. }
  179. .unloginlayer{
  180. display: block;
  181. position: fixed;
  182. bottom: 0;
  183. left: 0;
  184. width: 100%;
  185. height: 30%;
  186. background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 69%);
  187. z-index: 8;
  188. }
  189. .articlebtn{
  190. display: block;
  191. width: 312rpx;
  192. height: 64rpx;
  193. background: #FFFFFF;
  194. border: 1px solid #384855;
  195. border-radius: 36rpx;
  196. position: absolute;
  197. bottom: 108rpx;
  198. left: 50%;
  199. margin-left: -156rpx;
  200. text-align: center;
  201. line-height: 64rpx;
  202. font-size: 24rpx;
  203. color: #384855;
  204. }
  205. .articleview{
  206. width: auto;
  207. height: 64rpx;
  208. line-height: 64rpx;
  209. }
  210. .articleview image{
  211. width: 32rpx;
  212. height: 32rpx;
  213. position: relative;
  214. top: 16rpx;
  215. margin-left: 8rpx;
  216. margin-top: 0;
  217. }
  218. .duihaoIcon {
  219. width: 20rpx;
  220. height: 20rpx;
  221. margin-top: 7rpx;
  222. }
  223. .videobox{
  224. display: block;
  225. width: 100%;
  226. height: 300rpx;
  227. }
  228. .vr-img-link{
  229. display: block;
  230. width: 150rpx;
  231. }
  232. .vr-box {
  233. width: 120rpx;
  234. height: 65rpx;
  235. position: absolute;
  236. z-index: 9;
  237. top: 50%;
  238. left: 50%;
  239. transform: translate(-50%, -50%);
  240. color: #fff;
  241. font-size: 36rpx;
  242. }
  243. .vr-box > image {
  244. width: 100%;
  245. }