index.wxss 1.5 KB

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