order.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .container {
  2. background-color: #f0f0f0;
  3. color: #1e1e1e;
  4. font-weight: 500;
  5. }
  6. .panelTitle{
  7. width:100%;
  8. margin-top: 50rpx;
  9. justify-content: flex-start;
  10. }
  11. .panelTitle .panelTitle1{
  12. font-size:32rpx;
  13. margin-left: 30rpx;
  14. margin-bottom: 30rpx;
  15. }
  16. .panelItem{
  17. width:100%;
  18. justify-content: space-between;
  19. font-size:28rpx;
  20. height:100rpx;
  21. background-color: #fff;
  22. }
  23. .panelItem0{
  24. height:133rpx;
  25. }
  26. .panelItem .panelItem1{
  27. margin-left: 30rpx;
  28. font-weight: 400;
  29. }
  30. .panelItem .panelItem2{
  31. margin-right: 30rpx;
  32. color:#787878;
  33. font-weight: 500;
  34. }
  35. .universalpic_indicator_right_gray{
  36. width:16rpx;
  37. height:26rpx;
  38. margin-left: 30rpx;
  39. }
  40. .product_icon_ksxq_70x70 {
  41. width: 50rpx;
  42. height: 50rpx;
  43. border-radius: 10rpx;
  44. }
  45. .text1{
  46. font-size: 28rpx;
  47. margin-left: 20rpx;
  48. font-weight: 400;
  49. }
  50. .panelItem3{
  51. width:100%;
  52. font-size:28rpx;
  53. height:144rpx;
  54. background-color: #fff;
  55. align-items: flex-start;
  56. }
  57. .panelItem30{
  58. height:100rpx;
  59. }
  60. .panelItem3 .panelItem31{
  61. width:100%;
  62. justify-content: space-between;
  63. margin-top: 30rpx;
  64. }
  65. .panelItem3 .panelItem32{
  66. font-size:24rpx;
  67. color:#F44336;
  68. margin: 10rpx 0 0 100rpx;
  69. min-height: 25rpx;
  70. }
  71. .panelItem3 .selected{
  72. width:18rpx;
  73. height:18rpx;
  74. background-color: #fff;
  75. border: 6rpx solid #1e1e1e;
  76. border-radius: 50%;
  77. margin: 0 30rpx 0 10rpx;
  78. }
  79. .panelItem3 .selected2{
  80. background-color: #F8F8F8;
  81. border: 6rpx solid #D2D2D2;
  82. }
  83. .panelItem3 .selected1{
  84. width:10rpx;
  85. height:10rpx;
  86. background-color: #1e1e1e;
  87. border-radius: 50%;
  88. }
  89. .panelItem3 .panelItem1{
  90. margin-left: 30rpx;
  91. font-weight: 400;
  92. }
  93. .panelItem3 .panelItem2{
  94. margin-right: 30rpx;
  95. }
  96. .text3{
  97. width:100%;
  98. margin: 50rpx 0 240rpx 0;
  99. justify-content: flex-start;
  100. font-size:24rpx;
  101. }
  102. .text31{
  103. margin-left: 30rpx;
  104. }
  105. .text32{
  106. color:#B3443B;
  107. text-decoration: underline;
  108. }
  109. .panelFooter{
  110. width:100%;
  111. height:140rpx;
  112. background-color: #F77706;
  113. justify-content: space-between;
  114. color:#fff;
  115. position: fixed;
  116. z-index: 100;
  117. bottom: 0;
  118. }
  119. .panelFooter .panelFooter1{
  120. align-items: flex-start;
  121. margin-left: 30rpx;
  122. font-size:24rpx;
  123. }
  124. .panelFooter .number1{
  125. font-size:48rpx;
  126. }
  127. .panelFooter .btnPay{
  128. font-size:48rpx;
  129. color:#1e1e1e;
  130. width:380rpx;
  131. height:100rpx;
  132. background-color: #ffdd0c;
  133. box-shadow: 0 10rpx 1rpx #E1600A;
  134. border-radius: 10rpx;
  135. text-align: center;
  136. line-height: 100rpx;
  137. margin-right: 30rpx;
  138. }
  139. .discount{
  140. position: absolute;
  141. background-color: #fff;
  142. top:0;
  143. z-index: 200;
  144. }
  145. .discount .panel1{
  146. width:100%;
  147. height:93rpx;
  148. line-height: 93rpx;
  149. text-align: center;
  150. font-size:24rpx;
  151. background-color: #D2D2D2;
  152. }
  153. .discount .panel2{
  154. width:690rpx;
  155. border-radius: 14rpx;
  156. background-color: #fff;
  157. border:1rpx solid #D2D2D2;
  158. margin-top: 40rpx;
  159. justify-content: flex-start;
  160. }
  161. .discount .panel21{
  162. width:150rpx;
  163. height:179rpx;
  164. line-height:179rpx;
  165. border-top-left-radius: 14rpx;
  166. border-bottom-left-radius: 14rpx;
  167. background-color: #FFDD0C;
  168. font-size:48rpx;
  169. text-align: center;
  170. }
  171. .discount .panel22{
  172. align-items: flex-start;
  173. font-size:24rpx;
  174. font-weight: 400;
  175. margin-left: 30rpx;
  176. }
  177. .discount .panel221{
  178. font-weight: 500;
  179. margin-bottom: 20rpx;
  180. }
  181. .discount .panel222{
  182. color:#787878;
  183. }
  184. .discount .panel3{
  185. width:100%;
  186. position: fixed;
  187. bottom: 0;
  188. }
  189. .discount .line1{
  190. width:100%;
  191. height:20rpx;
  192. background-color: #D2D2D2;
  193. }
  194. .discount .panel31{
  195. width:100%;
  196. height:110rpx;
  197. background-color: #FFFFFF;
  198. line-height: 110rpx;
  199. font-size:36rpx;
  200. font-weight: 400;
  201. text-align: center;
  202. }
  203. .panelNull{
  204. margin-top: 360rpx;
  205. font-size:48rpx;
  206. text-align: center;
  207. }
  208. .panelNull2{
  209. margin-top: 30rpx;
  210. font-size:24rpx;
  211. font-weight: 400;
  212. }