decoratecasemsg.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. page {
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .sharenumBox {
  7. position: fixed;
  8. display: block;
  9. width: 50%;
  10. height: 98rpx;
  11. bottom: 0;
  12. right: 0%;
  13. background-color: transparent;
  14. z-index: 10;
  15. }
  16. .sharenumBox button {
  17. display: block;
  18. width: 100%;
  19. height: 98rpx;
  20. color: transparent;
  21. line-height: 98rpx;
  22. background-color: transparent;
  23. }
  24. .viewBox {
  25. display: block;
  26. width: 750px;
  27. height: 100%;
  28. position: fixed;
  29. top: 0;
  30. left: 0;
  31. z-index: 9999;
  32. background: transparent;
  33. }
  34. .viewBox button {
  35. display: block;
  36. width: 100%;
  37. height: 100%;
  38. color: transparent;
  39. line-height: 2000rpx;
  40. background-color: transparent;
  41. }
  42. .userLogin {
  43. display: block;
  44. width: 750px;
  45. height: 100%;
  46. color: transparent;
  47. background: transparent;
  48. line-height: 2000rpx;
  49. }
  50. .articleshareshow {
  51. position: fixed;
  52. display: block;
  53. width: 25%;
  54. height: 98rpx;
  55. bottom: 0;
  56. right: 25%;
  57. background-color: transparent;
  58. z-index: 10;
  59. }
  60. .bannerImg {
  61. display: block;
  62. width: 100%;
  63. }
  64. .contentBox {
  65. background-color: #ffffff;
  66. border-radius: 20rpx;
  67. padding: 32rpx 10rpx 0;
  68. position: relative;
  69. z-index: 2;
  70. margin-bottom: 140rpx;
  71. }
  72. .contentBox .title {
  73. font-size: 40rpx;
  74. line-height: 64rpx;
  75. color: #384855;
  76. margin-bottom: 28rpx;
  77. text-align: center;
  78. font-weight: 600;
  79. }
  80. .contentBox .tagBox {
  81. margin: 20rpx 0 32rpx;
  82. }
  83. .contentBox .tagBox view {
  84. float: left;
  85. font-size: 26rpx;
  86. color: #384855;
  87. margin-right: 24rpx;
  88. }
  89. .articlebox {
  90. display: block;
  91. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  92. font-size: 28rpx;
  93. line-height: 42rpx;
  94. color: #384855;
  95. padding-bottom: 140rpx;
  96. }
  97. .unloginbox {
  98. min-height: 400rpx;
  99. max-height: 600rpx;
  100. overflow: hidden;
  101. position: relative;
  102. }
  103. .articlebox image {
  104. max-width: 100%;
  105. display: block !important;
  106. border-radius: 0rpx !important;
  107. margin: 0rpx !important;
  108. padding: 0rpx !important;
  109. }
  110. .unloginlayer {
  111. display: block;
  112. position: absolute;
  113. bottom: 0;
  114. left: 0;
  115. width: 100%;
  116. height: 400rpx;
  117. background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 69%);
  118. z-index: 8;
  119. }
  120. .articlebtn {
  121. display: block;
  122. width: 312rpx;
  123. height: 64rpx;
  124. background: #FFFFFF;
  125. border: 1px solid #384855;
  126. border-radius: 36rpx;
  127. position: absolute;
  128. bottom: 48rpx;
  129. left: 218rpx;
  130. text-align: center;
  131. line-height: 64rpx;
  132. font-size: 24rpx;
  133. color: #384855;
  134. }
  135. .articleview {
  136. width: auto;
  137. height: 64rpx;
  138. line-height: 64rpx;
  139. }
  140. .articleview image {
  141. width: 32rpx;
  142. height: 32rpx;
  143. position: relative;
  144. top: 16rpx;
  145. margin-left: 8rpx;
  146. margin-top: 0;
  147. }
  148. .footerBox {
  149. display: block;
  150. width: 100%;
  151. height: 98rpx;
  152. position: fixed;
  153. bottom: 0;
  154. left: 0;
  155. background-color: #fff;
  156. box-shadow: 0 -6rpx 8rpx 0 rgba(56, 72, 85, 0.23);
  157. z-index: 99;
  158. }
  159. .rightfooter {
  160. display: inline-block;
  161. width: 300rpx;
  162. height: 100%;
  163. color: #fff;
  164. background: #245FFB;
  165. }
  166. .rightfooter .righttoptext {
  167. font-size: 40rpx;
  168. line-height: 40rpx;
  169. margin-top: 12rpx;
  170. position: relative;
  171. }
  172. .rightfooter .righttoptext image {
  173. display: inline-block;
  174. width: 28rpx;
  175. height: 34rpx;
  176. position: relative;
  177. top: -6rpx;
  178. margin-left: 4rpx;
  179. }
  180. .leftmobileBox,
  181. .centerprice {
  182. display: inline-block;
  183. width: 225rpx;
  184. height: 100%;
  185. }
  186. .leftmobileBox image,
  187. .centerprice image {
  188. width: 48rpx;
  189. height: 48rpx;
  190. margin: 10rpx auto 0;
  191. }
  192. .leftmobileBox view,
  193. .centerprice view {
  194. font-size: 22rpx;
  195. color: #384855;
  196. line-height: 32rpx;
  197. }
  198. .rightbottomText {
  199. display: block;
  200. position: relative;
  201. font-size: 28rpx;
  202. line-height: 34rpx;
  203. }
  204. .pricebtnimg {
  205. display: block;
  206. position: fixed;
  207. right: 20rpx;
  208. bottom: 300rpx;
  209. width: 140rpx;
  210. height: 140rpx;
  211. z-index: 9;
  212. }