share.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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, .3);
  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. width: 90%;
  20. margin: 46rpx 5%;
  21. height: 42rpx;
  22. }
  23. .share-btn {
  24. display: flex;
  25. justify-content: space-around;
  26. }
  27. .share-btn image {
  28. width: 66rpx;
  29. height: 66rpx;
  30. }
  31. .share-btn view {
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: space-between;
  35. align-items: center;
  36. font-size: 32rpx;
  37. height: 120rpx;
  38. }
  39. .img {
  40. position: absolute;
  41. left: 5rpx;
  42. top: 30rpx;
  43. width: 740rpx;
  44. height: 1014rpx;
  45. }
  46. .Preservation {
  47. position: absolute;
  48. left: 15%;
  49. bottom: 5%;
  50. width: 70%;
  51. height: 88rpx;
  52. }
  53. .Preservation .PreservationBg {
  54. position: absolute;
  55. left: 0;
  56. top: 0;
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .Preservation text {
  61. color: #fff;
  62. font-size: 36rpx;
  63. position: absolute;
  64. left: 30rpx;
  65. top: 20rpx;
  66. z-index: 9;
  67. }
  68. .share-friend {
  69. background: #fff;
  70. display:flex;
  71. flex-direction:column;
  72. align-items: center;
  73. outline:none;
  74. padding:0;
  75. margin:0;
  76. border-radius:0;
  77. height: 140rpx;
  78. font-size:32rpx;
  79. }
  80. .share-friend image {
  81. width: 66rpx;
  82. height: 66rpx;
  83. }
  84. button::after{ border: none; }