waybillsList.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. .uni-section[data-v-637fd36b] {
  27. background-color: #fff;
  28. }
  29. .uni-section .uni-section-header[data-v-637fd36b] {
  30. position: relative;
  31. display: flex;
  32. flex-direction: row;
  33. align-items: center;
  34. padding: 12px 10px;
  35. font-weight: normal;
  36. }
  37. .uni-section .uni-section-header__decoration[data-v-637fd36b] {
  38. margin-right: 6px;
  39. background-color: #2979ff;
  40. }
  41. .uni-section .uni-section-header__decoration.line[data-v-637fd36b] {
  42. width: 4px;
  43. height: 12px;
  44. border-radius: 10px;
  45. }
  46. .uni-section .uni-section-header__decoration.circle[data-v-637fd36b] {
  47. width: 8px;
  48. height: 8px;
  49. border-top-right-radius: 50px;
  50. border-top-left-radius: 50px;
  51. border-bottom-left-radius: 50px;
  52. border-bottom-right-radius: 50px;
  53. }
  54. .uni-section .uni-section-header__decoration.square[data-v-637fd36b] {
  55. width: 8px;
  56. height: 8px;
  57. }
  58. .uni-section .uni-section-header__content[data-v-637fd36b] {
  59. display: flex;
  60. flex-direction: column;
  61. flex: 1;
  62. color: #333;
  63. }
  64. .uni-section .uni-section-header__content .distraction[data-v-637fd36b] {
  65. flex-direction: row;
  66. align-items: center;
  67. }
  68. .uni-section .uni-section-header__content-sub[data-v-637fd36b] {
  69. margin-top: 2px;
  70. }
  71. .uni-section .uni-section-header__slot-right[data-v-637fd36b] {
  72. font-size: 14px;
  73. }
  74. .uni-section .uni-section-content[data-v-637fd36b] {
  75. font-size: 14px;
  76. }
  77. /**
  78. * 这里是uni-app内置的常用样式变量
  79. *
  80. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  81. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  82. *
  83. */
  84. /**
  85. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  86. *
  87. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  88. */
  89. /* 颜色变量 */
  90. /* 行为相关颜色 */
  91. /* 文字基本颜色 */
  92. /* 背景颜色 */
  93. /* 边框颜色 */
  94. /* 尺寸变量 */
  95. /* 文字尺寸 */
  96. /* 图片尺寸 */
  97. /* Border Radius */
  98. /* 水平间距 */
  99. /* 垂直间距 */
  100. /* 透明度 */
  101. /* 文章场景相关 */
  102. .history[data-v-ef3fda20] {
  103. display: flex;
  104. width: 100%;
  105. flex-direction: column;
  106. justify-items: start;
  107. }
  108. .history .type[data-v-ef3fda20] {
  109. padding-right: 0.625rem;
  110. font-size: 0.75rem;
  111. margin-top: 0.3125rem;
  112. }
  113. .history .code[data-v-ef3fda20] {
  114. font-weight: 600;
  115. }
  116. .history .item[data-v-ef3fda20] {
  117. padding: 0.625rem;
  118. font-size: 0.625rem;
  119. color: #666;
  120. border-radius: 0.3125rem;
  121. border: #666 0.03125rem solid;
  122. margin-bottom: 0.3125rem;
  123. margin-left: 0.3125rem;
  124. margin-right: 0.3125rem;
  125. display: flex;
  126. flex-direction: column;
  127. }
  128. .history .item .sub-items[data-v-ef3fda20] {
  129. display: flex;
  130. flex-direction: row;
  131. }
  132. .history .item .sub-items .sub-item[data-v-ef3fda20] {
  133. display: flex;
  134. flex: 1;
  135. flex-direction: column;
  136. }
  137. .history .is-empty[data-v-ef3fda20] {
  138. text-align: center;
  139. margin: 40px 0;
  140. color: #999;
  141. }