share-dialog.wxss 643 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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: absolute;
  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: center;
  35. align-items: center;
  36. font-size: 32rpx;
  37. }