share.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* compontents/share/share.wxss */
  2. <<<<<<< HEAD
  3. .container {
  4. position:fixed;
  5. left: 0;
  6. bottom: 0;
  7. width: 100%;
  8. height: 100%;
  9. z-index: 98;
  10. }
  11. .container:after {
  12. content:'';
  13. position:absolute;
  14. left: 0;
  15. bottom: 0;
  16. width: 100%;
  17. height: 100%;
  18. background: rgba(255,255,255,.8);
  19. filter: blur(15px);
  20. z-index: 99;
  21. }
  22. .share {
  23. position:fixed;
  24. left: 15rpx;
  25. bottom: 0;
  26. width: calc(100% - 30rpx);
  27. =======
  28. .share {
  29. position: absolute;
  30. left: 0;
  31. bottom: -342rpx;
  32. width:100%;
  33. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  34. border-radius:25rpx;
  35. padding:32rpx 24rpx;
  36. box-sizing:border-box;
  37. background:#fff;
  38. <<<<<<< HEAD
  39. z-index: 100;
  40. =======
  41. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  42. }
  43. .share .title {
  44. font-size: 32rpx;
  45. font-weight: bolder;
  46. color: #3F3F3F;
  47. text-align: center;
  48. padding-bottom: 20rpx;
  49. border-bottom: 2rpx solid #C8C8C8;
  50. }
  51. .share-img {
  52. display: flex;
  53. align-items: center;
  54. justify-content: space-around;
  55. margin-top: 44rpx;
  56. }
  57. .share-img view {
  58. display: flex;
  59. flex-direction: column;
  60. align-items: center;
  61. justify-content: center;
  62. }
  63. .share-img text {
  64. font-size: 32rpx;
  65. color: #3F3F3F;
  66. margin-top: 43rpx;
  67. }
  68. .download image {
  69. width: 82rpx;
  70. height: 86rpx;
  71. }
  72. <<<<<<< HEAD
  73. .transmit {
  74. display: flex;
  75. flex-direction: column;
  76. align-items: center;
  77. background: #fff;
  78. margin:0;
  79. padding:0;
  80. line-height: normal;
  81. }
  82. .transmit:after {
  83. content: '';
  84. border: none;
  85. }
  86. =======
  87. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  88. .transmit image {
  89. width: 102rpx;
  90. height: 82rpx;
  91. }