detail.scss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. .com-main {
  2. color: #101010;
  3. max-width: 1400px;
  4. box-sizing: border-box;
  5. .order-detail-part {
  6. max-width: 1400px;
  7. width: 100%;
  8. margin: 0 auto;
  9. }
  10. .breadcrumb {
  11. font-size: 14px;
  12. color: #8f9ab5;
  13. margin-top: 23px;
  14. padding: 0 20px;
  15. }
  16. .eco-tip {
  17. background: #f7fbff;
  18. border-radius: 10px;
  19. padding: 28px 0 18px 0;
  20. margin: 24px 0 18px 0;
  21. text-align: center;
  22. box-sizing: border-box;
  23. .eco-tip-title {
  24. font-size: 26px;
  25. font-weight: bold;
  26. color: #FF3F0B;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. margin-bottom: 10px;
  31. .eco-tip-icon {
  32. width: 40px;
  33. height: 40px;
  34. margin-right: 8px;
  35. vertical-align: middle;
  36. }
  37. }
  38. .eco-tip-desc {
  39. font-size: 22px;
  40. color: #102f47;
  41. font-weight: 500;
  42. line-height: 2;
  43. .eco-tip-co2 {
  44. color: #19b94a;
  45. font-weight: bold;
  46. font-size: 24px;
  47. }
  48. .eco-tip-tree {
  49. color: #19b94a;
  50. font-weight: bold;
  51. font-size: 24px;
  52. }
  53. }
  54. }
  55. section {
  56. width: 100%;
  57. max-width: 1300px;
  58. margin: 0 auto;
  59. box-sizing: border-box;
  60. padding: 30px 20px;
  61. border-bottom: 1px solid #c9c9c9;
  62. }
  63. .main-header {
  64. h1 {
  65. font-size: 28px;
  66. font-weight: 600;
  67. margin-bottom: 20px;
  68. }
  69. .main-header-mid {
  70. .user_logo {
  71. max-width: 120px;
  72. max-height: 120px;
  73. width: 100%;
  74. height: 100%;
  75. object-fit: cover;
  76. }
  77. .left {
  78. font-size: 20px;
  79. align-self: flex-start;
  80. .link-div{
  81. div {
  82. display: inline-block;
  83. margin-right: 10px;
  84. margin-bottom: 10px;
  85. img{
  86. vertical-align: middle;
  87. width: 20px;
  88. }
  89. }
  90. }
  91. li {
  92. i {
  93. vertical-align: middle;
  94. }
  95. span {
  96. color: #1D4992;
  97. cursor: pointer;
  98. }
  99. }
  100. }
  101. .right {
  102. font-size: 18px;
  103. li {
  104. text-align: right;
  105. margin-top: 10px;
  106. }
  107. }
  108. @media screen and (max-width: 1000px) {
  109. flex-direction: column;
  110. align-items: flex-start;
  111. .right li {
  112. text-align: left;
  113. }
  114. }
  115. }
  116. .steps {
  117. margin: 50px 0 0;
  118. .steps-title{
  119. font-size: 24px;
  120. font-weight: 600;
  121. }
  122. .pointer{
  123. cursor: pointer;
  124. }
  125. @media screen and (min-width: 1000px) {
  126. :deep(.el-step) {
  127. .is-wait {
  128. .el-step__icon-inner {
  129. display: none;
  130. }
  131. }
  132. .el-step__main {
  133. position: absolute;
  134. top: -40px;
  135. left: 50%;
  136. transform: translate(-50%, 0);
  137. width: 100%;
  138. .el-step__title {
  139. font-size: 16px;
  140. }
  141. .el-step__description {
  142. font-size: 16px;
  143. margin-top: 35px;
  144. padding: 0;
  145. }
  146. .is-success {
  147. color: #07921d !important;
  148. }
  149. }
  150. }
  151. }
  152. }
  153. .margin-b-30{
  154. margin-bottom: 30px;
  155. }
  156. .margin-b-50{
  157. margin-bottom: 50px;
  158. }
  159. }
  160. .main-custom {
  161. div {
  162. vertical-align: top;
  163. display: inline-block;
  164. width: 250px;
  165. margin-right: 180px;
  166. }
  167. }
  168. .sharing-title {
  169. font-size: 24px;
  170. margin-bottom: 30px;
  171. font-weight: 600;
  172. }
  173. .sharing-subtitle {
  174. font-size: 16px;
  175. margin-bottom: 30px;
  176. }
  177. .sharing-address {
  178. line-height: 24px;
  179. &.limit {
  180. padding: 0 16px;
  181. border: 1px solid #c9c9c9;
  182. max-height: 300px;
  183. overflow: scroll;
  184. }
  185. }
  186. .table-wrap {
  187. overflow: hidden;
  188. .total {
  189. float: right;
  190. text-align: right;
  191. margin: 30px 0 0 0;
  192. border: 0px;
  193. border-collapse: collapse;
  194. border-spacing: 0;
  195. tr {
  196. td {
  197. border-bottom: 1px solid #c9c9c9;
  198. &:nth-child(2) {
  199. padding: 10px 0 10px 40px;
  200. }
  201. }
  202. }
  203. }
  204. }
  205. .orderTable {
  206. :deep(.el-table__body) {
  207. .el-table__cell {
  208. vertical-align: top;
  209. line-height: 53px;
  210. }
  211. }
  212. }
  213. :deep(.expanded + tr) {
  214. .el-table__expanded-cell {
  215. padding: 0 0 15px !important;
  216. }
  217. }
  218. .colorBlue {
  219. color: #1890ff;
  220. }
  221. .table-list-co2{
  222. display: inline-flex;
  223. align-items: center;
  224. background: #f4fcf6;
  225. border: 2px solid #7ed7a5;
  226. border-radius: 4px;
  227. padding: 1px 6px;
  228. font-weight: bold;
  229. color: #07A73A;
  230. font-size: 12px;
  231. .co2-icon {
  232. width: 18px;
  233. height: 18px;
  234. margin-right: 4px;
  235. }
  236. }
  237. .ellipsis {
  238. text-overflow: ellipsis;
  239. overflow: hidden;
  240. display: -webkit-box;
  241. -webkit-box-orient: vertical;
  242. -webkit-line-clamp: 7;
  243. }
  244. .cursor {
  245. cursor: pointer;
  246. }
  247. .notes-1 {
  248. width: 138px;
  249. border-bottom: 2px solid #101010;
  250. padding-bottom: 10px;
  251. margin-bottom: 40px;
  252. font-size: 16px;
  253. font-weight: 600;
  254. }
  255. .notes-2 {
  256. margin-bottom: 10px;
  257. font-size: 18px;
  258. display: flex;
  259. align-items: center;
  260. img{
  261. width: 20px;
  262. margin-right: 10px;
  263. }
  264. i{
  265. font-size: 20px;
  266. }
  267. span{
  268. color: #1D4992;
  269. cursor: pointer;
  270. font-weight: 500;
  271. }
  272. }
  273. .notes-3 {
  274. width: 70%;
  275. line-height: 22px;
  276. }
  277. }