detail-price-share.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @charset "UTF-8";
  2. .text-center.data-v-2ed75444 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2ed75444 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2ed75444 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2ed75444 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2ed75444 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2ed75444 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2ed75444 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2ed75444 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2ed75444 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .detail-price-share.data-v-2ed75444 {
  39. padding: 18rpx 20rpx 20rpx 20rpx;
  40. background-color: #ffffff;
  41. width: 702rpx;
  42. margin: 0 24rpx;
  43. }
  44. .detail-price-share .presale.data-v-2ed75444 {
  45. font-size: 56rpx;
  46. margin-right: 16rpx;
  47. font-family: DIN;
  48. text-align: end;
  49. }
  50. .detail-price-share .presale .symbol.data-v-2ed75444 {
  51. font-size: 32rpx;
  52. }
  53. .detail-price-share .title.data-v-2ed75444 {
  54. font-size: 28rpx;
  55. }
  56. .detail-price-share .des.data-v-2ed75444 {
  57. font-size: 26rpx;
  58. line-height: 26rpx;
  59. }
  60. .detail-price-share .original-price.data-v-2ed75444 {
  61. font-size: 24rpx;
  62. color: #999999;
  63. margin-top: 8rpx;
  64. text-decoration: line-through;
  65. }
  66. .detail-price-share .share.data-v-2ed75444 {
  67. margin-top: 23rpx;
  68. height: 80rpx;
  69. margin-right: -23rpx;
  70. padding: 5rpx;
  71. }
  72. .detail-price-share .share .bd-share-box.data-v-2ed75444 {
  73. height: 48rpx;
  74. border-radius: 40rpx 0 0 40rpx;
  75. padding: 0 14rpx;
  76. width: 103rpx;
  77. }
  78. .detail-price-share .share .bd-share-box > image.data-v-2ed75444 {
  79. width: 22rpx;
  80. height: 22rpx;
  81. }
  82. .detail-price-share .share .bd-share-box > text.data-v-2ed75444 {
  83. font-size: 22rpx;
  84. color: #ffffff;
  85. margin-left: 10rpx;
  86. }
  87. .member-price .symbol.data-v-2ed75444 {
  88. font-size: 23rpx;
  89. }
  90. .member-price .member.data-v-2ed75444 {
  91. color: #f39800;
  92. font-family: DIN;
  93. }
  94. .member-price .member .m-p.data-v-2ed75444 {
  95. font-family: DIN;
  96. font-size: 40rpx;
  97. }
  98. .member-price .member .logo.data-v-2ed75444 {
  99. display: inline-block;
  100. font-size: 20rpx;
  101. border: 1rpx solid;
  102. padding: 2rpx 4rpx;
  103. margin-left: 12rpx;
  104. border-radius: 8rpx;
  105. margin-bottom: 5rpx;
  106. }
  107. .member-price .yushou .p.data-v-2ed75444 {
  108. font-size: 26rpx;
  109. font-family: DIN;
  110. }
  111. .member-price .yushou .p-t.data-v-2ed75444 {
  112. font-size: 26rpx;
  113. margin-left: 8rpx;
  114. }
  115. .member-price .ori.data-v-2ed75444 {
  116. text-decoration: line-through;
  117. color: #999999;
  118. font-size: 24rpx;
  119. margin-left: 16rpx;
  120. }
  121. .time.data-v-2ed75444 {
  122. font-size: 22rpx;
  123. color: #999999;
  124. }