wshare.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* 分享组件 */
  2. .sharelayerbox{
  3. display: block;
  4. width: 100%;
  5. height: 100%;
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. z-index: 999;
  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. }
  52. .shareviewbox .imgs {
  53. display: block;
  54. width: 100rpx;
  55. height: 100rpx;
  56. margin-bottom: 12rpx;
  57. }
  58. .everysharebtn {
  59. margin-right: 52rpx;
  60. margin-bottom: 40rpx;
  61. }
  62. .shareviewbox .everysharebtn:nth-of-type(5n) {
  63. margin-right: 0;
  64. }
  65. .canclebox {
  66. display: block;
  67. width: 100%;
  68. background-color: #fff;
  69. height: 98rpx;
  70. line-height: 98rpx;
  71. text-align: center;
  72. font-size: 28rpx;
  73. color: #282828;
  74. }
  75. .saveimgbox{
  76. display: block;
  77. width: 100%;
  78. height: 100%;
  79. position: fixed;
  80. top: 0;
  81. left: 0;
  82. z-index: 1000;
  83. background-color: rgba(56, 72, 85, 0.8);
  84. }
  85. .posterbox{
  86. display: block;
  87. width: 710rpx;
  88. height: 80%;
  89. position: absolute;
  90. left: 20rpx;
  91. top: 10%;
  92. }
  93. .poster{
  94. display: block;
  95. width: 100%;
  96. height: 1000rpx;
  97. margin: 0 auto;
  98. background-color: #fff;
  99. }
  100. .downbtn{
  101. display: block;
  102. width: 376rpxpx;
  103. height: 88rpx;
  104. background: #51B464;
  105. border-radius: 10rpx;
  106. margin: 40rpx auto 0;
  107. color: #fff;
  108. text-align: center;
  109. line-height: 88rpx;
  110. }