order-details.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. * {
  2. margin: 0;
  3. padding: 0
  4. }
  5. a {
  6. list-style: none;
  7. text-decoration: none
  8. }
  9. body {
  10. background-color: rgb(255, 255, 255)
  11. }
  12. h3 {
  13. line-height: 20px;
  14. padding: 20px 0 20px 15px;
  15. border-bottom: 1px solid #CCCCCC
  16. }
  17. .now-status p {
  18. padding: 20px
  19. }
  20. .now-status span {
  21. display: inline-block;
  22. width: 160px;
  23. line-height: 35px;
  24. margin-right: 15px;
  25. cursor: pointer;
  26. border: 1px solid #CCCCCC;
  27. text-align: center;
  28. border-radius: 5px
  29. }
  30. .buyInfo p {
  31. padding: 15px 5px 0
  32. }
  33. .buyInfo p label {
  34. width: 60px;
  35. display: inline-block
  36. }
  37. .buyInfo p span {
  38. padding-left: 10px
  39. }
  40. .table th {
  41. background-color: #CCCCCC
  42. }
  43. .table th, .table td {
  44. font-weight: normal;
  45. border: 1px solid #CCCCCC;
  46. height: 35px;
  47. text-align: center
  48. }
  49. .table td .div-img {
  50. box-sizing: border-box
  51. }
  52. .table td .div-img img {
  53. width: 100px;
  54. height: 100px;
  55. vertical-align: middle
  56. }
  57. .table td .div-img span {
  58. }
  59. .div-order span {
  60. width: 260px;
  61. display: inline-block;
  62. margin-right: 50px
  63. }
  64. .text-result p {
  65. padding-top: 15px
  66. }
  67. .text-cost p {
  68. padding: 20px 0
  69. }
  70. .moeny-cost p {
  71. padding: 10px 0 0 0;
  72. text-align: left
  73. }
  74. .moeny-cost p label {
  75. display: inline-block
  76. }
  77. .Staging table {
  78. width: 100%;
  79. border-collapse: collapse;
  80. margin-top: 20px
  81. }
  82. .Staging table th, .Staging table td {
  83. font-weight: normal;
  84. border: 1px solid #000;
  85. height: 35px;
  86. text-align: center;
  87. width: 10%
  88. }
  89. .change-info {
  90. position: fixed;
  91. top: 0%;
  92. left: 50%;
  93. transform: translateX(-50%);
  94. z-index: 999;
  95. width: 800px;
  96. background-color: #fff;
  97. box-shadow: 0px 0px 15px #ccc
  98. }
  99. .item-div label {
  100. width: 260px;
  101. text-align: right;
  102. display: inline-block;
  103. margin-right: 50px
  104. }
  105. .item-div input {
  106. width: 300px;
  107. line-height: 35px;
  108. height: 35px;
  109. box-sizing: border-box;
  110. border: 1px solid #CCCCCC;
  111. display: inline-block
  112. }
  113. .item-div select {
  114. width: 90px;
  115. height: 35px;
  116. margin-right: 10px
  117. }
  118. .remarkShow {
  119. width: 55px;
  120. height: 75px;
  121. top: 45%;
  122. right: 0;
  123. box-sizing: border-box;
  124. background: #45aeea;
  125. border-radius: 10px 0 0 10px;
  126. padding: 15px 0;
  127. color: #FFFFFF;
  128. cursor: pointer;
  129. position: absolute;
  130. transform: scale(1.3);
  131. font-family: SimSun, sans-serif;
  132. }
  133. .item-div textarea {
  134. border: 1px solid #CCCCCC;
  135. margin-top: 20px;
  136. width: 300px;
  137. height: 80px;
  138. resize: none;
  139. display: block
  140. }
  141. .layer-status span {
  142. display: inline-block;
  143. width: 80px;
  144. line-height: 35px;
  145. background-color: #00A6C7;
  146. text-align: center;
  147. color: #fff;
  148. cursor: pointer
  149. }
  150. .layer-status span:nth-of-type(1) {
  151. }
  152. .layer-status span:nth-of-type(2) {
  153. margin-left: 72px
  154. }
  155. .same-style {
  156. position: fixed;
  157. top: 20%;
  158. left: 50%;
  159. transform: translateX(-50%);
  160. width: 500px;
  161. background-color: #fff;
  162. z-index: 999;
  163. box-shadow: 0 0 15px #666
  164. }
  165. .reason-cancel label {
  166. margin-right: 20px
  167. }
  168. .reason-cancel textarea {
  169. width: 270px;
  170. height: 80px;
  171. resize: none;
  172. vertical-align: text-top;
  173. border: 1px solid #CCCCCC
  174. }
  175. .order-details-heading {
  176. background: #eee
  177. }
  178. .order-details-heading td {
  179. white-space: nowrap;
  180. padding: 0 10px
  181. }
  182. .order-rows, .order-details-heading {
  183. width: 100%;
  184. border-bottom: 1px solid #ccc;
  185. border-left: 1px solid #ccc;
  186. border-right: 1px solid #ccc;
  187. color: #666;
  188. padding: 10px;
  189. line-height: 30px
  190. }
  191. .order-details-heading {
  192. border-top: 1px solid #ccc
  193. }
  194. .order-details-heading span, .order-rows span {
  195. margin-right: 80px
  196. }
  197. .order-details-heading span {
  198. width: 230px;
  199. margin-right: 0px;
  200. display: inline-block
  201. }
  202. .order-details-heading span label, .order-rows span label {
  203. font-weight: bold
  204. }
  205. .order-rows .supplier-img {
  206. width: 100px
  207. }
  208. .operation-wrapper {
  209. position: relative
  210. }
  211. .operation-btn {
  212. cursor: pointer
  213. }
  214. .operation-block {
  215. background: #fff;
  216. width: 125px;
  217. position: absolute;
  218. left: 826px;
  219. top: 5px;
  220. padding: 10px;
  221. border: 1px solid #666;
  222. -webkit-border-radius: 5px;
  223. -moz-border-radius: 5px;
  224. border-radius: 5px;
  225. z-index: 100001;
  226. display: none
  227. }
  228. .operation-block a {
  229. display: block;
  230. padding: 3px 0
  231. }
  232. .print-wrapper {
  233. display: inline-block
  234. }
  235. .supplier-product-name, .supplier-product-alias {
  236. width: 200px;
  237. line-height: 20px
  238. }
  239. .supplier-product-info {
  240. width: 55%;
  241. display: inline-block;
  242. position: relative;
  243. top: 50%;
  244. transform: translateY(30%)
  245. }
  246. .supplier-product-promotionInfo {
  247. width: 20%;
  248. display: inline-block;
  249. position: relative;
  250. top: 50%;
  251. transform: translateY(30%)
  252. }
  253. .supplier-product-item {
  254. margin-bottom: 10px
  255. }
  256. .supplier-product-alias {
  257. display: inline-block;
  258. margin-top: 5px
  259. }
  260. .supplier-name {
  261. display: inline-block;
  262. vertical-align: middle;
  263. margin: 0 10px
  264. }
  265. #auditBox {
  266. padding: 20px;
  267. line-height: 30px
  268. }
  269. #auditBox p {
  270. font-size: 16px;
  271. margin: 0 0 0 0
  272. }
  273. #auditBox .note-div {
  274. font-size: 16px
  275. }
  276. .downSpan {
  277. display: block;
  278. margin-left: 5px;
  279. margin-bottom: -8px
  280. }
  281. .upSpan {
  282. display: block;
  283. margin-left: 5px;
  284. margin-top: -8px
  285. }
  286. .promotionsName {
  287. margin: 2px
  288. }
  289. .ladderPrice > span {
  290. text-decoration: underline;
  291. color: red
  292. }
  293. .ladderPrice .list {
  294. display: none;
  295. position: absolute;
  296. z-index: 999;
  297. background: #FFF;
  298. white-space: nowrap;
  299. border: 1px solid #EEE;
  300. padding: 10px 0;
  301. color: #333
  302. }
  303. .ladderPrice:hover .list {
  304. display: block
  305. }
  306. .ladderPrice .list span {
  307. margin: 0 20px;
  308. width: 60px;
  309. text-align: center;
  310. display: inline-block
  311. }
  312. .ladderPrice .list span.price {
  313. color: red
  314. }
  315. .weishaIcon {
  316. background: darkorange;
  317. color: white;
  318. margin: 0 0px;
  319. padding: 0 3px;
  320. font-style: normal;
  321. font-size: 12px;
  322. display: inline-block;
  323. border-radius: 2px
  324. }
  325. .acticer_span {
  326. display: inline-block;
  327. width: 14px;
  328. height: 14px;
  329. border-radius: 50%;
  330. box-sizing: border-box;
  331. border: 1px solid #999999;
  332. text-align: center;
  333. color: #333333;
  334. font-size: 12px;
  335. line-height: 14px;
  336. float: none;
  337. margin-left: 3px;
  338. }
  339. /*订单备注抽屉*/
  340. .remarks-drawer-content{
  341. width: 640px;
  342. height: 100%;
  343. overflow-y: hidden;
  344. box-sizing: border-box;
  345. padding: 0 0 0 60px;
  346. position: fixed;
  347. right: -580px;
  348. top: 0;
  349. z-index: 100000;
  350. }
  351. .remarks-drawer-content .drawer-btn-main{
  352. width: 60px;
  353. height: 80px;
  354. position: absolute;
  355. top: 50%;
  356. left: 0;
  357. box-sizing: border-box;
  358. background: #45aeea;
  359. border-radius: 10px 0 0 10px;
  360. padding: 15px 0;
  361. color: #FFFFFF;
  362. cursor: pointer;
  363. }
  364. .remarks-drawer-content .drawer-btn-main p{
  365. font-size: 12px;
  366. line-height: 20px;
  367. text-align: center;
  368. }
  369. .remarks-drawer-content .drawer-btn-main .drawer-close{
  370. display: none;
  371. }
  372. .remarks-drawer-content .drawer-content{
  373. width: 100%;
  374. height: 100%;
  375. background: #FFFFFF;
  376. box-sizing: border-box;
  377. padding: 20px;
  378. border: 1px solid #e1e1e1;
  379. overflow-y: scroll;
  380. }
  381. .drawer-content .drawer-content-btn{
  382. width: 100%;
  383. height: 30px;
  384. float: left;
  385. text-align: right;
  386. }
  387. .drawer-content .drawer-content-none{
  388. width: 100%;
  389. height: 100px;
  390. line-height: 200px;
  391. color: #999999;
  392. float: left;
  393. text-align: center;
  394. display: none;
  395. }
  396. .drawer-content .drawer-content-mains{
  397. width: 100%;
  398. min-height: 600px;
  399. float: left;
  400. }
  401. .drawer-list{
  402. width: 100%;
  403. height: auto;
  404. box-sizing: border-box;
  405. padding: 5px 0;
  406. border-bottom: 1px dashed #e1e1e1;
  407. float: left;
  408. }
  409. .drawer-list .drawer-list-title{
  410. width: 100%;
  411. float: left;
  412. line-height: 28px;
  413. font-size: 14px;
  414. font-weight: bold;
  415. color: #333333;
  416. }
  417. .drawer-list .drawer-list-title span{
  418. color: #333333;
  419. }
  420. .drawer-list .drawer-list-text{
  421. width: 100%;
  422. float: left;
  423. height: auto;
  424. line-height: 28px;
  425. font-size: 14px;
  426. color: #999999;
  427. }
  428. .drawer-list .drawer-list-text span{
  429. color: #333333;
  430. }
  431. .drawer-list .drawer-list-image{
  432. width: 100%;
  433. height: auto;
  434. float: left;
  435. box-sizing: border-box;
  436. padding: 10px 0;
  437. }
  438. .drawer-list .drawer-list-image a{
  439. display: block;
  440. width: 100px;
  441. height: 100px;
  442. float: left;
  443. margin: 5px;
  444. }
  445. .drawer-list .drawer-list-image a img{
  446. display: block;
  447. width: 100px;
  448. height: 100px;
  449. }
  450. .drawer-list .drawer-list-file{
  451. width: 100%;
  452. height: auto;
  453. float: left;
  454. }
  455. .drawer-list .drawer-list-file p{
  456. line-height: 40px;
  457. color: #666666;
  458. }