detail.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. page {
  2. background: #FFFFFF;
  3. }
  4. .steps_box {
  5. width: 80rpx;
  6. background: white;
  7. align-items: center;
  8. justify-content: center;
  9. padding: 2vw 6vw 1vw 6vw;
  10. }
  11. .oreder-summary-detail{
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. padding-top: 4px;
  16. font-size: 12px;
  17. color: #95A8CB;
  18. }
  19. .status-class {
  20. /* width: 40%; */
  21. height: 49rpx;
  22. line-height: 49rpx;
  23. padding-right: 4rpx;
  24. flex: 1;
  25. }
  26. .status-detail-class {
  27. min-width: 120rpx;
  28. height: 49rpx;
  29. text-align: center;
  30. font-size: 13px;
  31. font-weight: 600;
  32. color: #437FF8;
  33. padding: 0 2rpx;
  34. text-align: right;
  35. }
  36. .block-step {
  37. display: flex;
  38. flex-direction: row;
  39. /* align-items: center;
  40. justify-content: center; */
  41. }
  42. .r_box {
  43. width: 453rpx;
  44. background: #F4F8FB;
  45. border-radius: 14rpx;
  46. box-sizing: border-box;
  47. padding: 16rpx 28rpx 23rpx 15rpx;
  48. position: relative;
  49. margin-bottom: 60rpx;
  50. }
  51. .r_box::after {
  52. content: '';
  53. position: absolute;
  54. width: 0;
  55. height: 0;
  56. border-top: 0rpx solid transparent;
  57. border-bottom: 13rpx solid transparent;
  58. border-right: 17rpx solid #eaeaea;
  59. left: -15rpx;
  60. top: 15%;
  61. }
  62. .hr {
  63. width: 100%;
  64. height: 3rpx;
  65. margin-top: 15rpx;
  66. /* margin-left: 37.5rpx; */
  67. background-color: #dfdedd;
  68. }
  69. .number {
  70. background-color: #F4F9FF;
  71. width: 100%;
  72. height: 134rpx;
  73. border-radius: 15rpx;
  74. margin: 7px;
  75. }
  76. .dk-cell-title {
  77. color: #95A8CB;
  78. font-size: 28rpx;
  79. }
  80. .van-tab {
  81. border-right: none !important;
  82. }
  83. .van-tab-active-left {
  84. background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
  85. border-radius: 13rpx 0px 0px 13rpx;
  86. border: none !important;
  87. }
  88. .van-tab-active-left>.van-ellipsis {
  89. color: #fff !important;
  90. }
  91. .van-tab-active-right {
  92. background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
  93. border-radius: 0 13rpx 13rpx 0;
  94. border: none !important;
  95. color: #fff !important;
  96. }
  97. .van-tab-active-right>.van-ellipsis {
  98. color: #fff !important;
  99. }
  100. .van-tab-active-middle {
  101. background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
  102. border: none !important;
  103. color: #fff !important;
  104. }
  105. .van-tab-active-middle>.van-ellipsis {
  106. color: #fff !important;
  107. }
  108. .van-tabs__nav--card {
  109. border: none !important;
  110. color: #95A8CB !important
  111. }
  112. .van-tabs__wrap {
  113. height: 84rpx !important;
  114. }
  115. .van-tabs__nav {
  116. height: 84rpx !important;
  117. }
  118. .van-ellipsis {
  119. height: 84rpx !important;
  120. line-height: 84rpx !important;
  121. color: #95A8CB;
  122. }
  123. /* 客户订单数据 */
  124. .order-summary {
  125. margin-top: 14px;
  126. font-size: 17px;
  127. color: #1B365D;
  128. text-align: center;
  129. }
  130. /* 客户订单名称 */
  131. .oreder-summary-detail {
  132. /* margin: 5px; */
  133. padding-top: 4px;
  134. /* font-weight: bold; */
  135. font-size: 12px;
  136. color: #95A8CB;
  137. text-align: center;
  138. }
  139. /* 客户详细展示 */
  140. .customer-detail {
  141. box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
  142. display: flex;
  143. margin-left: 6px;
  144. border-radius: 15px;
  145. width: 96.5%;
  146. /* height: 257rpx; */
  147. background-image: linear-gradient(90.12deg, #718AC6 0.84%, #4A5E98 99.43%);
  148. }
  149. /* 客户联系方式外框 */
  150. .customer-tel {
  151. box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
  152. display: flex;
  153. margin-left: 6px;
  154. border-radius: 0px 0px 15px 15px;
  155. width: 96.5%;
  156. height: 95rpx;
  157. background: #DBE6FF;
  158. display: flex;
  159. justify-content: space-around;
  160. }
  161. /* 客户联系方式详细 */
  162. .customer-tel-detail {
  163. text-align: center;
  164. display: flex;
  165. justify-content: center;
  166. align-items: center;
  167. /* width: 212rpx; */
  168. border-radius: 15rpx;
  169. margin-left: 23rpx;
  170. height: 95rpx;
  171. }
  172. /* 订单相关按钮 */
  173. .order-button {
  174. text-align: center;
  175. display: flex;
  176. justify-content: center;
  177. align-items: center;
  178. width: 212rpx;
  179. box-shadow: 0px 13px 10px rgba(119, 197, 213, 0.17);
  180. border-radius: 15rpx;
  181. }
  182. /* 列表展示 */
  183. .table-show {
  184. margin: 10px 32rpx 10px 32rpx;
  185. margin-top: 10px;
  186. border-radius: 15rpx;
  187. box-shadow: 2px 2px 5px #e5e5e6;
  188. }
  189. .table-show-detail {
  190. box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);
  191. border-radius: 15rpx;
  192. }
  193. /* 销售退货展示 */
  194. .number-out-order {
  195. background-color: #F8F8F8;
  196. width: 218.5rpx;
  197. /* height: 114rpx; */
  198. border-radius: 15rpx;
  199. margin: 7px;
  200. }
  201. /* 销售退货展示 */
  202. .out-oreder-detail {
  203. margin: 5px;
  204. font-weight: bold;
  205. font-size: 10px;
  206. color: #1B365D;
  207. text-align: center;
  208. }
  209. /*图标显示*/
  210. .image-class {
  211. width: 36rpx;
  212. height: 36rpx;
  213. left: 16rpx;
  214. top: calc((100% - 36rpx)/2);
  215. }
  216. .font {
  217. font-family: PingFang HK;
  218. font-size: 28rpx;
  219. font-weight: 400;
  220. line-height: 39rpx;
  221. letter-spacing: -0.03em;
  222. text-align: left;
  223. }
  224. .scan-image {
  225. width: 200rpx;
  226. height: 200rpx;
  227. position: absolute;
  228. right: 0;
  229. bottom: 0;
  230. border-radius: 0px 0px 16rpx 0px;
  231. }
  232. .detail-top {
  233. position: relative;
  234. border: 1px solid #F3FBFF;
  235. margin: 10px 32rpx 10px 32rpx;
  236. background-color: #FFFF;
  237. background: radial-gradient(61.26% 65.52% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
  238. padding: 20rpx;
  239. border-radius: 16rpx;
  240. }
  241. .dk-card-outer-class-1 {
  242. margin: 10px 32rpx 10px 32rpx;
  243. margin-top: 10px;
  244. border-radius: 15rpx;
  245. /* box-shadow: 2px 2px 5px #e5e5e6; */
  246. }
  247. .detail-top-sup {
  248. color: #002340;
  249. font-weight: bold;
  250. font-size: 28rpx;
  251. padding: 10rpx;
  252. }
  253. .detail-top-color {
  254. font-weight: bold;
  255. color: #002340;
  256. font-size: 14px;
  257. padding: 10rpx;
  258. }
  259. .scan-image-icon {
  260. width: 40rpx;
  261. height: 40rpx;
  262. }
  263. .scan-image-icon-3{
  264. width: 96rpx;
  265. height: 96rpx;
  266. position: absolute;
  267. right: 0;
  268. bottom: 0;
  269. border-radius: 0px 0px 16rpx 0px;
  270. }
  271. .btn-add-class {
  272. background: #3E69F6;
  273. border-radius: 50%;
  274. display: flex;
  275. justify-content: center;
  276. align-items: center;
  277. padding: 20rpx;
  278. box-shadow: 0px 17px 22px 0px #1B365D33;
  279. }
  280. .button-view{
  281. position: relative;
  282. }
  283. .button-view .initial-button{
  284. display: flex;
  285. justify-content: center;
  286. align-content: center;
  287. width: 100rpx;
  288. font-size: 12px;
  289. border-radius: 8rpx;
  290. border: #3E69F6 0.5rpx solid;
  291. color: #3E69F6;
  292. position: absolute;
  293. right: 10rpx;
  294. top: 10rpx;
  295. }
  296. .button-view .initial-value{
  297. display: flex;
  298. justify-content: center;
  299. align-content: center;
  300. position: absolute;
  301. right: 10rpx;
  302. top: 5rpx;
  303. }