caselist.wxss 3.0 KB

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