profit-cash.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @charset "UTF-8";
  2. .text-center.data-v-2a0beb94 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2a0beb94 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2a0beb94 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2a0beb94 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2a0beb94 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2a0beb94 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2a0beb94 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2a0beb94 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2a0beb94 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .price-show.data-v-2a0beb94 {
  39. width: 702rpx;
  40. height: 256rpx;
  41. margin: 24rpx 24rpx;
  42. border-radius: 16rpx;
  43. background-color: #fff;
  44. }
  45. .price-show .title.data-v-2a0beb94 {
  46. color: #999999;
  47. font-size: 24rpx;
  48. margin-bottom: 10rpx;
  49. }
  50. .price-show .price.data-v-2a0beb94 {
  51. color: #353535;
  52. font-size: 40rpx;
  53. font-family: DIN;
  54. }
  55. .price-show .cash-btn.data-v-2a0beb94 {
  56. font-size: 28rpx;
  57. padding: 0 24rpx;
  58. height: 46rpx;
  59. line-height: 44rpx;
  60. border-radius: 23rpx;
  61. border: 2rpx solid;
  62. margin-top: 30rpx;
  63. display: inline-block;
  64. }
  65. .menu.data-v-2a0beb94 {
  66. border-radius: 16rpx;
  67. background-color: #fff;
  68. width: 702rpx;
  69. margin: 0 24rpx;
  70. }
  71. .menu .menu-item.data-v-2a0beb94 {
  72. padding: 32rpx;
  73. height: 96rpx;
  74. border-top: 2rpx solid #e2e2e2;
  75. font-size: 26rpx;
  76. color: #353535;
  77. }
  78. .menu .menu-item.data-v-2a0beb94:first-of-type {
  79. border-top: 0;
  80. }
  81. .menu .menu-item image.data-v-2a0beb94 {
  82. width: 12rpx;
  83. height: 22rpx;
  84. display: block;
  85. }