service.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .list-wrap.data-v-8eef416a {
  28. margin-top: 20rpx;
  29. }
  30. .list-box.data-v-8eef416a {
  31. display: flex;
  32. flex-direction: column;
  33. flex-wrap: wrap;
  34. }
  35. .list-box .list-item-box.data-v-8eef416a {
  36. width: 95%;
  37. margin: 20rpx 2.5%;
  38. background-color: #fff;
  39. border-radius: 12rpx;
  40. }
  41. .list-box .list-item-box .top.data-v-8eef416a {
  42. height: 90rpx;
  43. line-height: 90rpx;
  44. font-size: 30rpx;
  45. border-bottom: 2rpx solid #eee;
  46. }
  47. .list-box .list-item-box .top .order-type.data-v-8eef416a {
  48. font-size: 28rpx;
  49. margin-right: 10rpx;
  50. color: #666;
  51. }
  52. .list-box .list-item-box .top text.data-v-8eef416a:first-child {
  53. float: left;
  54. padding-left: 20rpx;
  55. }
  56. .list-box .list-item-box .top text.data-v-8eef416a:last-child {
  57. font-size: 28rpx;
  58. float: right;
  59. padding-right: 20rpx;
  60. }
  61. .list-box .list-item-box .goods-box.data-v-8eef416a {
  62. padding: 0 20rpx;
  63. }
  64. .list-box .list-item-box .goods-box .goods-item.data-v-8eef416a {
  65. padding-top: 20rpx;
  66. }
  67. .list-box .list-item-box .goods-box .goods-item .goods-img.data-v-8eef416a {
  68. width: 154rpx;
  69. height: 154rpx;
  70. display: inline-block;
  71. float: left;
  72. }
  73. .list-box .list-item-box .goods-box .goods-item .goods-img image.data-v-8eef416a {
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .list-box .list-item-box .goods-box .goods-item .goods-info.data-v-8eef416a {
  78. display: inline-block;
  79. width: 72%;
  80. font-size: 28rpx;
  81. float: right;
  82. }
  83. .list-box .list-item-box .goods-box .goods-item .goods-info .t.data-v-8eef416a {
  84. width: 100%;
  85. height: 90rpx;
  86. }
  87. .list-box .list-item-box .goods-box .goods-item .goods-info .t text.data-v-8eef416a:first-child {
  88. float: left;
  89. display: -webkit-box;
  90. overflow: hidden;
  91. -webkit-line-clamp: 2;
  92. -webkit-box-orient: vertical;
  93. width: 70%;
  94. }
  95. .list-box .list-item-box .goods-box .goods-item .goods-info .t text.data-v-8eef416a:last-child {
  96. width: 30%;
  97. float: right;
  98. text-align: right;
  99. }
  100. .list-box .list-item-box .goods-box .goods-item .goods-info .b.data-v-8eef416a {
  101. width: 100%;
  102. height: 80rpx;
  103. font-size: 26rpx;
  104. }
  105. .list-box .list-item-box .goods-box .goods-item .goods-info .b text.data-v-8eef416a:first-child {
  106. float: left;
  107. color: #999;
  108. }
  109. .list-box .list-item-box .goods-box .goods-item .goods-info .b text.data-v-8eef416a:last-child {
  110. float: right;
  111. color: #666;
  112. }
  113. .list-box .list-item-box .order.data-v-8eef416a {
  114. width: 100%;
  115. height: 90rpx;
  116. line-height: 90rpx;
  117. border-bottom: 2rpx solid #eee;
  118. }
  119. .list-box .list-item-box .order .total.data-v-8eef416a {
  120. height: 90rpx;
  121. line-height: 90rpx;
  122. text-align: right;
  123. font-size: 28rpx;
  124. padding-right: 20rpx;
  125. }
  126. .list-box .list-item-box .order .total view.data-v-8eef416a {
  127. display: inline-block;
  128. color: red;
  129. }
  130. .list-box .list-item-box .order .total view text.data-v-8eef416a {
  131. font-style: normal;
  132. font-size: 32rpx;
  133. }
  134. .list-box .list-item-box .botttom.data-v-8eef416a {
  135. width: 100%;
  136. height: 110rpx;
  137. line-height: 110rpx;
  138. text-align: right;
  139. }
  140. .list-box .list-item-box .botttom text.data-v-8eef416a {
  141. font-size: 28rpx;
  142. text-align: center;
  143. border-radius: 30rpx;
  144. background-color: #fff;
  145. padding: 16rpx 30rpx;
  146. margin-right: 20rpx;
  147. }
  148. .list-box .list-item-box .botttom text.cancel.data-v-8eef416a {
  149. color: #333;
  150. border: 2rpx solid #ddd;
  151. }
  152. .list-box .list-item-box .botttom text.pay.data-v-8eef416a {
  153. background-color: #e93323;
  154. color: #fff;
  155. }