share.wxss 2.5 KB

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