share.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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. .read-activity-btn {
  39. position: fixed;
  40. bottom: 0;
  41. display: flex;
  42. justify-content: space-between;
  43. width: 100%;
  44. height: 196rpx;
  45. padding: 0 40rpx;
  46. box-sizing: border-box;
  47. background: #fff;
  48. }
  49. .share-activity-friend,
  50. .share-activity-circle {
  51. display: flex;
  52. flex-direction: column;
  53. align-items: center;
  54. height: 140rpx;
  55. width: 200rpx;
  56. color: #333;
  57. font-size: 24rpx;
  58. margin: 0;
  59. padding: 0;
  60. background: #fff;
  61. margin-top: 40rpx;
  62. }
  63. .share-activity-circle text {
  64. height: 56rpx;
  65. line-height: 56rpx;
  66. }
  67. .read-activity-btn image {
  68. width: 80rpx;
  69. height: 80rpx;
  70. }
  71. .btn {
  72. position: fixed;
  73. bottom: -200rpx;
  74. width: 100%;
  75. height: 230rpx;
  76. background: #fff;
  77. }
  78. .btn .bg {
  79. display: block;
  80. width: 500rpx;
  81. margin: 5% auto;
  82. height: 42rpx;
  83. }
  84. .btn text {
  85. font-size: 34rpx;
  86. }
  87. .share-btn {
  88. display: flex;
  89. justify-content: center;
  90. margin-top: 75rpx;
  91. }
  92. .share-btn image {
  93. width: 55rpx;
  94. height: 55rpx;
  95. margin-right: 20rpx;
  96. }
  97. .share-btn view {
  98. display: flex;
  99. flex-direction: row;
  100. justify-content: center;
  101. align-items: center;
  102. font-size: 34rpx;
  103. height: 85rpx;
  104. width: 333rpx;
  105. line-height: 0;
  106. line-height: 33rpx;
  107. color: #fff;
  108. background: #44af34;
  109. border-radius: 52rpx;
  110. }
  111. .img {
  112. display: block;
  113. /* position: absolute; */
  114. /* left: 5rpx; */
  115. /* top: 30rpx; */
  116. /* width: 510rpx; */
  117. /* height: 893rpx; */
  118. width: 459rpx;
  119. height: 810rpx;
  120. margin: 23rpx auto;
  121. /* width: 375rpx; */
  122. /* height: 667rpx; */
  123. }
  124. .cover-text {
  125. width: 100%;
  126. color: #fff;
  127. font-size: 34rpx;
  128. text-align: center;
  129. display: flex;
  130. flex-direction: row;
  131. margin-bottom: 5rpx;
  132. align-items: center;
  133. justify-content: center;
  134. }
  135. .cover-flower {
  136. width: 28rpx;
  137. height: 34rpx;
  138. margin-left: 3rpx;
  139. margin-right: 3rpx;
  140. }
  141. .Preservation {
  142. position: absolute;
  143. left: 15%;
  144. top: 1020rpx;
  145. width: 536rpx;
  146. height: 80rpx;
  147. color: #fff;
  148. font-size: 36rpx;
  149. text-align: center;
  150. line-height: 80rpx;
  151. border-radius: 44rpx;
  152. z-index: 999;
  153. }
  154. .share-friend {
  155. display: flex;
  156. flex-direction: row;
  157. justify-content: center;
  158. align-items: center;
  159. font-size: 34rpx;
  160. height: 85rpx;
  161. width: 400rpx;
  162. line-height: 0;
  163. line-height: 33rpx;
  164. color: #fff;
  165. background: #44af34;
  166. border-radius: 52rpx;
  167. outline: none;
  168. padding: 0;
  169. margin: 0;
  170. border-radius: 66rpx;
  171. }
  172. .share-friend image {
  173. width: 66rpx;
  174. height: 53rpx;
  175. }
  176. button::after {
  177. border: none;
  178. }