index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. @import "../../wxParse/wxParse.wxss";
  2. .image {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .cart-edit-wrap {
  7. padding: 15rpx;
  8. }
  9. .cart-tab-item-btn {
  10. width: 160rpx;
  11. display: block;
  12. height: 100rpx;
  13. line-height: 100rpx;
  14. font-size: 30rpx;
  15. background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%);
  16. color: #fff;
  17. float: right;
  18. text-align: center;
  19. }
  20. .cart-tab-item {
  21. width: 75%;
  22. }
  23. .cart-tab-item_1{
  24. width: 25%;
  25. }
  26. .cart-tab-wrp {
  27. height: 100rpx;
  28. position: fixed;
  29. bottom: 0rpx;
  30. background: #fff;
  31. border-top: 1rpx solid #ddd;
  32. display: flex;
  33. flex-direction: row;
  34. width: 100%;
  35. z-index: 10;
  36. color: black;
  37. }
  38. .cart-tab-item {
  39. overflow: hidden;
  40. /* line-height: 100rpx; */
  41. }
  42. .cart-tab-item .cart-item-total-price {
  43. /* float: left; */
  44. }
  45. .cart-item-total {
  46. padding-left: 30rpx;
  47. }
  48. .cart-item-total-price {
  49. /* color: #ff495e; */
  50. /* text-align: center; */
  51. margin-left: 15rpx;
  52. }
  53. .cart-item-total-price em {
  54. display: block;
  55. }
  56. .cart-item-icon-wrp {
  57. width: 110rpx;
  58. height: 90rpx;
  59. position: absolute;
  60. top: -4rpx;
  61. }
  62. .cart-item-icon {
  63. width: 90rpx;
  64. height: 90rpx;
  65. }
  66. .dish-item {
  67. width: 100%;
  68. padding: 26rpx 20rpx;
  69. border-bottom: 1rpx solid #eee;
  70. position: relative;
  71. background: #fff;
  72. box-sizing: border-box;
  73. }
  74. .dish-item-radio {
  75. padding: 20rpx 0;
  76. }
  77. .dish-item-wrp {
  78. flex-direction: row;
  79. }
  80. .dish-item-pic {
  81. width: 100%;
  82. margin-left: 12rpx;
  83. }
  84. .dish-item-pic image {
  85. width: 180rpx;
  86. height: 180rpx;
  87. margin: 0 auto;
  88. background: #fff;
  89. border: 1rpx solid #eee;
  90. }
  91. .dish-item-info {
  92. padding-left: 16rpx;
  93. /* margin-right: 15px; *//* width: 68%; */
  94. }
  95. .dish-item-info .goods-name {
  96. height: 80rpx;
  97. }
  98. .dish-item-sales {
  99. color: #ccc;
  100. font-size: 20rpx;
  101. line-height: 50rpx;
  102. }
  103. .dish-item-money {
  104. color: #ff495e;
  105. font-size: 32rpx;
  106. /* padding: 0 0 10rpx 0; */
  107. }
  108. .wx-goods_price {
  109. overflow: hidden;
  110. }
  111. .flow-dete {
  112. position: absolute;
  113. bottom: 25rpx;
  114. right: 30rpx;
  115. }
  116. .flow-dete .icon-lajixiang {
  117. color: #777;
  118. font-size: 34rpx;
  119. }
  120. .flow-btn-min {
  121. background: #fff;
  122. border: 1rpx solid #ccc;
  123. height: 30px;
  124. line-height: 30px;
  125. font-size: 28rpx;
  126. width: 200rpx;
  127. margin: 0 auto;
  128. border-radius: 5px;
  129. text-align: center;
  130. color: #777;
  131. margin-top: 25rpx;
  132. }
  133. .select-number {
  134. width: 202rpx;
  135. height: 52rpx;
  136. flex-direction: row;
  137. border: 1rpx solid rgb(231, 231, 231);
  138. border-radius: 5rpx;
  139. }
  140. .select-number .default {
  141. float: left;
  142. width: 60rpx;
  143. height: 52rpx;
  144. line-height: 48rpx;
  145. padding: 0;
  146. background: #fff;
  147. color: #444;
  148. font-size: 40rpx;
  149. border-radius: unset;
  150. }
  151. .select-number .disabled {
  152. background: #f7f7f7;
  153. color: #ddd;
  154. }
  155. .select-number button:after {
  156. content: none;
  157. border: none;
  158. }
  159. .select-number input {
  160. float: left;
  161. width: 80rpx;
  162. height: 52rpx;
  163. line-height: 52rpx;
  164. border-right: 1rpx solid #eee;
  165. border-left: 1rpx solid #eee;
  166. text-align: center;
  167. font-size: 28rpx;
  168. color: #444;
  169. }