sharecasemsg.wxss 3.4 KB

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