order.wxss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. .order.data-v-a458419c {
  27. background: #fff;
  28. padding: 20rpx;
  29. border-radius: 12rpx;
  30. }
  31. .order .top.data-v-a458419c {
  32. line-height: 40rpx;
  33. font-size: 24rpx;
  34. font-weight: 400;
  35. color: #999;
  36. border-bottom: 1px solid rgba(223, 223, 223, 0.5);
  37. margin-bottom: 20rpx;
  38. }
  39. .order .bottom.data-v-a458419c {
  40. margin-bottom: 20rpx;
  41. }
  42. .order .bottom.data-v-a458419c:last-of-type {
  43. margin-bottom: 0;
  44. }
  45. .order .bottom .image.data-v-a458419c {
  46. flex-shrink: 0;
  47. width: 116rpx;
  48. height: 116rpx;
  49. margin-right: 20rpx;
  50. }
  51. .order .bottom .title.data-v-a458419c {
  52. height: 64rpx;
  53. line-height: 32rpx;
  54. font-size: 26rpx;
  55. font-weight: 500;
  56. color: #333;
  57. }
  58. .order .bottom .title.title-1.data-v-a458419c {
  59. height: 32rpx;
  60. width: 300rpx;
  61. }
  62. .order .bottom .num.data-v-a458419c {
  63. font-size: 24rpx;
  64. font-weight: 400;
  65. color: #999;
  66. }
  67. .order .bottom .price.data-v-a458419c {
  68. font-size: 26rpx;
  69. font-weight: 500;
  70. color: #ff3000;
  71. }
  72. .order .bottom .status.data-v-a458419c {
  73. font-size: 24rpx;
  74. font-weight: 500;
  75. color: var(--ui-BG-Main);
  76. }
  77. .order .bottom .order-total.data-v-a458419c {
  78. line-height: 28rpx;
  79. font-size: 24rpx;
  80. font-weight: 400;
  81. color: #999;
  82. }