share.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. }
  38. .img {
  39. position: absolute;
  40. left: 5rpx;
  41. top: 30rpx;
  42. width: 740rpx;
  43. height: 1014rpx;
  44. }
  45. .Preservation {
  46. position: absolute;
  47. left: 15%;
  48. bottom: 5%;
  49. width: 70%;
  50. height: 88rpx;
  51. }
  52. .Preservation .PreservationBg {
  53. position: absolute;
  54. left: 0;
  55. top: 0;
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .Preservation text {
  60. color: #fff;
  61. font-size: 36rpx;
  62. position: absolute;
  63. left: 30rpx;
  64. top: 20rpx;
  65. z-index: 9;
  66. }