list.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .orders .card[data-v-52fbdc30] {
  27. min-height: 3.125rem;
  28. padding: 0.625rem;
  29. margin: 0.625rem 0.625rem 0;
  30. border-radius: 0.3125rem;
  31. background-color: #fff;
  32. }
  33. .orders .card[data-v-52fbdc30]:last-child {
  34. padding-bottom: 1.25rem;
  35. }
  36. .orders .status[data-v-52fbdc30] {
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. font-size: 0.875rem;
  41. color: #999;
  42. margin-bottom: 0.46875rem;
  43. }
  44. .orders .status .date[data-v-52fbdc30] {
  45. color: #666;
  46. flex: 1;
  47. }
  48. .orders .status .primary[data-v-52fbdc30] {
  49. color: #ff9240;
  50. }
  51. .orders .status .icon-delete[data-v-52fbdc30] {
  52. line-height: 1;
  53. margin-left: 0.3125rem;
  54. padding-left: 0.3125rem;
  55. border-left: 0.03125rem solid #e3e3e3;
  56. }
  57. .orders .goods[data-v-52fbdc30] {
  58. display: flex;
  59. margin-bottom: 0.625rem;
  60. }
  61. .orders .goods .cover[data-v-52fbdc30] {
  62. width: 5.3125rem;
  63. height: 5.3125rem;
  64. margin-right: 0.625rem;
  65. border-radius: 0.3125rem;
  66. overflow: hidden;
  67. position: relative;
  68. }
  69. .orders .goods .cover .image[data-v-52fbdc30] {
  70. width: 5.3125rem;
  71. height: 5.3125rem;
  72. }
  73. .orders .goods .quantity[data-v-52fbdc30] {
  74. position: absolute;
  75. bottom: 0;
  76. right: 0;
  77. line-height: 1;
  78. padding: 0.1875rem 0.125rem 0.1875rem 0.25rem;
  79. font-size: 0.75rem;
  80. color: #fff;
  81. border-radius: 0.3125rem 0 0 0;
  82. background-color: rgba(0, 0, 0, 0.6);
  83. }
  84. .orders .goods .meta[data-v-52fbdc30] {
  85. flex: 1;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: center;
  89. }
  90. .orders .goods .name[data-v-52fbdc30] {
  91. height: 2.5rem;
  92. font-size: 0.8125rem;
  93. color: #444;
  94. }
  95. .orders .goods .type[data-v-52fbdc30] {
  96. line-height: 1.8;
  97. padding: 0 0.46875rem;
  98. margin-top: 0.3125rem;
  99. font-size: 0.75rem;
  100. align-self: flex-start;
  101. border-radius: 0.125rem;
  102. color: #888;
  103. background-color: #f7f7f8;
  104. }
  105. .orders .goods .more[data-v-52fbdc30] {
  106. flex: 1;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. font-size: 0.6875rem;
  111. color: #333;
  112. }
  113. .orders .payment[data-v-52fbdc30] {
  114. display: flex;
  115. justify-content: flex-end;
  116. align-items: center;
  117. line-height: 1;
  118. padding: 0.625rem 0;
  119. text-align: right;
  120. color: #999;
  121. font-size: 0.875rem;
  122. border-bottom: 0.03125rem solid #eee;
  123. }
  124. .orders .payment .quantity[data-v-52fbdc30] {
  125. font-size: 0.75rem;
  126. margin-right: 0.5rem;
  127. }
  128. .orders .payment .amount[data-v-52fbdc30] {
  129. color: #444;
  130. margin-left: 0.1875rem;
  131. }
  132. .orders .payment .symbol[data-v-52fbdc30] {
  133. font-size: 0.625rem;
  134. }
  135. .orders .action[data-v-52fbdc30] {
  136. display: flex;
  137. justify-content: flex-end;
  138. align-items: center;
  139. padding-top: 0.625rem;
  140. }
  141. .orders .action .button[data-v-52fbdc30] {
  142. width: 5.625rem;
  143. height: 1.875rem;
  144. display: flex;
  145. justify-content: center;
  146. align-items: center;
  147. margin-left: 0.625rem;
  148. border-radius: 1.875rem;
  149. border: 0.03125rem solid #ccc;
  150. font-size: 0.8125rem;
  151. color: #444;
  152. }
  153. .orders .action .secondary[data-v-52fbdc30] {
  154. color: #27ba9b;
  155. border-color: #27ba9b;
  156. }
  157. .orders .action .primary[data-v-52fbdc30] {
  158. color: #fff;
  159. background-color: #27ba9b;
  160. border-color: #27ba9b;
  161. }
  162. .orders .loading-text[data-v-52fbdc30] {
  163. text-align: center;
  164. font-size: 0.875rem;
  165. color: #666;
  166. padding: 0.625rem 0;
  167. }
  168. /**
  169. * 这里是uni-app内置的常用样式变量
  170. *
  171. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  172. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  173. *
  174. */
  175. /**
  176. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  177. *
  178. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  179. */
  180. /* 颜色变量 */
  181. /* 行为相关颜色 */
  182. /* 文字基本颜色 */
  183. /* 背景颜色 */
  184. /* 边框颜色 */
  185. /* 尺寸变量 */
  186. /* 文字尺寸 */
  187. /* 图片尺寸 */
  188. /* Border Radius */
  189. /* 水平间距 */
  190. /* 垂直间距 */
  191. /* 透明度 */
  192. /* 文章场景相关 */
  193. body {
  194. height: 100%;
  195. overflow: hidden;
  196. }
  197. .viewport {
  198. height: 100%;
  199. display: flex;
  200. flex-direction: column;
  201. background-color: #fff;
  202. }
  203. .tabs {
  204. display: flex;
  205. justify-content: space-around;
  206. line-height: 1.875rem;
  207. margin: 0 0.3125rem;
  208. background-color: #fff;
  209. box-shadow: 0 0.125rem 0.1875rem rgba(240, 240, 240, 0.6);
  210. position: relative;
  211. z-index: 9;
  212. }
  213. .tabs .item {
  214. flex: 1;
  215. text-align: center;
  216. padding: 0.625rem;
  217. font-size: 0.875rem;
  218. color: #262626;
  219. }
  220. .tabs .cursor {
  221. position: absolute;
  222. left: 0;
  223. bottom: 0;
  224. width: 20%;
  225. height: 0.1875rem;
  226. padding: 0 1.5625rem;
  227. background-color: #27ba9b;
  228. /* 过渡效果 */
  229. transition: all 0.4s;
  230. }
  231. .swiper {
  232. background-color: #f7f7f8;
  233. }