articleshare.wxss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. /* share/pages/articleshare/articleshare.wxss */
  2. page {
  3. display: block;
  4. width: 100%;
  5. height: 100%;
  6. overflow: auto;
  7. }
  8. .topbox {
  9. display: block;
  10. width: 100%;
  11. background-color: #ffffff;
  12. position: fixed;
  13. top: 0;
  14. left: 0;
  15. z-index: 9999999;
  16. }
  17. .gotoidxbox {
  18. display: block;
  19. position: absolute;
  20. top: 0;
  21. right: 0;
  22. width: 35px;
  23. height: 28px;
  24. z-index: 9;
  25. }
  26. .leftindexbox {
  27. position: absolute;
  28. left: 8px;
  29. width: 70px;
  30. border: 1px solid #d1cfcf;
  31. padding: 4px 0;
  32. height: 28px;
  33. border-radius: 18px;
  34. box-sizing: border-box;
  35. z-index: 25;
  36. }
  37. .leftindexbox .leftgoto {
  38. display: block;
  39. width: 8px;
  40. height: 14px;
  41. float: left;
  42. margin-left: 11px;
  43. transform: rotateY(180deg);
  44. position: relative;
  45. top: 2px;
  46. z-index: 9;
  47. }
  48. .leftitbox{
  49. display: block;
  50. width: 30px;
  51. height: 28px;
  52. position: absolute;
  53. top: 0;
  54. left: 0;
  55. z-index: 10;
  56. }
  57. .gotoindex {
  58. display: block;
  59. width: 16px;
  60. height: 16px;
  61. float: right;
  62. position: relative;
  63. right: 10px;
  64. top: 1px;
  65. }
  66. .leftindexbox text {
  67. position: absolute;
  68. height: 14px;
  69. width: 1px;
  70. left: 30px;
  71. top: 6px;
  72. background-color: #d1cfcf;
  73. }
  74. .sharenumBox {
  75. position: fixed;
  76. display: block;
  77. width: 50%;
  78. height: 98rpx;
  79. bottom: 0;
  80. right: 0%;
  81. background-color: transparent;
  82. z-index: 10;
  83. }
  84. .sharenumBox button {
  85. display: block;
  86. width: 100%;
  87. height: 98rpx;
  88. color: transparent;
  89. line-height: 98rpx;
  90. background-color: transparent;
  91. }
  92. .viewBox {
  93. display: block;
  94. width: 750px;
  95. height: 100%;
  96. position: fixed;
  97. top: 0;
  98. left: 0;
  99. z-index: 9999;
  100. background: transparent;
  101. }
  102. .viewBox button {
  103. display: block;
  104. width: 100%;
  105. height: 100%;
  106. color: transparent;
  107. line-height: 2000rpx;
  108. background-color: transparent;
  109. }
  110. .userLogin {
  111. display: block;
  112. width: 750px;
  113. height: 100%;
  114. color: transparent;
  115. background: transparent;
  116. line-height: 2000rpx;
  117. }
  118. .articleshareshow {
  119. position: fixed;
  120. display: block;
  121. width: 25%;
  122. height: 98rpx;
  123. bottom: 0;
  124. right: 25%;
  125. background-color: transparent;
  126. z-index: 10;
  127. }
  128. .bannerImg {
  129. display: block;
  130. width: 100%;
  131. }
  132. .contentBox {
  133. background-color: #ffffff;
  134. border-radius: 20rpx;
  135. padding: 32rpx 10rpx 0;
  136. position: relative;
  137. z-index: 2;
  138. padding-bottom: 140rpx;
  139. }
  140. .contentBox .title {
  141. font-size: 40rpx;
  142. line-height: 64rpx;
  143. color: #384855;
  144. margin-bottom: 28rpx;
  145. text-align: center;
  146. font-weight: 600;
  147. }
  148. .articlebox {
  149. display: block;
  150. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  151. font-size: 28rpx;
  152. line-height: 42rpx;
  153. color: #384855;
  154. padding: 0rpx 20rpx 24rpx;
  155. }
  156. .unloginbox {
  157. min-height: 400rpx;
  158. max-height: 900rpx;
  159. overflow: hidden;
  160. position: relative;
  161. }
  162. .articlebox image {
  163. max-width: 100%;
  164. display: block !important;
  165. border-radius: 0rpx !important;
  166. margin: 0rpx !important;
  167. padding: 0rpx !important;
  168. }
  169. .unloginlayer {
  170. display: block;
  171. position: fixed;
  172. bottom: 0;
  173. left: 0;
  174. width: 100%;
  175. height: 50%;
  176. background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 69%);
  177. z-index: 8;
  178. }
  179. .articlebtn {
  180. display: block;
  181. width: 312rpx;
  182. height: 64rpx;
  183. background: #FFFFFF;
  184. border: 1px solid #384855;
  185. border-radius: 36rpx;
  186. position: absolute;
  187. bottom: 200rpx;
  188. left: 50%;
  189. margin-left: -156rpx;
  190. text-align: center;
  191. line-height: 64rpx;
  192. font-size: 24rpx;
  193. color: #384855;
  194. }
  195. .articleview {
  196. width: auto;
  197. height: 64rpx;
  198. line-height: 64rpx;
  199. }
  200. .articleview image {
  201. width: 32rpx;
  202. height: 32rpx;
  203. position: relative;
  204. top: 16rpx;
  205. margin-left: 8rpx;
  206. margin-top: 0;
  207. }
  208. .footer {
  209. display: block;
  210. width: 100%;
  211. height: 98rpx;
  212. position: fixed;
  213. left: 0;
  214. bottom: 0;
  215. z-index: 11;
  216. background-color: #FFFFFF;
  217. box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
  218. overflow: hidden;
  219. }
  220. .sharebox {
  221. width: 100%;
  222. height: 100%;
  223. }
  224. .sharebox {
  225. height: 100%;
  226. overflow: hidden;
  227. background-color: #249EFB;
  228. font-size: 32rpx;
  229. color: #fff;
  230. border: unset;
  231. }
  232. .tagBox {
  233. margin: 20rpx 0 32rpx;
  234. }
  235. .companybox image {
  236. display: block;
  237. width: 48rpx;
  238. height: 48rpx;
  239. border-radius: 50%;
  240. margin-right: 24rpx;
  241. }
  242. /* css */
  243. .contactSales {
  244. position: fixed;
  245. width: 100%;
  246. height: 140rpx;
  247. background-color: #fff;
  248. bottom: 0rpx;
  249. left: 0rpx;
  250. z-index: 9999;
  251. display: flex;
  252. align-items: center;
  253. box-sizing: border-box;
  254. padding: 20rpx 30rpx;
  255. border-top: 1rpx solid #CCCCCC;
  256. }
  257. .contactSales-left {
  258. flex: 2;
  259. display: flex;
  260. align-items: center;
  261. }
  262. .left-avatar {
  263. width: 80rpx;
  264. height: 80rpx;
  265. border-radius: 50%;
  266. }
  267. .left-msg {
  268. display: flex;
  269. flex-direction: column;
  270. box-sizing: border-box;
  271. padding-left: 20rpx;
  272. }
  273. .left-name {
  274. display: flex;
  275. align-items: center;
  276. }
  277. .nameCard {
  278. width: 40rpx;
  279. height: 40rpx;
  280. margin-left: 10rpx;
  281. }
  282. .left-text {
  283. font-size: 24rpx;
  284. color: #999999;
  285. }
  286. .contactSales-right {
  287. flex: 1;
  288. display: flex;
  289. flex-direction: row;
  290. justify-content: space-between;
  291. }
  292. .rightmobile {
  293. width: 40rpx;
  294. height: 40rpx;
  295. }
  296. .right-box1 {
  297. width: 100rpx;
  298. display: flex;
  299. flex-direction: column;
  300. align-items: center;
  301. }
  302. .right-box1>text {
  303. font-size: 24rpx;
  304. margin-top: 10rpx;
  305. }
  306. /* css */
  307. /* css */
  308. .updateBox {
  309. width: 100%;
  310. height: auto;
  311. overflow: hidden;
  312. padding: 0 20rpx 30rpx;
  313. background-color: #fff;
  314. display: flex;
  315. align-items: center;
  316. }
  317. .u-img-box {
  318. width: 94rpx;
  319. height: 94rpx;
  320. border-radius: 50%;
  321. overflow: hidden;
  322. }
  323. .u-img-box image {
  324. width: 100%;
  325. height: 100%;
  326. }
  327. .u-company {
  328. overflow: hidden;
  329. box-sizing: border-box;
  330. padding: 0rpx 20rpx;
  331. }
  332. .u-company-name {
  333. font-size: 32rpx;
  334. color: #333333;
  335. }
  336. .u-company-address {
  337. color: #999999;
  338. font-size: 24rpx;
  339. width: 100%;
  340. display: flex;
  341. }
  342. .address-text {
  343. flex: 1;
  344. }
  345. .address-ellipsis {
  346. overflow: hidden;
  347. white-space: nowrap;
  348. text-overflow: ellipsis;
  349. }
  350. .address-show {
  351. color: #28A1FF;
  352. }
  353. .u-button {
  354. width: 150rpx;
  355. height: 60rpx;
  356. background-color: #28A1FF;
  357. color: #fff;
  358. font-size: 28rpx;
  359. font-style: normal;
  360. line-height: 60rpx !important;
  361. }
  362. .flex-sub {
  363. flex: 1;
  364. }
  365. /* css */
  366. .line {
  367. width: 100vw;
  368. height: 20rpx;
  369. background-color: #f6f6f6;
  370. margin-bottom: 20rpx;
  371. position: relative;
  372. left: -30rpx;
  373. }
  374. .title-tips {
  375. border-left: 10rpx solid #333333;
  376. height: 35rpx;
  377. line-height: 35rpx;
  378. box-sizing: border-box;
  379. padding-left: 10rpx;
  380. font-size: 32rpx;
  381. color: #333333;
  382. font-weight: bold;
  383. margin-bottom: 20rpx;
  384. }
  385. .titleStyle {
  386. color: #333333;
  387. font-weight: bold;
  388. width: 78%;
  389. }
  390. .clientBox {
  391. position: fixed;
  392. bottom: 200rpx;
  393. right: 30rpx;
  394. z-index: 999;
  395. width: 112rpx;
  396. height: 112rpx;
  397. transition: 1s;
  398. }
  399. .clientBox-avatar {
  400. width: 110rpx;
  401. height: 110rpx;
  402. border-radius: 50%;
  403. border: 5rpx solid #249EFB;
  404. overflow: hidden;
  405. }
  406. .clientBox-avatar>image {
  407. width: 100%;
  408. height: 100%;
  409. }
  410. .clientBox-text {
  411. width: 57rpx;
  412. height: 28rpx;
  413. background-color: #249EFB;
  414. border-radius: 8rpx;
  415. color: #fff;
  416. font-size: 18rpx;
  417. text-align: center;
  418. position: absolute;
  419. left: 50%;
  420. transform: translateX(-50%);
  421. bottom: -8rpx;
  422. }
  423. .pricebtnimg {
  424. display: block;
  425. position: fixed;
  426. right: 20rpx;
  427. bottom: 300rpx;
  428. width: 140rpx;
  429. height: 140rpx;
  430. z-index: 9;
  431. }
  432. .application {
  433. width: 100%;
  434. height: 110rpx;
  435. position: fixed;
  436. bottom: 0rpx;
  437. left: 0rpx;
  438. z-index: 999;
  439. text-align: center;
  440. line-height: 100rpx;
  441. font-size: 32rpx;
  442. border-radius: 0rpx;
  443. background-color: #F96400;
  444. box-sizing: border-box;
  445. color: #fff;
  446. }