myshare.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  1. page{
  2. display: block;
  3. width: 100%;
  4. height:100%;
  5. position: relative;
  6. }
  7. .collectedTitle{
  8. position: fixed;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. background: #fff;
  13. z-index: 10;
  14. padding-bottom: 16rpx;
  15. }
  16. .collectedTitle .titleBox view{
  17. font-size: 30rpx;
  18. color: #708596;
  19. line-height: 30rpx;
  20. padding-top: 40rpx;
  21. margin-left: 48rpx;
  22. padding-bottom: 16rpx;
  23. position: relative;
  24. }
  25. .collectedTitle .titleBox view:first-child{
  26. margin-left:0;
  27. }
  28. .collectedTitle .titleBox view.nowtitle{
  29. font-family: PingFang-SC-Bold,Source Han Sans CN Black;
  30. font-size: 34rpx;
  31. color: #384855;
  32. }
  33. .collectedTitle .titleBox view.nowtitle::after{
  34. content: ' ';
  35. display: block;
  36. width: 54rpx;
  37. height: 8rpx;
  38. border-radius: 4rpx;
  39. background: #249efb;
  40. position: absolute;
  41. bottom: 1px;
  42. left: 50%;
  43. margin-left: -27rpx;
  44. }
  45. .tagType{
  46. display: block;
  47. width: 100%;
  48. margin-top: 26rpx;
  49. overflow: hidden;
  50. }
  51. .tagType .tagDIv{
  52. display: block;
  53. width: 100%;
  54. overflow-x: auto;
  55. white-space: nowrap;
  56. text-align: left;
  57. }
  58. .firsTitlebox{
  59. display: block;
  60. width: 100%;
  61. white-space: nowrap;
  62. overflow-x: auto;
  63. }
  64. .firsTitlebox view{
  65. display: inline-block;
  66. font-size: 28rpx;
  67. color: #384855;
  68. padding-left: 30rpx;
  69. line-height: 40rpx;
  70. padding-top: 12rpx;
  71. padding-bottom: 16rpx;
  72. }
  73. .firsTitlebox view.nowtitle{
  74. font-size: 36rpx;
  75. font-family: PingFangSC-Semibold,Source Han Sans CN Bold;
  76. padding-left: 18rpx;
  77. position: relative;
  78. line-height: 50rpx;
  79. padding-bottom: 18rpx;
  80. }
  81. .firsTitlebox view.nowtitle::before{
  82. content: ' ';
  83. display: block;
  84. position: absolute;
  85. bottom: 0;
  86. left: 50%;
  87. margin-left: -30rpx;
  88. width: 60rpx;
  89. height: 12rpx;
  90. border-radius: 6rpx;
  91. background-image: linear-gradient(270deg, #E5F9FF 12%, #0091FF 80%);
  92. }
  93. .secondbox{
  94. padding-top: 26rpx;
  95. display: block;
  96. width:100%;
  97. white-space: nowrap;
  98. overflow-x: auto;
  99. }
  100. .secondbox button{
  101. display: inline-block;
  102. height: 48rpx;
  103. line-height: 48rpx;
  104. padding: 0 26rpx;
  105. background: #F0F4F7;
  106. border-radius: 24rpx;
  107. margin-left: 20rpx;
  108. font-size: 24rpx;
  109. color: #A4B9C9;
  110. }
  111. .secondbox button.nowbtn{
  112. background-color: #249EFB;
  113. color: #FFFFFF;
  114. }
  115. .everycasetitbox{
  116. display: block;
  117. margin-bottom: 20rpx;
  118. padding-left: 100rpx;
  119. width: 100%;
  120. position: relative;
  121. box-sizing:border-box;
  122. }
  123. .everycasetitbox .firsTitlebox{
  124. display: inline-block;
  125. width:auto;
  126. font-size: 32rpx;
  127. color: #384855;
  128. line-height: 44rpx;
  129. position: absolute;
  130. top: 0;
  131. left: 20rpx;
  132. }
  133. .othertitlebox{
  134. display: block;
  135. width: 100%;
  136. white-space: nowrap;
  137. overflow-x: auto;
  138. }
  139. .othertitlebox view{
  140. display: inline-block;
  141. margin-right: 16rpx;
  142. height: 44rpx;
  143. line-height: 44rpx;
  144. border-radius: 22rpx;
  145. padding: 0 16rpx;
  146. font-size: 24rpx;
  147. }
  148. .othertitlebox view.nowbtn{
  149. background: #D4E4ED;
  150. color: #249EFB;
  151. }
  152. .wordtagbox button{
  153. display: inline-block;
  154. height: 38rpx;
  155. background-color: #eaf0f4;
  156. border-radius: 19rpx;
  157. padding: 0 12rpx;
  158. font-family: PingFang-SC-Medium, Source Han Sans CN Bold;
  159. font-size: 24rpx;
  160. color: #384855;
  161. margin-right: 12rpx;
  162. line-height: 38rpx;
  163. }
  164. .wordtagbox button.nowtag{
  165. background: #249efb;
  166. color: #fff;
  167. }
  168. .videoList {
  169. padding: 12rpx 24rpx 0;
  170. width: 100%;
  171. height: 100%;
  172. }
  173. .videoList .videoshareListLeft {
  174. width: 341rpx;
  175. }
  176. .videoList .videoshareListRight {
  177. width: 341rpx;
  178. margin-left: 20rpx;
  179. }
  180. .videoList .everyvideo {
  181. margin-top: 20rpx;
  182. position: relative;
  183. background-color: #ffffff;
  184. border-radius: 10rpx;
  185. border: solid 1px #eaf0f4;
  186. overflow: hidden;
  187. }
  188. .videoList .everyvideo .coverImg {
  189. width: 100%;
  190. display: block;
  191. }
  192. .videoList .everyvideo .playImg {
  193. position: absolute;
  194. width: 60rpx;
  195. height:60rpx;
  196. top: 20rpx;
  197. left: 20rpx;
  198. }
  199. .videoList .everyvideo .personBox {
  200. position: absolute;
  201. bottom: 18rpx;
  202. left: 21rpx;
  203. width: 299rpx;
  204. height: 36rpx;
  205. background-color: rgba(0, 0, 0, 0.5);
  206. border-radius: 18rpx;
  207. }
  208. .videoList .everyvideo .personBox .everyNumBox {
  209. float: left;
  210. width: 50%;
  211. }
  212. .videoList .everyvideo .personBox image {
  213. width: 21rpx;
  214. height: 22rpx;
  215. float: left;
  216. margin-left: 20rpx;
  217. position: relative;
  218. top: 7rpx;
  219. }
  220. .videoList .everyvideo .personBox text {
  221. float: left;
  222. font-family: PingFang-SC-Medium, Source Sans Medium;
  223. font-size: 20rpx;
  224. color: #ffffff;
  225. margin-left: 10rpx;
  226. line-height: 36rpx;
  227. }
  228. .videoList .everyvideo .contentBox {
  229. width: 100%;
  230. padding: 18rpx 20rpx 14rpx;
  231. }
  232. .videoList .everyvideo .contentBox .videoTitle {
  233. width: 100%;
  234. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  235. font-size: 24rpx;
  236. color: #384855;
  237. }
  238. .videoList .everyvideo .contentBox .personMsgBox {
  239. margin-top: 16rpx;
  240. }
  241. .videoList .everyvideo .contentBox .personMsgBox view {
  242. float: left;
  243. font-size: 22rpx;
  244. color: #b6cade;
  245. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  246. margin-right: 16rpx;
  247. }
  248. .videoList .everyvideo .contentBox.useBtn {
  249. margin-top: 24rpx;
  250. display: block;
  251. width: 100%;
  252. height: 46rpx;
  253. background-color: #249efb;
  254. border-radius: 10rpx;
  255. font-size: 26rpx;
  256. color: #ffff;
  257. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  258. }
  259. .unuseBtn {
  260. background-color: #060b0f;
  261. }
  262. .addsayImg {
  263. position: fixed;
  264. bottom: 208rpx;
  265. right: 54rpx;
  266. width: 111rpx;
  267. height: 111rpx;
  268. z-index:101;
  269. }
  270. view.delimg{
  271. position:absolute;
  272. top:0px;
  273. right:0px;
  274. width:40rpx;
  275. height:40rpx;
  276. z-index:2;
  277. background:rgba(0,0,0,0.3);
  278. }
  279. view.delimg image{
  280. display:block;
  281. width:40rpx;
  282. height:40rpx;
  283. margin:0 auto;
  284. }
  285. .artileList {
  286. padding-left: 24rpx;
  287. padding-right: 24rpx;
  288. }
  289. .everyarticleBox {
  290. padding: 24rpx 0;
  291. border-bottom: 2rpx solid #eaf0f4;
  292. }
  293. .everyarticleBox .coverImg {
  294. width: 180rpx;
  295. height: 180rpx;
  296. background-color: #384855;
  297. border-radius: 10rpx;
  298. }
  299. .everyarticleBox .articleMsg {
  300. margin-left: 32rpx;
  301. width: 490rpx;
  302. }
  303. .everyarticleBox .articleMsg .articleTitle {
  304. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  305. font-size: 28rpx;
  306. line-height: 36rpx;
  307. color: #384855;
  308. margin-top: 15rpx;
  309. }
  310. .everyarticleBox .articleMsg .articleTag {
  311. position: absolute;
  312. top: 98rpx;
  313. color: #b6cade;
  314. }
  315. .everyarticleBox .articleMsg .articleTag text {
  316. display: inline-block;
  317. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  318. font-size: 24rpx;
  319. color: #b6cade;
  320. }
  321. .everyarticleBox .articleMsg .usingbtn {
  322. display: block;
  323. width: 171rpx;
  324. height: 45rpx;
  325. background-color: #249efb;
  326. border-radius: 10rpx;
  327. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  328. font-size: 26rpx;
  329. color: #ffffff;
  330. position: absolute;
  331. top: 135rpx;
  332. right: 0;
  333. }
  334. .everyarticleBox .articleMsg .unuseBtn {
  335. background-color: #b6cade;
  336. }
  337. .getcumstor{
  338. position: absolute;
  339. top: 140rpx;
  340. left: 0;
  341. }
  342. .getcumstor view{
  343. float: left;
  344. }
  345. .getcumstor view image{
  346. display: block;
  347. width:22rpx;
  348. height: 24rpx;
  349. float: left;
  350. margin-right: 10rpx;
  351. }
  352. .getcumstor view text{
  353. float: left;
  354. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  355. font-size: 24rpx;
  356. color: #b6cade;
  357. }
  358. .getcumstor .hotBox{
  359. margin-right: 48rpx;
  360. }
  361. .getcumstor .hotBox image{
  362. position: relative;
  363. top: 4rpx;
  364. }
  365. .getcumstor .getperson image{
  366. position: relative;
  367. top: 4rpx;
  368. }
  369. .activityList{
  370. padding: 12rpx 24rpx 0;
  371. }
  372. .everyshareContentBox{
  373. float:left;
  374. width: 341rpx;
  375. background: #FFFFFF;
  376. margin-bottom:24rpx;
  377. box-shadow: 0 4rpx 20rpx 0 rgba(56,72,85,0.23);
  378. border-radius: 10rpx;
  379. overflow:hidden;
  380. }
  381. .everyshareContentBox .coverImg{
  382. display:block;
  383. width:100%;
  384. height:392rpx;
  385. border-top-left-radius:10rpx;
  386. border-top-right-radius:10rpx;
  387. }
  388. .everyshareContentBox .contentBottom{
  389. display:block;
  390. width:100%;
  391. padding:12rpx 16rpx 16rpx 16rpx;
  392. }
  393. .everyshareContentBox .contentBottom .contentTitle{
  394. width:200rpx;
  395. font-size: 28rpx;
  396. color: #384855;
  397. line-height:40rpx;
  398. }
  399. .everyshareContentBox .contentBottom .lookbox image{
  400. float:left;
  401. width:22rpx;
  402. height: 14rpx;
  403. position:relative;
  404. top:13rpx;
  405. margin-right:4rpx;
  406. }
  407. .everyshareContentBox .contentBottom .lookbox view{
  408. float:left;
  409. line-height:40rpx;
  410. font-size: 24rpx;
  411. color: #D4E4ED;
  412. }
  413. .activityList .everyshareContentBox:nth-of-type(2n){
  414. margin-left:20rpx;
  415. }
  416. .everyAnswerBox {
  417. display: block;
  418. width: 690rpx;
  419. margin: 20rpx auto 0;
  420. box-shadow: 0 0 12rpx 4rpx #f2f2f2;
  421. border-radius: 10rpx;
  422. }
  423. .everyAnswerBox .answertapBox {
  424. padding: 24rpx;
  425. }
  426. .everyAnswerBox .answertapBox .problem .problemLeft {
  427. width: 36rpx;
  428. height: 36rpx;
  429. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  430. font-size: 26rpx;
  431. color: #ffffff;
  432. background: #249efb;
  433. border-radius: 5rpx;
  434. line-height: 36rpx;
  435. text-align: center;
  436. position: relative;
  437. top: 3rpx;
  438. }
  439. .everyAnswerBox .answertapBox .problem .problemText {
  440. font-family: PingFangSC-Bold,Source Han Sans CN Bold;
  441. font-size: 30rpx;
  442. color: #384855;
  443. text-indent: 10rpx;
  444. }
  445. .everyAnswerBox .answertapBox .result {
  446. margin-top: 32rpx;
  447. }
  448. .everyAnswerBox .answertapBox .result .resultleft {
  449. width: 36rpx;
  450. height: 36rpx;
  451. background-color: #f54d64;
  452. border-radius: 5rpx;
  453. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  454. font-size: 26rpx;
  455. color: #fff;
  456. }
  457. .everyAnswerBox .answertapBox .result .resultText {
  458. text-indent: 10rpx;
  459. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  460. font-size: 28rpx;
  461. color: #708596;
  462. }
  463. .everyAnswerBox .answertapBox .scoreBox{
  464. margin-top: 20rpx;
  465. margin-left: 0;
  466. }
  467. .everyAnswerBox .answertapBox .getcumstor{
  468. position: relative;
  469. top: 0;
  470. left: 0;
  471. }
  472. .everyAnswerBox .answertapBox .usingbtn{
  473. display: block;
  474. width: 170rpx;
  475. height: 48rpx;
  476. background-color: #249efb;
  477. border-radius: 10rpx;
  478. font-size: 26rpx;
  479. color: #ffff;
  480. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  481. position: absolute;
  482. bottom: 24rpx;
  483. right: 24rpx;
  484. }
  485. .everyAnswerBox .answertapBox .unuseBtn{
  486. background-color: #b6cade;
  487. }
  488. .scoreBox {
  489. margin-left: 45rpx;
  490. margin-top: 32rpx;
  491. }
  492. .scoreBox .scoreMsgBox {
  493. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  494. font-size: 24rpx;
  495. color: #b6cade;
  496. }
  497. .scoreBox .scoreMsgBox .scoretext {
  498. position: relative;
  499. top: 2rpx;
  500. }
  501. .scoreBox .scoreMsgBox .rateBox {
  502. float: left;
  503. }
  504. .scoreBox .scorebtBox {
  505. color: #b6cade;
  506. }
  507. .scoreBox .scorebtBox view {
  508. display: inline-block;
  509. }
  510. .sharebtn{
  511. position: absolute;
  512. bottom: 14rpx;
  513. right:20rpx;
  514. font-size: 22rpx;
  515. color: #b6cade;
  516. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  517. line-height: 34rpx;
  518. color:#0091FF;
  519. }
  520. .articlesharebtn{
  521. position: absolute;
  522. bottom: 24rpx;
  523. right: 0;
  524. font-size: 22rpx;
  525. color: #b6cade;
  526. font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
  527. line-height: 34rpx;
  528. color:#0091FF;
  529. }
  530. .anlisharebtn{
  531. position: absolute;
  532. top: 0px;
  533. left: 0px;
  534. width: 40rpx;
  535. height: 40rpx;
  536. z-index: 2;
  537. background: rgba(0,0,0,0.3);
  538. }
  539. .anlisharebtn image{
  540. display: block;
  541. width: 32rpx;
  542. height: 30rpx;
  543. position: relative;
  544. top: 5rpx;
  545. margin: 0 auto;
  546. }
  547. .toolbox{
  548. display: block;
  549. margin-top: -70rpx;
  550. padding: 0 25rpx;
  551. position: relative;
  552. z-index: 99;
  553. }
  554. .everytoolbox{
  555. display: block;
  556. width: 700rpx;
  557. height: 305rpx;
  558. background-color: #ffffff;
  559. box-shadow: 0px 7rpx 21rpx 0px rgba(40, 40, 40, 0.1);
  560. border-radius: 20rpx;
  561. padding: 38rpx 0 0 25rpx;
  562. margin-bottom: 20rpx;
  563. }
  564. .toolimg{
  565. display: block;
  566. width: 140rpx;
  567. height: 140rpx;
  568. position: absolute;
  569. top: 83rpx;
  570. right: 27rpx;
  571. }
  572. .toolbtnbox{
  573. margin-top: 34rpx;
  574. }
  575. .toolbtbtn{
  576. display: block;
  577. width: 260rpx;
  578. height: 68rpx;
  579. border-radius: 34rpx;
  580. line-height: 68rpx;
  581. text-align: left;
  582. }
  583. .caselayerbox{
  584. display: block;
  585. width: 100%;
  586. height: 100%;
  587. background: rgba(56,72,85,0.60);
  588. position: fixed;
  589. z-index: 99;
  590. left: 0;
  591. bottom: 0;
  592. }
  593. .caselayer{
  594. display: block;
  595. width: 100%;
  596. max-height: 60%;
  597. position: absolute;
  598. bottom: 0;
  599. left: 0;
  600. background-color: #FFFFFF;
  601. box-shadow: 0 -4rpx 20rpx 0 rgba(36,158,251,0.23);
  602. border-radius: 10rpx 10rpx 0 0;
  603. overflow: auto;
  604. padding-top: 70rpx;
  605. padding-bottom: calc(constant(safe-area-inset-bottom)) !important; /* ios < 11.2*/
  606. padding-bottom: calc(env(safe-area-inset-bottom)) !important; /* ios >= 11.2*/
  607. }
  608. .casefiltratetit{
  609. position: absolute;
  610. top: 0;
  611. left:0;
  612. background: #F0F4F7;
  613. width: 100%;
  614. height: 70rpx;
  615. line-height: 70rpx;
  616. }
  617. .casefiltratetit image{
  618. display: block;
  619. width: 30rpx;
  620. height: 28rpx;
  621. position: absolute;
  622. top: 22rpx;
  623. right: 40rpx;
  624. }
  625. .casetypefiltrate{
  626. display: block;
  627. width: 100%;
  628. padding: 0 20rpx;
  629. }
  630. .casetypefiltratebox{
  631. display: block;
  632. height: 88rpx;
  633. border-bottom: 1px solid #D4E4ED;
  634. }
  635. .casetypefiltratebox image{
  636. display: block;
  637. width:12rpx;
  638. height: 8rpx;
  639. margin-left: 6rpx;
  640. position: relative;
  641. top: 40rpx;
  642. }
  643. .casetypefiltratebox .clickimg{
  644. display: none;
  645. }
  646. .nowfiltrate .unclickimg{
  647. display: none;
  648. }
  649. .nowfiltrate .clickimg{
  650. display: block;
  651. }
  652. .nowfiltrate{
  653. color: #249EFB;
  654. position: relative;
  655. height: 88rpx;
  656. }
  657. .nowfiltrate::before{
  658. display: block;
  659. content: " ";
  660. width: 82rpx;
  661. height: 6rpx;
  662. background-color: #249EFB;
  663. position: absolute;
  664. bottom: 0;
  665. left: 50%;
  666. margin-left: -41rpx;
  667. }
  668. .stylefiltrate{
  669. display: block;
  670. padding: 40rpx 20rpx 32rpx;
  671. }
  672. .stylefiltrate button{
  673. display: block;
  674. height:48rpx;
  675. line-height: 48rpx;
  676. background: #F0F4F7;
  677. border-radius: 24rpx;
  678. float: left;
  679. padding: 0 24rpx;
  680. margin-left: 20rpx;
  681. margin-bottom: 40rpx;
  682. font-size: 24rpx;
  683. }
  684. .stylefiltrate button.nowbtn{
  685. background: #71C4FF;
  686. border: 2rpx solid #249EFB;
  687. box-sizing: border-box;
  688. color: #fff;
  689. line-height: 44rpx;
  690. }
  691. .areafiltrate{
  692. display: block;
  693. padding: 40rpx 20rpx 32rpx;
  694. }
  695. .areafiltrate button{
  696. display: block;
  697. height:48rpx;
  698. line-height: 48rpx;
  699. background: #F0F4F7;
  700. border-radius: 24rpx;
  701. float: left;
  702. padding: 0 24rpx;
  703. margin-right: 20rpx;
  704. margin-bottom: 40rpx;
  705. font-size: 24rpx;
  706. }
  707. .areafiltrate button.nowbtn{
  708. background: #71C4FF;
  709. border: 2rpx solid #249EFB;
  710. box-sizing: border-box;
  711. color: #fff;
  712. line-height: 44rpx;
  713. }
  714. .caselistbox{
  715. padding: 24rpx 20rpx 0;
  716. }
  717. .everycasebox{
  718. width: 345rpx;
  719. box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26);
  720. border-radius: 10rpx;
  721. overflow: hidden;
  722. margin-bottom: 20rpx;
  723. }
  724. .caselistbox .everycasebox:nth-of-type(2n-1){
  725. margin-right: 20rpx;
  726. }
  727. .caselistbox .everycasebox .imgbox{
  728. height: 260rpx;
  729. }
  730. .caselistbox .everycasebox .imgbox image{
  731. display: block;
  732. width: 100%;
  733. height:100%;
  734. }
  735. .casesharenum{
  736. position: absolute;
  737. right:0;
  738. top: 12rpx;
  739. height: 40rpx;
  740. border-radius: 24rpx 0 0 24rpx;
  741. opacity: 0.7;
  742. background: #384855;
  743. color: #B6CADE;
  744. padding-left: 14rpx;
  745. padding-right: 8rpx;
  746. }
  747. .caselistbox .everycasebox .imgbox .casesharenum image{
  748. display: block;
  749. width: 22rpx;
  750. height: 18rpx;
  751. margin-right:4rpx;
  752. position: relative;
  753. top: 11rpx;
  754. }
  755. .caselistbox .everycasebox .imgbox .casesharenum view{
  756. line-height: 40rpx;
  757. }
  758. .casehousemsgbox{
  759. display: block;
  760. position: absolute;
  761. bottom: 0;
  762. left: 0;
  763. width: 100%;
  764. background-color: rgb(56,72,85);
  765. opacity: 0.7;
  766. z-index: 2;
  767. }
  768. .casemsgbox{
  769. padding: 20rpx 50rpx 30rpx 10rpx;
  770. }
  771. .designerbox{
  772. margin-top: 16rpx;
  773. margin-bottom: 16rpx;
  774. }
  775. .designerbox image{
  776. display: block;
  777. width: 40rpx;
  778. height: 40rpx;
  779. margin-right: 10rpx;
  780. border-radius: 20rpx;
  781. }
  782. .casecollectbox image{
  783. width: 56rpx;
  784. height: 56rpx;
  785. }
  786. .casemsgbox button.sharebtn{
  787. right: 8rpx;
  788. bottom: 30rpx;
  789. }
  790. .activitybox{
  791. z-index: 2;
  792. background: #fff;
  793. }
  794. .everyactivitybox{
  795. padding: 32rpx 40rpx 20rpx;
  796. border-bottom: 1px solid #D4E4ED;
  797. }
  798. .everynumbox{
  799. margin-top: 10rpx;
  800. margin-bottom:10rpx;
  801. }
  802. .depositbox image{
  803. display: block;
  804. width: 30rpx;
  805. height: 24rpx;
  806. position: relative;
  807. top: 18rpx;
  808. margin-right: 7rpx;
  809. }
  810. .everyfootbox{
  811. padding: 0 20rpx;
  812. }
  813. .everysharenumbox view{
  814. line-height: 56rpx;
  815. }
  816. .everysharenumbox image{
  817. display: block;
  818. width: 24rpx;
  819. height: 20rpx;
  820. position: relative;
  821. top:18rpx;
  822. margin-right: 8rpx;
  823. }
  824. .activitycontentfoot{
  825. margin-top: 8rpx;
  826. }
  827. .casecollectbox image{
  828. width: 56rpx;
  829. height: 56rpx;
  830. }
  831. .activitycontentfoot .sendfriend image{
  832. top: 14rpx;
  833. }
  834. .sendfriend image {
  835. display: block;
  836. width: 28rpx;
  837. height: 28rpx;
  838. position: relative;
  839. top: 3rpx;
  840. margin-right: 6rpx;
  841. }
  842. button.casecollectbox{
  843. background-color: #fff;
  844. }
  845. .activitycontentfoot button.sharebtn{
  846. right: 0rpx;
  847. bottom: 8rpx
  848. }
  849. .publicpraisebox{
  850. padding: 24rpx 20rpx 0;
  851. }
  852. .leftpublicpraisebox,.rightpublicpraisebox{
  853. display: block;
  854. width: 345rpx;
  855. }
  856. .leftpublicpraisebox{
  857. margin-right: 20rpx;
  858. }
  859. .everypublicpraisebox{
  860. display: block;
  861. background: #FFFFFF;
  862. box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26);
  863. border-radius: 10rpx;
  864. overflow: hidden;
  865. margin-bottom: 20rpx;
  866. }
  867. .publicimg{
  868. display: block;
  869. width:100%;
  870. }
  871. .publicsharebox{
  872. display: block;
  873. position: absolute;
  874. left: 0;
  875. z-index: 2;
  876. bottom: 10rpx;
  877. border-radius: 0 24rpx 24rpx 0;
  878. opacity: 0.7;
  879. background: #384855;
  880. color: #B6CADE;
  881. height: 48rpx;
  882. padding: 0 24rpx 0 14rpx;
  883. }
  884. .publicsharebox image {
  885. display: block;
  886. width: 22rpx;
  887. height: 18rpx;
  888. margin-right: 6rpx;
  889. position: relative;
  890. top: 14rpx;
  891. }
  892. .publicsharebox view{
  893. line-height: 48rpx;
  894. }
  895. .publicpraisemsgbox{
  896. padding: 16rpx;
  897. padding-right: 50rpx;
  898. }
  899. .publicpraisemsgbox .sharebtn{
  900. right: 8rpx;
  901. bottom: 20rpx;
  902. }
  903. .articlebox{
  904. display: block;
  905. width: 100%;
  906. padding: 24rpx 20rpx;
  907. box-sizing: border-box;
  908. }
  909. .everyarticlebox{
  910. display: block;
  911. width: 100%;
  912. padding: 20rpx;
  913. box-shadow: 0 2px 8px 0 rgba(56,72,85,0.20);
  914. border-radius: 10rpx;
  915. margin-bottom: 20rpx;
  916. }
  917. .zanbox .bzan{
  918. display: block;
  919. width: 31rpx;
  920. height: 32rpx;
  921. }
  922. .everyarticlebox .leftarticlebox{
  923. display: block;
  924. float: left;
  925. width: 470rpx;
  926. height: 180rpx;
  927. }
  928. .articlefoot{
  929. position: absolute;
  930. bottom: 0;
  931. right: 0;
  932. width: 100%;
  933. }
  934. .everyarticlebox .articlecover{
  935. float: left;
  936. display: block;
  937. width: 180rpx;
  938. height: 180rpx;
  939. background-color: #384855;
  940. border-radius: 10rpx 0 0 10rpx;
  941. margin-right: 20rpx;
  942. }
  943. .articletitle{
  944. font-size: 32rpx;
  945. color: #384855;
  946. line-height: 44rpx;
  947. }
  948. .articlemsg{
  949. font-size: 24rpx;
  950. color: #8A9AAA;
  951. margin-top: 16rpx;
  952. }
  953. .articlemsgbox{
  954. display: block;
  955. margin-top: 10rpx;
  956. }