金诚优选前端代码
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.

182 lines
3.5 KiB

  1. @import '../../../common/css/global';
  2. #order-index {
  3. .order-search{
  4. position: fixed;
  5. top: 0px;
  6. width: 100%;
  7. z-index: 20;
  8. height: 54px;
  9. background: #fff;
  10. color: #9B9B9B;
  11. .search-box{
  12. display: flex;
  13. align-items: center;
  14. background: #f1f1f1;
  15. margin: 10px 7px;
  16. i{
  17. padding: 0 8px;
  18. font-size: 13px;
  19. color: #9B9B9B;
  20. }
  21. p{
  22. font-size:12px;
  23. line-height: 25px;
  24. }
  25. }
  26. }
  27. .navbar {
  28. position: fixed;
  29. top: 54px;
  30. width: 100%;
  31. display: flex;
  32. z-index: 20;
  33. height: 50px;
  34. line-height: 50px;
  35. background: #FFFFFF;
  36. font-size: 14px;
  37. color: #353535;
  38. .navbar-item {
  39. flex: 1;
  40. width: 0%;
  41. text-align: center;
  42. &.activity {
  43. color: #FB5054;
  44. }
  45. }
  46. .navbar-slider {
  47. position: absolute;
  48. content: " ";
  49. left: 0;
  50. bottom: 0;
  51. width: 4em;
  52. height: 3px;
  53. background-color:#FB5054;
  54. -webkit-transition: -webkit-transform .3s;
  55. transition: -webkit-transform .3s;
  56. transition: transform .3s;
  57. transition: transform .3s, -webkit-transform .3s
  58. }
  59. .tab-switch{
  60. padding-right: 16px;
  61. i{
  62. color: #2CAB2B;
  63. font-size: 14px;
  64. }
  65. }
  66. }
  67. .tab-panel{
  68. padding-top: 104px;
  69. }
  70. .order-box {
  71. .order-item__none{
  72. text-align: center;
  73. color: #959595;
  74. padding-top: 10px;
  75. }
  76. .order-item {
  77. margin-bottom: 10px;
  78. background: #FFFFFF;
  79. font-size: 15px;
  80. .item-top {
  81. .indent {
  82. line-height: 35px;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. padding: 0 10px;
  87. .order-num {
  88. white-space: nowrap;
  89. text-overflow: ellipsis;
  90. overflow: hidden;
  91. flex: 1;
  92. padding-right: 10px;
  93. span {
  94. font-weight: bold;
  95. }
  96. }
  97. .order-type {
  98. color: @globalColor;
  99. }
  100. }
  101. }
  102. .item-middle {
  103. .middle-item {
  104. display: flex;
  105. padding: 10px;
  106. color: #959595;
  107. image {
  108. width: 60px;
  109. height: 60px;
  110. border: 1px solid #e5e5e5;
  111. }
  112. .text {
  113. flex: 1;
  114. padding-left: 10px;
  115. overflow: hidden;
  116. .names {
  117. color: #000000;
  118. white-space: nowrap;
  119. text-overflow: ellipsis;
  120. overflow: hidden;
  121. }
  122. }
  123. .money-box {
  124. text-align: right;
  125. }
  126. .order-types {
  127. display: inline-block;
  128. -webkit-border-radius: 3px;
  129. border-radius: 3px;
  130. padding: 0 5px;
  131. background: @globalColor;
  132. color: #fff;
  133. font-size: 12px;
  134. }
  135. }
  136. }
  137. .closeTime{
  138. display: flex;
  139. align-items: center;
  140. padding: 10px;
  141. font-size: 12px;
  142. color: @globalColor;
  143. .iconfont{
  144. margin-right: 5px;
  145. }
  146. }
  147. .item-bottom {
  148. display: flex;
  149. align-items: center;
  150. justify-content: space-between;
  151. padding: 10px;
  152. .button-box {
  153. font-size: 13px;
  154. color: @globalColor;
  155. padding: 5px 10px;
  156. border: 1px solid @globalColor;
  157. border-radius: 3px;
  158. }
  159. }
  160. }
  161. .loadingbox{
  162. height: 40px;
  163. line-height: 40px;
  164. text-align: center;
  165. }
  166. }
  167. }