articleshare.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  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 40rpx;
  68. position: relative;
  69. z-index: 2;
  70. padding-bottom: 150rpx;
  71. }
  72. .contentBox .title{
  73. font-size: 40rpx;
  74. line-height: 64rpx;
  75. color: #222222;
  76. font-weight: 600;
  77. text-align: center;
  78. margin-bottom: 28rpx;
  79. }
  80. .contentBox .tagBox{
  81. margin-bottom: 40rpx;
  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: 24rpx;
  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. .rightbtnbox{
  149. display: block;
  150. position: fixed;
  151. right: 0rpx;
  152. bottom:200rpx;
  153. z-index: 9;
  154. }
  155. .pricebtnimg{
  156. display: block;
  157. position: relative;
  158. right: 7rpx;
  159. width: 140rpx;
  160. height: 140rpx;
  161. z-index: 9;
  162. margin-bottom: 6rpx;
  163. }
  164. .tcollectbox{
  165. display: block;
  166. width: 98rpx;
  167. height: 98rpx;
  168. background-color: #ffffff;
  169. box-shadow: 0 2rpx 8rpx 0 rgba(56,72,85,0.20);
  170. border: solid 1px #B6CADE;
  171. border-radius: 50%;
  172. position: relative;
  173. right: -20rpx;
  174. overflow: hidden;
  175. }
  176. .tcollectbox image{
  177. display: block;
  178. width: 27rpx;
  179. height: 27rpx;
  180. margin: 18rpx auto 12rpx;
  181. }
  182. .tsharebox{
  183. background-color: #259cfa;
  184. box-shadow: 0px 2rpx 15rpx 1px
  185. rgba(36, 157, 250, 0.48);
  186. border: solid 1px #249dfa;
  187. margin-bottom: 24rpx;
  188. }
  189. /*--*/
  190. .shareTips {
  191. width: 100%;
  192. height: 56rpx;
  193. background-color: #FDDAC4;
  194. color: #F96400;
  195. position: fixed;
  196. bottom: 100rpx;
  197. left: 0rpx;
  198. line-height: 56rpx;
  199. text-align: center;
  200. font-size: 24rpx;
  201. z-index: 9;
  202. }
  203. .cutAndShare {
  204. width: 100%;
  205. height: 100rpx;
  206. position: fixed;
  207. bottom: 0rpx;
  208. left: 0rpx;
  209. background-color: #fff;
  210. box-shadow: 0rpx -10rpx 10rpx 6rpx rgba(0, 0, 0, 0.1);
  211. display: flex;
  212. z-index: 9;
  213. }
  214. .shareCutImg {
  215. width: 40%;
  216. height: 100%;
  217. display: flex;
  218. align-items: center;
  219. justify-content: center;
  220. font-size: 32rpx;
  221. }
  222. .shareBtn {
  223. flex: 1;
  224. height: 100%;
  225. background-color: #F96400;
  226. border-radius: 0rpx !important;
  227. line-height: 100rpx;
  228. color: #fff;
  229. font-size: 32rpx;
  230. }
  231. .cutMask {
  232. width: 100%;
  233. height: 100vh;
  234. position: fixed;
  235. top: 0rpx;
  236. left: 0rpx;
  237. background-color: rgba(0, 0, 0, 0.5);
  238. z-index: 999999 !important;
  239. }
  240. .cutBlock {
  241. width: 100%;
  242. height: 70%;
  243. background-color: #fff;
  244. position: absolute;
  245. bottom: 0rpx;
  246. left: 0rpx;
  247. box-sizing: border-box;
  248. padding: 88rpx 0rpx 100rpx;
  249. }
  250. .cutTitle {
  251. width: 100%;
  252. height: 88rpx;
  253. background-color: #F96400;
  254. color: #fff;
  255. font-size: 32rpx;
  256. text-align: center;
  257. line-height: 88rpx;
  258. position: absolute;
  259. top: 0rpx;
  260. left: 0rpx;
  261. }
  262. .cutConfirm {
  263. width: 100%;
  264. height: 100rpx;
  265. background-color: #F96400;
  266. color: #fff;
  267. position: absolute;
  268. bottom: 0rpx;
  269. left: 0rpx;
  270. text-align: center;
  271. line-height: 100rpx;
  272. font-size: 32rpx;
  273. border-radius: 0rpx;
  274. }
  275. .cutContent {
  276. width: 100%;
  277. height: 100%;
  278. overflow: auto;
  279. }
  280. .cutShareLabel {
  281. width: 100%;
  282. height: 66rpx;
  283. line-height: 66rpx;
  284. box-sizing: border-box;
  285. padding: 0rpx 20rpx;
  286. }
  287. .cutImglistBox {
  288. width: 100%;
  289. height: auto;
  290. overflow: hidden;
  291. box-sizing: border-box;
  292. padding: 20rpx;
  293. display: flex;
  294. flex-wrap: wrap;
  295. }
  296. .uploadImg {
  297. width: 150rpx;
  298. height: 150rpx;
  299. border: 2rpx solid #D7DFE4;
  300. display: flex;
  301. flex-direction: column;
  302. justify-content: center;
  303. align-items: center;
  304. }
  305. .uploadImg>image {
  306. width: 50rpx;
  307. }
  308. .u-text {
  309. font-size: 28rpx;
  310. color: #B5C6D3;
  311. }
  312. .imageItem {
  313. width: 150rpx;
  314. height: 150rpx;
  315. background-color: #ccc;
  316. margin-right: 10rpx;
  317. margin-bottom: 10rpx;
  318. position: relative;
  319. }
  320. .imageItem>image {
  321. width: 100%;
  322. height: 100%;
  323. }
  324. .imgdel {
  325. width: 60rpx;
  326. height: 60rpx;
  327. background-color: rgba(0, 0, 0, 0.5);
  328. border-radius: 50%;
  329. display: flex;
  330. justify-content: center;
  331. align-items: center;
  332. position: absolute;
  333. top: 50%;
  334. left: 50%;
  335. transform: translate(-50%, -50%);
  336. box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(0, 0, 0, 0.05);
  337. }
  338. .imgdel>image {
  339. width: 50rpx;
  340. }
  341. .u-textarea-box {
  342. width: 100%;
  343. height: 400rpx;
  344. box-sizing: border-box;
  345. padding: 20rpx;
  346. }
  347. .u-textarea {
  348. width: 100%;
  349. background-color: #F0F4F7;
  350. padding: 10rpx;
  351. }
  352. .shareApprovalbtn {
  353. width: 100%;
  354. height: 88rpx;
  355. background-color: #249EFB;
  356. color: #fff;
  357. font-size: 30rpx;
  358. text-align: center;
  359. line-height: 88rpx;
  360. position: fixed;
  361. bottom: 0rpx;
  362. left: 0rpx;
  363. z-index: 99;
  364. }
  365. .shareMask {
  366. width: 100%;
  367. height: 100vh;
  368. background-color: rgba(0, 0, 0, 0.4);
  369. position: fixed;
  370. top: 0rpx;
  371. left: 0rpx;
  372. z-index: 999;
  373. }
  374. .shareBlock {
  375. width: 100%;
  376. height: 75%;
  377. background-color: #fff;
  378. position: absolute;
  379. bottom: 0rpx;
  380. left: 0rpx;
  381. box-sizing: border-box;
  382. padding-top: 88rpx;
  383. }
  384. .shareBlockTitle {
  385. width: 100%;
  386. height: 88rpx;
  387. background-color: #249EFB;
  388. color: #fff;
  389. font-size: 30rpx;
  390. text-align: center;
  391. line-height: 88rpx;
  392. position: absolute;
  393. top: 0rpx;
  394. left: 0rpx;
  395. }
  396. .shareBlockContent {
  397. width: 100%;
  398. height: 100%;
  399. overflow: auto;
  400. box-sizing: border-box;
  401. padding: 20rpx;
  402. }
  403. .shareApprovalItem {
  404. width: 100%;
  405. height: auto;
  406. overflow: hidden;
  407. display: flex;
  408. }
  409. .shareApprovalLeft {
  410. width: 130rpx;
  411. }
  412. .shareApprovalLeft>image {
  413. width: 96rpx;
  414. height: 96rpx;
  415. border-radius: 50%;
  416. overflow: hidden;
  417. }
  418. .shareApprovalRight {
  419. flex: 1;
  420. }
  421. .shareApprovalText {
  422. width: 100%;
  423. height: 66rpx;
  424. line-height: 66rpx;
  425. }
  426. .shareApprovalText .satName {
  427. color: 30rpx;
  428. color: #333333;
  429. }
  430. .shareApprovalText .satTime {
  431. color: #A8BBCB;
  432. font-size: 26rpx;
  433. margin-left: 20rpx;
  434. }
  435. .shareApprovalImgBox {
  436. width: 100%;
  437. height: auto;
  438. overflow: hidden;
  439. display: flex;
  440. flex-wrap: wrap;
  441. }
  442. .shareApprovalImgItem {
  443. width: 180rpx;
  444. height: 150rpx;
  445. background-color: #ccc;
  446. margin-right: 10rpx;
  447. margin-bottom: 10rpx;
  448. }
  449. .shareApprovalImgItem > image {
  450. width: 100%;
  451. height: 100%;
  452. }
  453. .shareApprovalMsg {
  454. width: 100%;
  455. box-sizing: border-box;
  456. padding: 5rpx 0rpx 20rpx;
  457. font-size: 26rpx;
  458. color: #333333;
  459. }
  460. .shareApproValBtnBox {
  461. width: 100%;
  462. height: 88rpx;
  463. display: flex;
  464. align-items: center;
  465. justify-content: space-around;
  466. }
  467. .aConfirmBtn {
  468. width: 260rpx;
  469. height: 88rpx;
  470. line-height: 88rpx;
  471. border-radius: 44rpx;
  472. background-color: #249EFB;
  473. color: #fff;
  474. font-size: 30rpx;
  475. }
  476. .aRejectBtn {
  477. width: 260rpx;
  478. height: 88rpx;
  479. line-height: 88rpx;
  480. border-radius: 44rpx;
  481. background-color: #B5CADD;
  482. color: #fff;
  483. font-size: 30rpx;
  484. }