share.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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, .6);
  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: space-around;
  53. margin-top: 65rpx;
  54. }
  55. .share-btn image {
  56. width: 76rpx;
  57. height: 76rpx;
  58. }
  59. .share-btn view {
  60. display: flex;
  61. flex-direction: column;
  62. /* justify-content: space-between; */
  63. align-items: center;
  64. font-size: 24rpx;
  65. height: 120rpx;
  66. width: 180rpx;
  67. line-height: 0;
  68. line-height: 33rpx;
  69. }
  70. .img {
  71. display: block;
  72. /* position: absolute; */
  73. /* left: 5rpx; */
  74. /* top: 30rpx; */
  75. width: 510rpx;
  76. height: 893rpx;
  77. margin: 63rpx auto;
  78. /* width: 375rpx; */
  79. /* height: 667rpx; */
  80. }
  81. .Preservation {
  82. position: absolute;
  83. left: 15%;
  84. top: 1020rpx;
  85. width: 536rpx;
  86. height: 80rpx;
  87. color: #fff;
  88. font-size: 36rpx;
  89. text-align: center;
  90. line-height: 80rpx;
  91. border-radius: 44rpx;
  92. z-index: 999;
  93. }
  94. .share-friend {
  95. background: #fff;
  96. display:flex;
  97. flex-direction:column;
  98. align-items: center;
  99. outline:none;
  100. padding:0;
  101. margin:0;
  102. border-radius:0;
  103. height: 145rpx;
  104. font-size:32rpx;
  105. width: 180rpx;
  106. line-height: 33rpx;
  107. }
  108. .share-friend image {
  109. width: 76rpx;
  110. height: 76rpx;
  111. }
  112. button::after{ border: none; }