logistics.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. //填写物流信息
  2. .sld_logistics_bill {
  3. float: left;
  4. background: #ffffff;
  5. margin: 0 10px;
  6. padding-bottom: 20px;
  7. .logistics_title {
  8. color: #000;
  9. font-size: 16px;
  10. font-weight: bold;
  11. line-height: 56px;
  12. overflow: hidden;
  13. padding: 5px 12px;
  14. background: #f9f9f9;
  15. margin-bottom: 20px;
  16. margin-top: 0px;
  17. }
  18. .logistics_goods {
  19. margin: 20px;
  20. width: 900px;
  21. border: 1px solid #f5f5f5;
  22. .logistics_goods_title {
  23. background: #f5f5f5;
  24. p:nth-child(1) {
  25. width: 850px;
  26. height: 40px;
  27. text-align: center;
  28. line-height: 40px;
  29. }
  30. p:nth-child(2) {
  31. width: 150px;
  32. height: 40px;
  33. text-align: center;
  34. line-height: 40px;
  35. }
  36. }
  37. .logistics_goods_con {
  38. padding: 0 10px;
  39. .logistics_goods_des {
  40. width: 850px;
  41. height: 100px;
  42. box-sizing: border-box;
  43. border-right: 1px solid #f5f5f5;
  44. .logistics_goods_img {
  45. width: 80px;
  46. height: 80px;
  47. border: 1px solid #e5e5e5;
  48. background-size: contain;
  49. background-position: center;
  50. background-repeat: no-repeat;
  51. margin-right: 15px;
  52. }
  53. .logistics_goods_name {
  54. width: 500px;
  55. color: #333333;
  56. line-height: 18px;
  57. overflow: hidden;
  58. text-overflow: ellipsis;
  59. white-space: nowrap;
  60. }
  61. }
  62. .logistics_goods_num {
  63. width: 150px;
  64. text-align: center;
  65. }
  66. }
  67. }
  68. .logistics_info {
  69. padding: 0 20px;
  70. .info_type {
  71. .info_type_con {
  72. position: relative;
  73. height: 34px;
  74. width: 80px;
  75. line-height: 32px;
  76. border: 1px solid $colorMain;
  77. padding: 0 20px;
  78. box-sizing: border-box;
  79. span {
  80. display: block;
  81. line-height: 34px;
  82. text-align: center;
  83. }
  84. img {
  85. position: absolute;
  86. width: 14px;
  87. height: 14px;
  88. position: absolute;
  89. bottom: 0;
  90. right: 0;
  91. }
  92. }
  93. }
  94. .info_bill {
  95. .info_bill_input {
  96. width: 217px;
  97. }
  98. }
  99. .info_address {
  100. word-break: break-all;
  101. .address {
  102. max-width: 700px;
  103. font-size: 13px;
  104. line-height: 20px;
  105. word-break: break-all;
  106. }
  107. }
  108. }
  109. .info_submit {
  110. width: 94px;
  111. height: 34px;
  112. border: none;
  113. border-radius: 0;
  114. background-color: $colorMain2;
  115. color: #fff;
  116. line-height: 34px;
  117. text-align: center;
  118. margin-left: 120px;
  119. margin-top: 40px;
  120. cursor: pointer;
  121. }
  122. // 公共样式
  123. .info_pre {
  124. width: 100px;
  125. font-size: 13px;
  126. color: #333333;
  127. text-align: left;
  128. }
  129. .margin_bottom20 {
  130. margin-bottom: 20px;
  131. }
  132. }