gift.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. @charset "UTF-8";
  2. .text-center.data-v-f17688c0 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-f17688c0 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-f17688c0 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-f17688c0 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-f17688c0 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-f17688c0 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-f17688c0 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-f17688c0 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-f17688c0 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .other-info.data-v-f17688c0 {
  39. background-color: #fff;
  40. padding-top: 24rpx;
  41. padding-bottom: 24rpx;
  42. margin-bottom: 24rpx;
  43. position: relative;
  44. }
  45. .other-info .goods-name.data-v-f17688c0 {
  46. font-size: 32rpx;
  47. color: #353535;
  48. margin: 0 24rpx 50rpx;
  49. }
  50. .other-info .code.data-v-f17688c0 {
  51. margin-left: 24rpx;
  52. display: inline-block;
  53. padding: 16rpx 46rpx;
  54. border-radius: 40rpx;
  55. font-size: 32rpx;
  56. font-weight: 600;
  57. }
  58. .other-info .code.default.data-v-f17688c0 {
  59. background-color: #F5F5F5;
  60. color: #999999;
  61. }
  62. .other-info .app-share.data-v-f17688c0 {
  63. width: 40rpx;
  64. height: 102rpx;
  65. position: absolute;
  66. right: 24rpx;
  67. bottom: 26rpx;
  68. }
  69. .other-info .app-share .app-icon.data-v-f17688c0 {
  70. width: 40rpx;
  71. height: 40rpx;
  72. }
  73. .other-info .app-share .app-text.data-v-f17688c0 {
  74. color: #666666;
  75. font-size: 20rpx;
  76. position: absolute;
  77. top: 50rpx;
  78. left: 0;
  79. }
  80. .app-goods.data-v-f17688c0 {
  81. background-color: #f7f7f7;
  82. }
  83. .buttons.data-v-f17688c0 {
  84. width: 750rpx;
  85. height: 110rpx;
  86. border-top: 1rpx solid #e2e2e2;
  87. }
  88. .buttons .app-button.data-v-f17688c0 {
  89. width: 100%;
  90. height: 110rpx;
  91. text-align: center;
  92. line-height: 110rpx;
  93. background-color: #fff;
  94. }
  95. .buttons .app-button .app-over.data-v-f17688c0 {
  96. background: #e9e9e9;
  97. width: 702rpx;
  98. border-radius: 41rpx;
  99. color: #999999;
  100. height: 82rpx;
  101. line-height: 82rpx;
  102. font-size: 28rpx;
  103. }
  104. .buttons .app-button .app-exhange.data-v-f17688c0 {
  105. margin: 0 10rpx;
  106. width: 340rpx;
  107. border-radius: 41rpx;
  108. height: 82rpx;
  109. line-height: 82rpx;
  110. font-size: 28rpx;
  111. }
  112. .u-bottom-fixed.data-v-f17688c0 {
  113. position: fixed;
  114. bottom: 0;
  115. left: 0;
  116. width: 100%;
  117. z-index: 1602;
  118. background-color: #ffffff;
  119. }
  120. .u-bottom-height.data-v-f17688c0 {
  121. height: 110rpx;
  122. }