myorder.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /*顶部显示总金额和总加油升数*/
  2. .top{
  3. margin:26rpx;
  4. margin-top:0rpx;
  5. margin-bottom:0rpx;
  6. border-radius:5%;
  7. }
  8. /* 订单分类菜单切换 */
  9. .navbar{
  10. display: flex;
  11. background: #fff;
  12. }
  13. .none_tab{
  14. position: relative;
  15. top: 20rpx;
  16. color: #999;
  17. font-size: 32rpx;
  18. }
  19. /* 默认选中菜单 */
  20. .navbar .item{
  21. position: relative;
  22. flex: auto;
  23. font-size: 27rpx;
  24. width: 100rpx;
  25. text-align: center;
  26. line-height: 80rpx;
  27. color: #333;
  28. border-bottom: 6rpx solid #ddd;
  29. }
  30. /* 选中菜单样式 */
  31. .navbar .item.active{
  32. color: #333333;
  33. border-bottom: 6rpx solid #D66058;
  34. }
  35. /* 字体 */
  36. .navbar .item.active:after{
  37. content: "";
  38. display: block;
  39. position: absolute;
  40. bottom: 0;
  41. left: 0;
  42. right: 0;
  43. height: 4rpx;
  44. }
  45. /* 全部 */
  46. .cont_count{
  47. padding-top: 6rpx;
  48. position: relative;
  49. width: 100%;
  50. text-align: center;
  51. /* height: 620rpx; */
  52. /* border-bottom: 6rpx solid #ddd; */
  53. margin-bottom: 6rpx;
  54. background-color:#fff;
  55. }
  56. /* 编号 */
  57. .seria{
  58. position: relative;
  59. display: inline-block;
  60. width: 90%;
  61. height: 70rpx;
  62. line-height: 70rpx;
  63. /* background-color: yellow; */
  64. border-bottom: 1rpx solid #D4D4D4;
  65. }
  66. /* 订单lab */
  67. .seriac_name{
  68. position: absolute;
  69. font-size: 28rpx;
  70. color: #333;
  71. left: 0rpx;
  72. }
  73. .seriac_name text{
  74. margin-left: 15rpx;
  75. }
  76. /* 订单状态 */
  77. .seriac_start{
  78. position: absolute;
  79. right:0rpx;
  80. color: #999;
  81. font-size: 28rpx;
  82. }
  83. /* 列表 */
  84. .list{
  85. position: relative;
  86. width: 90%;
  87. display: inline-block;
  88. padding-bottom: 10rpx;
  89. height: 200rpx;
  90. }
  91. /* 列表图片 */
  92. .list_img{
  93. position: absolute;
  94. width:144rpx;
  95. height: 144rpx;
  96. left: 0rpx;
  97. top: 30rpx;
  98. }
  99. /* 列表标题 */
  100. .list_name{
  101. position: absolute;
  102. text-align: left;
  103. top: 30rpx;
  104. left: 180rpx;
  105. color: #333333;
  106. width: 350rpx;
  107. font-size: 30rpx;
  108. display: -webkit-box;
  109. -webkit-box-orient: vertical;
  110. -webkit-line-clamp: 2;
  111. overflow: hidden;
  112. }
  113. /* 列表价格 */
  114. .list_money{
  115. position: absolute;
  116. font-size: 32rpx;
  117. right: 0rpx;
  118. bottom: 30rpx;
  119. }
  120. /* 总和 */
  121. .count_eg{
  122. position: relative;
  123. width: 100%;
  124. height: 90rpx;
  125. line-height: 90rpx;
  126. border-bottom: 2rpx solid #EBEBEB;
  127. /* background-color: red; */
  128. }
  129. /* 总和居中 */
  130. .count_cent{
  131. position: relative;
  132. width: 90%;
  133. display: inline-block;
  134. height: 90rpx;
  135. line-height: 90rpx;
  136. }
  137. /* 商品数量 */
  138. .cont_cent_name{
  139. position: relative;
  140. font-size: 28rpx;
  141. float: right;
  142. }
  143. .cont_ce_mon{
  144. font-size: 28rpx;
  145. }
  146. /* 总计金额 */
  147. .cont_cen_money{
  148. position: relative;
  149. font-size: 28rpx;
  150. margin-right: 15rpx;
  151. float: right;
  152. }
  153. /* 标签功能 */
  154. .coent_list{
  155. position: relative;
  156. width: 100%;
  157. height: 150rpx;
  158. line-height: 150rpx;
  159. /* border-bottom: 6rpx solid #ddd; */
  160. background-color: #fff;
  161. }
  162. /* 删除 */
  163. .coent_del{
  164. position: absolute;
  165. top: 30%;
  166. right: 270rpx;
  167. display: inline-block;
  168. width: 180rpx;
  169. text-align: center;
  170. height: 56rpx;
  171. border: 1rpx solid #d3d3d3;
  172. font-size: 30rpx;
  173. line-height: 56rpx;
  174. }
  175. /* 取消 */
  176. .coent_log_base{
  177. position: absolute;
  178. top: 30%;
  179. color: darkgoldenrod;
  180. right: 40rpx;
  181. display: inline-block;
  182. width: 180rpx;
  183. height: 56rpx;
  184. text-align: center;
  185. border: 1rpx solid darkgoldenrod;
  186. font-size: 30rpx;
  187. line-height: 56rpx;
  188. }