share.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /* component/shar-dialog/shar-dialog.wxss */
  2. .share {
  3. position:fixed;
  4. left:0;
  5. top:0;
  6. width:100%;
  7. height:100%;
  8. background:rgba(0, 0, 0, .8);
  9. z-index:999999;
  10. }
  11. .corss-line{
  12. width: 90%;
  13. position: absolute;
  14. height: 39rpx;
  15. border-bottom: 2rpx solid #f2f2f2;
  16. margin: 0 auto;
  17. left: 0;
  18. right: 0;
  19. z-index: 1;
  20. }
  21. .invite-text{
  22. width: 120rpx;
  23. height: 30rpx;
  24. color: #262626;
  25. font-size: 30rpx;
  26. position: absolute;
  27. top: 19rpx;
  28. margin: 0 auto;
  29. left: 0;
  30. right: 0;
  31. background: #fff;
  32. z-index: 2;
  33. }
  34. .btn {
  35. position: fixed;
  36. bottom: -200rpx;
  37. width: 100%;
  38. height: 200rpx;
  39. background: #fff;
  40. }
  41. .btn .bg {
  42. display: block;
  43. width: 500rpx;
  44. margin: 5% auto;
  45. height: 42rpx;
  46. }
  47. .btn text{
  48. font-size: 28rpx;
  49. }
  50. .share-btn {
  51. display: flex;
  52. justify-content: center;
  53. margin-top: 65rpx;
  54. }
  55. .share-btn image {
  56. width: 55rpx;
  57. height: 55rpx;
  58. }
  59. .share-btn view {
  60. display: flex;
  61. flex-direction: row;
  62. justify-content: space-around;
  63. align-items: center;
  64. font-size: 30rpx;
  65. height: 85rpx;
  66. width: 333rpx;
  67. line-height: 0;
  68. line-height: 33rpx;
  69. color: #fff;
  70. background: #44af34;
  71. border-radius: 52rpx;
  72. }
  73. .img {
  74. display: block;
  75. /* position: absolute; */
  76. /* left: 5rpx; */
  77. /* top: 30rpx; */
  78. width: 510rpx;
  79. height: 893rpx;
  80. margin: 63rpx auto;
  81. /* width: 375rpx; */
  82. /* height: 667rpx; */
  83. }
  84. .Preservation {
  85. position: absolute;
  86. left: 15%;
  87. top: 1020rpx;
  88. width: 536rpx;
  89. height: 80rpx;
  90. color: #fff;
  91. font-size: 36rpx;
  92. text-align: center;
  93. line-height: 80rpx;
  94. border-radius: 44rpx;
  95. z-index: 999;
  96. }
  97. .share-friend {
  98. background: #fff;
  99. display:flex;
  100. flex-direction:column;
  101. align-items: center;
  102. outline:none;
  103. padding:0;
  104. margin:0;
  105. border-radius:0;
  106. height: 145rpx;
  107. font-size:32rpx;
  108. width: 180rpx;
  109. line-height: 33rpx;
  110. }
  111. .share-friend image {
  112. width: 76rpx;
  113. height: 76rpx;
  114. }
  115. button::after{ border: none; }