share.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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: 999;
  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: 100%;
  23. height: 30rpx;
  24. color: #262626;
  25. font-size: 34rpx;
  26. position: absolute;
  27. top: 19rpx;
  28. margin: 0 auto;
  29. left: 0;
  30. right: 0;
  31. background: #fff;
  32. z-index: 2;
  33. text-align: center;
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. }
  38. .btn {
  39. position: fixed;
  40. bottom: -200rpx;
  41. width: 100%;
  42. height: 230rpx;
  43. background: #fff;
  44. }
  45. .btn .bg {
  46. display: block;
  47. width: 500rpx;
  48. margin: 5% auto;
  49. height: 42rpx;
  50. }
  51. .btn text {
  52. font-size: 34rpx;
  53. }
  54. .share-btn {
  55. display: flex;
  56. justify-content: center;
  57. margin-top: 75rpx;
  58. }
  59. .share-btn image {
  60. width: 55rpx;
  61. height: 55rpx;
  62. margin-right: 20rpx;
  63. }
  64. .share-btn view {
  65. display: flex;
  66. flex-direction: row;
  67. justify-content: center;
  68. align-items: center;
  69. font-size: 34rpx;
  70. height: 85rpx;
  71. width: 333rpx;
  72. line-height: 0;
  73. line-height: 33rpx;
  74. color: #fff;
  75. background: #44af34;
  76. border-radius: 52rpx;
  77. }
  78. .img {
  79. display: block;
  80. /* position: absolute; */
  81. /* left: 5rpx; */
  82. /* top: 30rpx; */
  83. /* width: 510rpx; */
  84. /* height: 893rpx; */
  85. width: 459rpx;
  86. height: 810rpx;
  87. margin: 23rpx auto;
  88. /* width: 375rpx; */
  89. /* height: 667rpx; */
  90. }
  91. .cover-text {
  92. width: 100%;
  93. color: #fff;
  94. font-size: 34rpx;
  95. text-align: center;
  96. display: flex;
  97. flex-direction: row;
  98. margin-bottom: 5rpx;
  99. align-items: center;
  100. justify-content: center;
  101. }
  102. .cover-flower {
  103. width: 28rpx;
  104. height: 34rpx;
  105. margin-left: 3rpx;
  106. margin-right: 3rpx;
  107. }
  108. .Preservation {
  109. position: absolute;
  110. left: 15%;
  111. top: 1020rpx;
  112. width: 536rpx;
  113. height: 80rpx;
  114. color: #fff;
  115. font-size: 36rpx;
  116. text-align: center;
  117. line-height: 80rpx;
  118. border-radius: 44rpx;
  119. z-index: 999;
  120. }
  121. .share-friend {
  122. display: flex;
  123. flex-direction: row;
  124. justify-content: center;
  125. align-items: center;
  126. font-size: 34rpx;
  127. height: 85rpx;
  128. width: 400rpx;
  129. line-height: 0;
  130. line-height: 33rpx;
  131. color: #fff;
  132. background: #44af34;
  133. border-radius: 52rpx;
  134. outline: none;
  135. padding: 0;
  136. margin: 0;
  137. border-radius: 66rpx;
  138. }
  139. .share-friend image {
  140. width: 66rpx;
  141. height: 53rpx;
  142. }
  143. button::after {
  144. border: none;
  145. }