detail.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .com-main {
  2. color: #101010;
  3. min-width: 1400px;
  4. .breadcrumb {
  5. font-size: 14px;
  6. color: #8f9ab5;
  7. margin-top: 23px;
  8. padding: 0 20px;
  9. }
  10. section {
  11. margin: 0 100px;
  12. padding: 30px 20px;
  13. border-bottom: 1px solid #c9c9c9;
  14. }
  15. .main-header {
  16. h1 {
  17. font-size: 28px;
  18. font-weight: 600;
  19. margin-bottom: 20px;
  20. }
  21. .main-header-mid {
  22. .user_logo{
  23. max-width: 120px;
  24. max-height: 120px;
  25. width: 100%;
  26. height: 100%;
  27. object-fit: cover;
  28. }
  29. .left {
  30. font-size: 20px;
  31. align-self: flex-start;
  32. li{
  33. i{
  34. vertical-align: middle;
  35. }
  36. span{
  37. color: #1890ff;
  38. cursor: pointer;
  39. }
  40. }
  41. }
  42. .right {
  43. font-size: 18px;
  44. li{
  45. text-align: right;
  46. margin-top: 10px;
  47. }
  48. }
  49. }
  50. .steps {
  51. margin: 70px 0 50px;
  52. :deep(.el-step) {
  53. .is-wait {
  54. .el-step__icon-inner {
  55. display: none;
  56. }
  57. }
  58. .el-step__main {
  59. position: absolute;
  60. top: -40px;
  61. left: 50%;
  62. transform: translate(-50%, 0);
  63. width: 100%;
  64. .el-step__title {
  65. font-size: 16px;
  66. }
  67. .el-step__description {
  68. font-size: 16px;
  69. margin-top: 35px;
  70. padding: 0;
  71. }
  72. .is-success {
  73. color: #07921d !important;
  74. }
  75. }
  76. }
  77. }
  78. }
  79. .main-custom {
  80. div {
  81. vertical-align: top;
  82. display: inline-block;
  83. width: 250px;
  84. margin-right: 180px;
  85. }
  86. }
  87. .sharing-title {
  88. font-size: 24px;
  89. margin-bottom: 30px;
  90. font-weight: 600;
  91. }
  92. .sharing-subtitle {
  93. font-size: 16px;
  94. margin-bottom: 30px;
  95. }
  96. .sharing-address {
  97. line-height: 24px;
  98. &.limit {
  99. padding: 0 16px;
  100. border: 1px solid #c9c9c9;
  101. max-height: 300px;
  102. overflow: scroll;
  103. }
  104. }
  105. .table-wrap {
  106. overflow: hidden;
  107. .total {
  108. float: right;
  109. text-align: right;
  110. margin: 30px 0 0 0;
  111. border: 0px;
  112. border-collapse: collapse;
  113. border-spacing: 0;
  114. tr {
  115. td {
  116. border-bottom: 1px solid #c9c9c9;
  117. &:nth-child(2) {
  118. padding: 10px 0 10px 40px;
  119. }
  120. }
  121. }
  122. }
  123. }
  124. .orderTable {
  125. :deep(.el-table__body) {
  126. .el-table__cell {
  127. vertical-align: top;
  128. line-height: 53px;
  129. }
  130. }
  131. }
  132. :deep(.expanded + tr) {
  133. .el-table__expanded-cell{
  134. padding:0 0 15px !important;
  135. }
  136. }
  137. .colorBlue {
  138. color: #1890ff;
  139. }
  140. .ellipsis {
  141. text-overflow: ellipsis;
  142. overflow: hidden;
  143. display: -webkit-box;
  144. -webkit-box-orient: vertical;
  145. -webkit-line-clamp: 7;
  146. }
  147. .cursor {
  148. cursor: pointer;
  149. }
  150. .notes-1 {
  151. width: 138px;
  152. border-bottom: 2px solid #101010;
  153. padding-bottom: 10px;
  154. margin-bottom: 40px;
  155. font-size: 16px;
  156. font-weight: 600;
  157. }
  158. .notes-2 {
  159. margin-bottom: 10px;
  160. font-size: 14px;
  161. font-weight: 600;
  162. }
  163. .notes-3 {
  164. width: 70%;
  165. line-height: 22px;
  166. }
  167. }