share.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /* component/shar-dialog/shar-dialog.wxss */
  2. .share {
  3. position: absolute;
  4. left: 0;
  5. top: 0;
  6. width: 100%;
  7. height: 100%;
  8. background: rgba(0, 0, 0, .6);
  9. z-index: 99;
  10. }
  11. .btn {
  12. position: fixed;
  13. bottom: 0;
  14. width: 100%;
  15. height: 290rpx;
  16. background: #fff;
  17. }
  18. .btn .bg {
  19. display: block;
  20. width: 500rpx;
  21. margin: 5% auto;
  22. height: 42rpx;
  23. }
  24. .btn text{
  25. font-size: 28rpx;
  26. }
  27. .share-btn {
  28. display: flex;
  29. justify-content: space-around;
  30. }
  31. .share-btn image {
  32. width: 68rpx;
  33. height: 68rpx;
  34. }
  35. .share-btn view {
  36. display: flex;
  37. flex-direction: column;
  38. justify-content: space-between;
  39. align-items: center;
  40. font-size: 32rpx;
  41. height: 120rpx;
  42. width: 180rpx
  43. }
  44. .img {
  45. display: block;
  46. /* position: absolute; */
  47. /* left: 5rpx; */
  48. /* top: 30rpx; */
  49. width: 80%;
  50. height: 80%;
  51. margin: 50rpx auto;
  52. /* width: 375rpx; */
  53. /* height: 667rpx; */
  54. }
  55. .Preservation {
  56. position: absolute;
  57. left: 15%;
  58. bottom: 50rpx;
  59. width: 70%;
  60. height: 88rpx;
  61. }
  62. .Preservation .PreservationBg {
  63. position: absolute;
  64. left: 0;
  65. top: 0;
  66. width: 100%;
  67. height: 100%;
  68. }
  69. .Preservation text {
  70. color: #fff;
  71. font-size: 36rpx;
  72. position: absolute;
  73. left: 43rpx;
  74. top: 20rpx;
  75. z-index: 9;
  76. }
  77. .share-friend {
  78. background: #fff;
  79. display:flex;
  80. flex-direction:column;
  81. align-items: center;
  82. outline:none;
  83. padding:0;
  84. margin:0;
  85. border-radius:0;
  86. height: 140rpx;
  87. font-size:32rpx;
  88. width: 180rpx;
  89. }
  90. .share-friend image {
  91. width: 68rpx;
  92. height: 68rpx;
  93. }
  94. button::after{ border: none; }