result.wxss 1.6 KB

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