share.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. position: absolute;
  46. left: 5rpx;
  47. top: 30rpx;
  48. width: 740rpx;
  49. height: 1014rpx;
  50. }
  51. .Preservation {
  52. position: absolute;
  53. left: 15%;
  54. bottom: 5%;
  55. width: 70%;
  56. height: 88rpx;
  57. }
  58. .Preservation .PreservationBg {
  59. position: absolute;
  60. left: 0;
  61. top: 0;
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .Preservation text {
  66. color: #fff;
  67. font-size: 36rpx;
  68. position: absolute;
  69. left: 30rpx;
  70. top: 20rpx;
  71. z-index: 9;
  72. }
  73. .share-friend {
  74. background: #fff;
  75. display:flex;
  76. flex-direction:column;
  77. align-items: center;
  78. outline:none;
  79. padding:0;
  80. margin:0;
  81. border-radius:0;
  82. height: 140rpx;
  83. font-size:32rpx;
  84. width: 180rpx;
  85. }
  86. .share-friend image {
  87. width: 68rpx;
  88. height: 68rpx;
  89. }
  90. button::after{ border: none; }