warehouse.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. .page.data-v-41554ef3 {
  27. position: relative;
  28. }
  29. .page.data-v-41554ef3::before {
  30. content: "";
  31. position: absolute;
  32. top: 0;
  33. left: 0;
  34. width: 100%;
  35. height: 200rpx;
  36. background: linear-gradient(180deg, #cfddfc, #eff2f5);
  37. z-index: -1;
  38. }
  39. .warehouse-list.data-v-41554ef3 {
  40. padding: 40rpx 40rpx 20rpx;
  41. }
  42. .warehouse-list .warehouse-item.data-v-41554ef3 {
  43. background: linear-gradient(180deg, #ffffff, #F5F8FF);
  44. border-radius: 10px;
  45. padding: 20px;
  46. margin-bottom: 20px;
  47. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  48. }
  49. .warehouse-list .warehouse-item .warehouse-header.data-v-41554ef3 {
  50. display: flex;
  51. justify-content: space-between;
  52. align-items: flex-start;
  53. padding-bottom: 30rpx;
  54. border-bottom: 1px solid #E7E8EA;
  55. font-size: 35rpx;
  56. color: #00122F;
  57. }
  58. .warehouse-list .warehouse-item .warehouse-header .info-container.data-v-41554ef3 {
  59. flex-grow: 1;
  60. }
  61. .warehouse-list .warehouse-item .warehouse-header .info-container .warehouse-name.data-v-41554ef3,
  62. .warehouse-list .warehouse-item .warehouse-header .info-container .warehouse-address.data-v-41554ef3 {
  63. display: flex;
  64. align-items: center;
  65. margin-bottom: 5px;
  66. }
  67. .warehouse-list .warehouse-item .warehouse-header .info-container .warehouse-name.data-v-41554ef3:last-child,
  68. .warehouse-list .warehouse-item .warehouse-header .info-container .warehouse-address.data-v-41554ef3:last-child {
  69. margin-bottom: 0;
  70. }
  71. .warehouse-list .warehouse-item .warehouse-header .info-container .warehouse-name image.data-v-41554ef3,
  72. .warehouse-list .warehouse-item .warehouse-header .info-container .warehouse-address image.data-v-41554ef3 {
  73. width: 20px;
  74. height: 20px;
  75. margin-right: 10px;
  76. }
  77. .warehouse-list .warehouse-item .warehouse-header .select-button.data-v-41554ef3 {
  78. display: flex;
  79. align-items: flex-start;
  80. margin-left: 10px;
  81. }
  82. .warehouse-list .warehouse-item .warehouse-details.data-v-41554ef3 {
  83. padding-top: 30rpx;
  84. font-size: 30rpx;
  85. color: #747476;
  86. }
  87. .warehouse-list .warehouse-item .warehouse-details .detail-row.data-v-41554ef3 {
  88. display: flex;
  89. justify-content: space-between;
  90. margin-bottom: 10px;
  91. }
  92. .button-container.data-v-41554ef3 {
  93. position: fixed;
  94. bottom: 0;
  95. background-color: #ffffff;
  96. width: 100vw;
  97. padding: 40rpx 0;
  98. }
  99. .button-container .button-pad.data-v-41554ef3 {
  100. padding: 0 40rpx;
  101. display: flex;
  102. justify-content: space-between;
  103. }
  104. .button-container .select-all.data-v-41554ef3,
  105. .button-container .confirm.data-v-41554ef3 {
  106. width: 44%;
  107. height: 70rpx;
  108. line-height: 70rpx;
  109. border-radius: 10rpx;
  110. background-color: #1E5FDF;
  111. color: #fff;
  112. font-size: 28rpx;
  113. text-align: center;
  114. }
  115. .warehouse-info.data-v-41554ef3 {
  116. padding-top: 20rpx;
  117. }
  118. .navbar.data-v-41554ef3 {
  119. display: flex;
  120. height: 40px;
  121. padding: 0 5px;
  122. position: relative;
  123. z-index: 10;
  124. }
  125. .navbar .nav-item.data-v-41554ef3 {
  126. flex: 1;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. height: 100%;
  131. font-size: 35rpx;
  132. position: relative;
  133. color: #334b68;
  134. }
  135. .navbar .nav-item.current.data-v-41554ef3 {
  136. color: #0f2239;
  137. }
  138. .navbar .nav-item.current.data-v-41554ef3:after {
  139. content: "";
  140. position: absolute;
  141. left: 50%;
  142. bottom: 0;
  143. transform: translateX(-50%);
  144. width: 60%;
  145. height: 0;
  146. border-bottom: 4px solid #789fec;
  147. }
  148. .swiper-box.data-v-41554ef3 {
  149. height: calc(100vh - 80rpx);
  150. }
  151. .list-scroll-content.data-v-41554ef3 {
  152. height: calc(100vh - 200rpx);
  153. }
  154. .info-scroll-content.data-v-41554ef3 {
  155. height: calc(100vh - 120rpx);
  156. }