wshare.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* 分享组件 */
  2. .sharelayerbox{
  3. display: block;
  4. width: 100%;
  5. height: 100%;
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. z-index: 99999 !important;
  10. background-color: rgba(0, 0, 0, 0.4);
  11. }
  12. .tcenter{
  13. text-align: center;
  14. }
  15. .sharefootbox {
  16. background-color: #f6f6f6;
  17. position: absolute;
  18. bottom: 0;
  19. left: 0;
  20. width: 100%;
  21. box-sizing: border-box;
  22. padding: 24rpx 20rpx 0;
  23. }
  24. .wleft{
  25. float: left;
  26. }
  27. .clearfix:after {
  28. clear: both;
  29. content: ' ';
  30. display: table;
  31. }
  32. .clearfix:before {
  33. content: ' ';
  34. display: table;
  35. }
  36. .fontr24{
  37. font-size: 24rpx;
  38. }
  39. .lhr40{
  40. line-height: 40rpx;
  41. }
  42. .sharetitle {
  43. font-size: 32rpx;
  44. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  45. }
  46. .shareviewbox {
  47. display: block;
  48. width: 100%;
  49. padding-top: 20rpx;
  50. box-sizing: border-box;
  51. overflow-x: auto;
  52. }
  53. .shareviewbox .imgs {
  54. display: block;
  55. width: 100rpx;
  56. height: 100rpx;
  57. margin: 0 auto 12rpx;
  58. }
  59. .everysharebtn {
  60. margin-right: 6rpx;
  61. margin-bottom: 40rpx;
  62. }
  63. .mr16 {
  64. margin-right: 16rpx !important;
  65. }
  66. .mr12 {
  67. margin-right: 8rpx !important;
  68. }
  69. .shareviewbox .everysharebtn:nth-of-type(6n) {
  70. margin-right: 0;
  71. }
  72. .canclebox {
  73. display: block;
  74. width: 100%;
  75. background-color: #fff;
  76. height: 98rpx;
  77. line-height: 98rpx;
  78. text-align: center;
  79. font-size: 28rpx;
  80. color: #282828;
  81. }
  82. .saveimgbox{
  83. display: block;
  84. width: 100%;
  85. height: 100%;
  86. position: fixed;
  87. top: 0;
  88. left: 0;
  89. z-index: 1000;
  90. background-color: rgba(56, 72, 85, 0.8);
  91. }
  92. .posterbox{
  93. display: block;
  94. width: 710rpx;
  95. height: 80%;
  96. position: absolute;
  97. left: 20rpx;
  98. top: 10%;
  99. }
  100. .poster{
  101. display: block;
  102. width: 100%;
  103. height: 1000rpx;
  104. margin: 0 auto;
  105. background-color: #fff;
  106. }
  107. .downbtn{
  108. display: block;
  109. width: 376rpxpx;
  110. height: 88rpx;
  111. background: #51B464;
  112. border-radius: 10rpx;
  113. margin: 40rpx auto 0;
  114. color: #fff;
  115. text-align: center;
  116. line-height: 88rpx;
  117. }
  118. .shareviewbox .everysharebtn:last-child{
  119. margin-right: 0;
  120. }