share.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @charset "UTF-8";
  2. .text-center.data-v-a35624ee {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-a35624ee {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-a35624ee {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-a35624ee {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-a35624ee {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-a35624ee {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-a35624ee {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-a35624ee {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-a35624ee {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .poster.data-v-a35624ee {
  39. height: 750rpx;
  40. width: 422rpx;
  41. margin: 46rpx auto 48rpx;
  42. background-color: whtie;
  43. display: block;
  44. box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15);
  45. }
  46. .poster image.data-v-a35624ee {
  47. height: 750rpx;
  48. width: 422rpx;
  49. }
  50. .mycanvas.data-v-a35624ee {
  51. height: 1165rpx;
  52. width: 750rpx;
  53. }
  54. .share-title.data-v-a35624ee {
  55. font-size: 30rpx;
  56. color: #999;
  57. text-align: center;
  58. margin-bottom: 20rpx;
  59. }
  60. .share-bg.data-v-a35624ee {
  61. height: 144rpx;
  62. text-align: center;
  63. position: relative;
  64. width: 100%;
  65. }
  66. .cross-left.data-v-a35624ee {
  67. height: 144rpx;
  68. width: 80rpx;
  69. }
  70. .cross-right.data-v-a35624ee {
  71. height: 144rpx;
  72. width: 80rpx;
  73. }
  74. .cross-left image.data-v-a35624ee, .cross-right image.data-v-a35624ee {
  75. height: 26rpx;
  76. width: 26rpx;
  77. display: block;
  78. margin-top: 59rpx;
  79. margin-left: 37rpx;
  80. }
  81. .share-bg .bg-item.data-v-a35624ee {
  82. margin-right: 20rpx;
  83. }
  84. .share-bg .bg-item.active image.data-v-a35624ee {
  85. border: 4rpx solid #ff4544;
  86. }
  87. .pic_list.data-v-a35624ee {
  88. height: 144rpx;
  89. width: 540rpx;
  90. margin: 0 10rpx;
  91. }
  92. .bg-item.data-v-a35624ee, .bg-item image.data-v-a35624ee {
  93. height: 144rpx;
  94. width: 120rpx;
  95. }
  96. .share-btn.data-v-a35624ee {
  97. height: 80rpx;
  98. width: 500rpx;
  99. margin: 40rpx auto 20rpx;
  100. color: white;
  101. font-size: 32rpx;
  102. background-color: #ff4544;
  103. border-radius: 40rpx;
  104. line-height: 80rpx;
  105. }
  106. .share-tip.data-v-a35624ee {
  107. font-size: 24rpx;
  108. color: #999;
  109. text-align: center;
  110. }