caselist.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. .leftitbox{
  31. display: block;
  32. width: 30px;
  33. height: 28px;
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. z-index: 10;
  38. }
  39. .gotoindex{
  40. display: block;
  41. width: 16px;
  42. height: 16px;
  43. float: right;
  44. position: relative;
  45. right: 10px;
  46. top: 1px;
  47. }
  48. .leftindexbox text{
  49. position: absolute;
  50. height: 14px;
  51. width: 1px;
  52. left: 30px;
  53. top: 6px;
  54. background-color: #d1cfcf;
  55. }
  56. .gotoidxbox{
  57. display: block;
  58. position: absolute;
  59. top: 0;
  60. right: 0;
  61. width: 35px;
  62. height: 28px;
  63. z-index: 9;
  64. }
  65. .casetitbox{
  66. display: block;
  67. width: 100%;
  68. box-sizing: border-box;
  69. padding: 8rpx 0 0 20rpx;
  70. background-color: #fff;
  71. position: fixed;
  72. top: 0;
  73. left: 0;
  74. z-index: 99;
  75. }
  76. .everysiftbox{
  77. display: block;
  78. width: 100%;
  79. position: relative;
  80. line-height: 44rpx;
  81. padding: 10rpx 0 10rpx 80rpx;
  82. }
  83. .everysiftbox .leftextbox{
  84. display: block;
  85. width: 80rpx;
  86. position: absolute;
  87. top: 10rpx;
  88. left: 0;
  89. }
  90. .rightsiftbox{
  91. display: block;
  92. width: 100%;
  93. white-space: nowrap;
  94. overflow-x: auto;
  95. overflow-y: hidden;
  96. }
  97. .rightsiftbox view{
  98. display: inline-block;
  99. padding: 0 16rpx;
  100. height: 44rpx;
  101. margin-right: 12rpx;
  102. border-radius: 22rpx;
  103. }
  104. .rightsiftbox view.nowtitbox{
  105. background: #D4E4ED;
  106. color: #249EFB;
  107. }
  108. .scrolltitbox{
  109. box-shadow: 0 6rpx 12rpx 0 rgba(36,158,251,0.41)
  110. }
  111. .caselistbox{
  112. display: block;
  113. padding: 340rpx 20rpx 140rpx;
  114. }
  115. .everycasebox{
  116. width: 345rpx;
  117. box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26);
  118. border-radius: 10rpx;
  119. overflow: hidden;
  120. margin-bottom: 20rpx;
  121. }
  122. .caselistbox .everycasebox:nth-of-type(2n-1){
  123. margin-right: 20rpx;
  124. }
  125. .caselistbox .everycasebox .imgbox{
  126. height: 260rpx;
  127. }
  128. .caselistbox .everycasebox .imgbox image{
  129. display: block;
  130. width: 100%;
  131. height:100%;
  132. }
  133. .casemsgbox{
  134. padding: 20rpx 10rpx 30rpx;
  135. }
  136. .layercommunity{
  137. display: block;
  138. width: 100%;
  139. height: 100%;
  140. position: fixed;
  141. left: 0;
  142. bottom: 0;
  143. z-index: 99;
  144. background-color: rgba(56, 72, 85, 0.5);
  145. }
  146. .communitybox{
  147. display: block;
  148. width: 100%;
  149. position: fixed;
  150. left: 0;
  151. bottom: 0;
  152. background-color: #fff;
  153. z-index: 99;
  154. padding-top: 48rpx;
  155. padding-bottom: 16px;
  156. }
  157. mp-index-list{
  158. display: block;
  159. width: 100%;
  160. height: 620rpx;
  161. position: relative;
  162. }
  163. .communitytitle{
  164. display: block;
  165. width: 100%;
  166. background-color: #fff;
  167. position: absolute;
  168. top: 0;
  169. left: 0;
  170. }
  171. .maintitle{
  172. text-align: center;
  173. }
  174. .interVrStyle {
  175. position: absolute;
  176. width: 90rpx !important;
  177. top: 50%;
  178. left: 50%;
  179. transform: translate(-50%,-50%);
  180. }
  181. .recommendimg{
  182. display: block;
  183. width: 47rpx;
  184. height: 51rpx;
  185. position: absolute;
  186. top: 0;
  187. left: 1px;
  188. z-index: 8;
  189. }