金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
2.7 KiB

  1. @import '../../../common/css/global';
  2. #afterSales-center {
  3. .navbar {
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. display: flex;
  8. z-index: 20;
  9. height: 50px;
  10. line-height: 50px;
  11. background: #FFFFFF;
  12. font-size: 14px;
  13. color: #353535;
  14. .navbar-item {
  15. flex: 1;
  16. width: 0%;
  17. text-align: center;
  18. &.activity {
  19. color: @globalColor;
  20. }
  21. }
  22. .navbar-slider {
  23. position: absolute;
  24. content: " ";
  25. left: 0;
  26. bottom: 0;
  27. width: 4em;
  28. height: 3px;
  29. background-color: @globalColor;
  30. -webkit-transition: -webkit-transform .3s;
  31. transition: -webkit-transform .3s;
  32. transition: transform .3s;
  33. transition: transform .3s, -webkit-transform .3s
  34. }
  35. }
  36. .tab-panel{
  37. padding-top: 50px;
  38. }
  39. .order-box {
  40. .order-item {
  41. margin-bottom: 10px;
  42. background: #FFFFFF;
  43. font-size: 15px;
  44. .item-top {
  45. .indent {
  46. line-height: 35px;
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-between;
  50. padding: 0 10px;
  51. .order-num {
  52. white-space: nowrap;
  53. text-overflow: ellipsis;
  54. overflow: hidden;
  55. flex: 1;
  56. padding-right: 10px;
  57. span {
  58. font-weight: bold;
  59. }
  60. }
  61. .order-type {
  62. color: @globalColor;
  63. }
  64. }
  65. }
  66. .item-middle {
  67. .middle-item {
  68. display: flex;
  69. padding: 10px;
  70. color: #959595;
  71. image {
  72. width: 60px;
  73. height: 60px;
  74. border: 1px solid #e5e5e5;
  75. }
  76. .text {
  77. flex: 1;
  78. padding-left: 10px;
  79. overflow: hidden;
  80. .names {
  81. color: #000000;
  82. white-space: nowrap;
  83. text-overflow: ellipsis;
  84. overflow: hidden;
  85. }
  86. }
  87. .money-box {
  88. text-align: right;
  89. .button-box {
  90. font-size: 13px;
  91. color: @globalColor;
  92. padding: 5px 10px;
  93. border: 1px solid @globalColor;
  94. border-radius: 3px;
  95. }
  96. }
  97. }
  98. }
  99. .item-bottom {
  100. display: flex;
  101. align-items: center;
  102. justify-content: space-between;
  103. padding: 10px;
  104. .button-box {
  105. font-size: 13px;
  106. color: @globalColor;
  107. padding: 5px 10px;
  108. border: 1px solid @globalColor;
  109. border-radius: 3px;
  110. }
  111. }
  112. }
  113. .loadingbox{
  114. height: 40px;
  115. line-height: 40px;
  116. text-align: center;
  117. }
  118. }
  119. }