orderlist.wxss 2.8 KB

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