bonus.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @charset "UTF-8";
  2. .text-center.data-v-4ff77ee9 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-4ff77ee9 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-4ff77ee9 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-4ff77ee9 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-4ff77ee9 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-4ff77ee9 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-4ff77ee9 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-4ff77ee9 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-4ff77ee9 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .arrow-right.data-v-4ff77ee9 {
  39. height: 20rpx;
  40. width: 12rpx;
  41. }
  42. .arrow-right.show.data-v-4ff77ee9 {
  43. -webkit-transform: rotate(90deg);
  44. transform: rotate(90deg);
  45. }
  46. .header.data-v-4ff77ee9 {
  47. height: 300rpx;
  48. width: 100%;
  49. background-size: 100% 100%;
  50. color: #fff;
  51. font-size: 28rpx;
  52. padding: 50rpx 0;
  53. }
  54. .header .detail-price.data-v-4ff77ee9 {
  55. font-size: 80rpx;
  56. font-family: DIN;
  57. margin: 10rpx 0 24rpx;
  58. }
  59. .header .to-cash.data-v-4ff77ee9 {
  60. font-size: 26rpx;
  61. }
  62. .header .to-cash .arrow-right.data-v-4ff77ee9 {
  63. margin-left: 16rpx;
  64. }
  65. .cell.data-v-4ff77ee9 {
  66. font-size: 28rpx;
  67. color: #666666;
  68. margin: 20rpx 24rpx 0;
  69. width: 702rpx;
  70. background-color: #fff;
  71. padding: 0 32rpx;
  72. border-radius: 8rpx;
  73. }
  74. .cell .cell-item.data-v-4ff77ee9 {
  75. border-top: 2rpx solid #e2e2e2;
  76. height: 96rpx;
  77. line-height: 96rpx;
  78. }
  79. .cell .cell-item .label.data-v-4ff77ee9 {
  80. color: #353535;
  81. }
  82. .cell .cell-item.data-v-4ff77ee9:first-of-type {
  83. border-top: 0;
  84. }
  85. .cell .content.data-v-4ff77ee9 {
  86. font-size: #353535;
  87. padding-bottom: 24rpx;
  88. }
  89. .cash.data-v-4ff77ee9 {
  90. width: 702rpx;
  91. height: 80rpx;
  92. line-height: 80rpx;
  93. text-align: center;
  94. margin: 40rpx auto 0;
  95. border-radius: 40rpx;
  96. background-color: #ff4544;
  97. color: #fff;
  98. font-size: 32rpx;
  99. }