app-reservation-form.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. @charset "UTF-8";
  2. .text-center.data-v-03167ebe {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-03167ebe {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-03167ebe {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-03167ebe {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-03167ebe {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-03167ebe {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-03167ebe {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-03167ebe {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-03167ebe {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-reservation-form.data-v-03167ebe {
  39. width: 100%;
  40. margin-top: 20rpx;
  41. position: relative;
  42. background-color: white;
  43. }
  44. .app-reservation-form .app-image.data-v-03167ebe {
  45. width: 208rpx;
  46. height: 160rpx;
  47. border-radius: 8rpx;
  48. margin: 24rpx 24rpx 24rpx 24rpx;
  49. }
  50. .app-reservation-form .app-status-text.data-v-03167ebe {
  51. display: inline-block;
  52. width: 100rpx;
  53. height: 48rpx;
  54. line-height: 48rpx;
  55. font-size: 26rpx;
  56. color: #FFFFFF;
  57. background-color: #ff4544;
  58. border-top-left-radius: 8rpx;
  59. text-align: center;
  60. position: absolute;
  61. top: 24rpx;
  62. left: 24rpx;
  63. }
  64. .app-reservation-form .app-title-price.data-v-03167ebe {
  65. width: 470rpx;
  66. height: 208rpx;
  67. margin-right: 24rpx;
  68. }
  69. .app-reservation-form .app-title-price .app-title.data-v-03167ebe {
  70. margin-top: 32rpx;
  71. height: 64rpx;
  72. width: 470rpx;
  73. font-size: 28rpx;
  74. line-height: 32rpx;
  75. color: #353535;
  76. word-break: break-all;
  77. text-overflow: ellipsis;
  78. display: -webkit-box;
  79. -webkit-box-orient: vertical;
  80. -webkit-line-clamp: 2;
  81. overflow: hidden;
  82. }
  83. .app-reservation-form .app-title-price .app-attr.data-v-03167ebe {
  84. width: 470rpx;
  85. margin-top: 6rpx;
  86. font-size: 12px;
  87. color: #c9c9c9;
  88. }
  89. .app-reservation-form .app-title-price .app-price > text.data-v-03167ebe {
  90. margin-top: 32rpx;
  91. margin-bottom: 32rpx;
  92. }
  93. .app-reservation-form .app-title-price .app-price > text.data-v-03167ebe:before {
  94. content: '¥';
  95. }
  96. .app-reservation-form .app-title-price .app-old-price.data-v-03167ebe {
  97. text-decoration: line-through;
  98. font-size: 26rpx;
  99. color: #999999;
  100. margin-right: 24rpx;
  101. }
  102. .app-reservation-form .app-title-price .app-new-price.data-v-03167ebe {
  103. font-size: 32rpx;
  104. color: #ff4544;
  105. }
  106. .app-reservation-form .app-buttons.data-v-03167ebe {
  107. height: 100rpx;
  108. width: 100%;
  109. border-top: 1rpx solid #e2e2e2;
  110. padding-right: 8rpx;
  111. }
  112. .app-reservation-form .app-buttons .app-button.data-v-03167ebe {
  113. width: 180rpx;
  114. height: 60rpx;
  115. margin-right: 16rpx;
  116. padding-top: 20rpx;
  117. }
  118. .app-reservation-form .app-buttons .app-button .button.data-v-03167ebe {
  119. width: 100%;
  120. height: 60rpx;
  121. line-height: 60rpx;
  122. border-radius: 30rpx;
  123. padding: 0;
  124. font-size: 32rpx;
  125. border-width: 1rpx;
  126. border-style: solid;
  127. text-align: center;
  128. border-color: transparent;
  129. }
  130. .app-reservation-form .app-buttons .app-button .app-button-white.data-v-03167ebe {
  131. background-color: white;
  132. border-color: #cdcdcd;
  133. color: #666666;
  134. }
  135. .app-reservation-form .app-buttons .app-button .app-button-red.data-v-03167ebe {
  136. background-color: #fff5f5;
  137. color: #ff4544;
  138. border-color: #ff4544;
  139. }