orderlist.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .container {
  2. background-color: #F0F0F0;
  3. justify-content: flex-start;
  4. color: #1e1e1e;
  5. font-weight:500;
  6. }
  7. .panel2{
  8. width: 100%;
  9. background-color: #f0f0f0;
  10. justify-content: flex-start;
  11. }
  12. .ad1{
  13. width:100%;
  14. height:146rpx;
  15. }
  16. .panel2 .panelItem{
  17. width: 100%;
  18. min-height:160rpx;
  19. background-color: #fff;
  20. margin-bottom: 1rpx;
  21. justify-content: flex-start;
  22. align-items: flex-start;
  23. }
  24. .panel2 .SelectImg{
  25. width: 40rpx;
  26. height:40rpx;
  27. margin-left: 40rpx;
  28. margin-top: 60rpx;
  29. }
  30. .panel2 .img06009{
  31. width: 80rpx;
  32. height:80rpx;
  33. margin-left: 50rpx;
  34. margin-top: 40rpx;
  35. align-items: flex-start;
  36. justify-content: flex-start;
  37. }
  38. .panel2 .img060090{
  39. width: 80rpx;
  40. height:60rpx;
  41. margin-left: 50rpx;
  42. margin-top: 45rpx;
  43. align-items: flex-start;
  44. justify-content: flex-start;
  45. flex-wrap: wrap;
  46. }
  47. .panel2 .img060091{
  48. width: 30rpx;
  49. height:30rpx;
  50. margin: 0 10rpx 10rpx 0;
  51. }
  52. .panel2 .text{
  53. margin-left: 30rpx;
  54. align-items: flex-start;
  55. margin-top: 40rpx;
  56. }
  57. .panel2 .text1{
  58. font-size: 32rpx;
  59. font-weight: 500;
  60. }
  61. .panel2 .text2{
  62. font-size: 24rpx;
  63. font-weight: 400;
  64. color:#787878;
  65. }
  66. .panel2 .text3{
  67. width:260rpx;
  68. height:50rpx;
  69. line-height: 50rpx;
  70. text-align: center;
  71. font-weight: 500;
  72. color:#1E1E1E;
  73. border-radius: 6rpx;
  74. font-size:22rpx;
  75. background-color: #FFEC89;
  76. margin-top: 10rpx;
  77. margin-bottom: 40rpx;
  78. }
  79. .panel2 .text0 {
  80. font-size: 22rpx;
  81. font-weight: 400;
  82. height:80rpx;
  83. }
  84. .panel2 .text0 .red {
  85. color: #a20602;
  86. font-weight: 600;
  87. text-decoration: underline;
  88. }
  89. .container .bottom{
  90. width:100%;
  91. position: fixed;
  92. bottom:0;
  93. background-color: #F0F0F0;
  94. justify-content: flex-end;
  95. z-index: 100;
  96. }
  97. .bottom .contact {
  98. padding-left: 0;
  99. padding-right: 0;
  100. background-color: #F0F0F0;
  101. width:100%;
  102. margin: 12rpx 0 12rpx 0;
  103. }
  104. .bottom .contact::after {
  105. border: 0px;
  106. }
  107. .bottom .left{
  108. margin-left: 50rpx;
  109. align-items: flex-start;
  110. }
  111. .bottom .bottom1{
  112. width:100%;
  113. height:230rpx;
  114. background-color: #F77706;
  115. text-align: center;
  116. font-size: 48rpx;
  117. color: #fff;
  118. position: relative;
  119. }
  120. .bottom .top{
  121. width:100%;
  122. color: #fff;
  123. justify-content: space-between;
  124. font-size: 24rpx;
  125. }
  126. .bottom .left{
  127. margin-left: 50rpx;
  128. font-size: 64rpx;
  129. font-weight: 400;
  130. text-align: left;
  131. height:90rpx;
  132. line-height: 90rpx;
  133. }
  134. .bottom .left2{
  135. font-size: 48rpx;
  136. }
  137. .bottom .right{
  138. margin-right: 50rpx;
  139. align-items: flex-end;
  140. justify-content: flex-end;
  141. min-height: 55rpx;
  142. }
  143. .bottom .text2{
  144. font-size: 24rpx;
  145. font-weight: 400;
  146. }
  147. .bottom .text3{
  148. color:#7D2B25;
  149. }
  150. .bottom .total{
  151. text-decoration:line-through;
  152. }
  153. .bottom .btn {
  154. width: 690rpx;
  155. height: 100rpx;
  156. background-color: #E1600A;
  157. border-radius: 10rpx;
  158. margin-top: 10rpx;
  159. }
  160. .bottom .btn1 {
  161. width: 100%;
  162. height: 90rpx;
  163. line-height: 90rpx;
  164. background-color: #FFDD0C;
  165. border-radius: 10rpx;
  166. position:relative;
  167. top:0;
  168. font-size: 36rpx;
  169. color: #1E1E1E;
  170. }
  171. .bottom .btn4 {
  172. background-color: #4D4D4D;
  173. color:#787878;
  174. }
  175. .bottom .btn5 {
  176. background-color: #262626;
  177. }