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

187 lines
3.9 KiB

  1. @import '../../../common/css/global';
  2. #order-detail{
  3. font-size: 15px;
  4. .border-box{
  5. padding-bottom: 50px;
  6. .order-item{
  7. margin-bottom: 10px;
  8. .title{
  9. height:35px;
  10. line-height:35px;
  11. color:#000;
  12. padding:0 20px;
  13. font-size:14px;
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-between;
  17. background: #ffffff;
  18. .type{
  19. color: @globalColor;
  20. }
  21. }
  22. .goods-item{
  23. .item-middle {
  24. .express-info{
  25. display: flex;
  26. padding: 10px;
  27. justify-content: space-between;
  28. color:#9b9b9b;
  29. font-size: 12px;
  30. background: #FFFFFF;
  31. }
  32. .middle-item {
  33. display: flex;
  34. padding: 10px;
  35. color: #959595;
  36. background: #FFFFFF;
  37. &.middle-item__active{
  38. margin-bottom: 10px;
  39. }
  40. image {
  41. width: 60px;
  42. height: 60px;
  43. border: 1px solid #e5e5e5;
  44. }
  45. .text {
  46. flex: 1;
  47. padding-left: 10px;
  48. overflow: hidden;
  49. .names {
  50. color: #000000;
  51. white-space: nowrap;
  52. text-overflow: ellipsis;
  53. overflow: hidden;
  54. }
  55. }
  56. .money-box {
  57. text-align: right;
  58. .retreat{
  59. font-size: 13px;
  60. //background: #f8f8f8;
  61. border: 1px solid #838383;
  62. //border-radius: 3px;
  63. padding: 5px 7px;
  64. text-align: center;
  65. margin-top: 10px;
  66. margin-left: 5px;
  67. display: inline-block;
  68. }
  69. }
  70. }
  71. }
  72. .item-bottom {
  73. text-align: right;
  74. padding: 10px;
  75. background: #FFFFFF;
  76. &.item-bottom__active{
  77. display: flex;
  78. justify-content: space-between;
  79. .all{
  80. color:#9b9b9b;
  81. font-size: 12px;
  82. }
  83. }
  84. .all-money{
  85. color: #ee2336;
  86. }
  87. }
  88. }
  89. .order-info{
  90. padding: 10px 20px;
  91. background: #FFFFFF;
  92. .info-item{
  93. display: flex;
  94. padding: 2px 0;
  95. color: #959595;
  96. font-size: 12px;
  97. .name{
  98. width:80px;
  99. }
  100. .text{
  101. flex: 1;
  102. }
  103. }
  104. }
  105. }
  106. .order-detail-info{
  107. padding: 10px 20px;
  108. font-size: 14px;
  109. .item{
  110. display: flex;
  111. align-items: center;
  112. justify-content: space-between;
  113. .name{
  114. color: #8a8a8a;
  115. width: 80px;
  116. text-align: right;
  117. &.big{
  118. color: #000000;
  119. font-weight: bold;
  120. }
  121. }
  122. .big-money{
  123. color: #ed0000;
  124. font-weight: bold;
  125. }
  126. }
  127. }
  128. }
  129. .button-type{
  130. position: fixed;
  131. bottom: 0;
  132. width: 100%;
  133. height: 50px;
  134. text-align: center;
  135. &.point-type{
  136. display: flex;
  137. justify-content: flex-end;
  138. align-items: center;
  139. background: #ffffff;
  140. padding: 0 15px;
  141. .btn{
  142. font-size: 12px;
  143. padding: 5px 14px;
  144. border: 1px solid;
  145. border-radius: 2px;
  146. }
  147. .more{
  148. color: #4A4A4A;
  149. border-color: #4A4A4A;
  150. margin-right: 11px;
  151. }
  152. .pointindex{
  153. color: @globalColor;
  154. border-color: @globalColor;
  155. }
  156. }
  157. .type-submit{
  158. display: flex;
  159. view{
  160. flex: 1;
  161. width: 0%;
  162. }
  163. .cancel{
  164. background: #f8f8f8;
  165. }
  166. .submit{
  167. background: @globalColor;
  168. color: #FFFFFF;
  169. }
  170. }
  171. .type-cancel{
  172. background: #f8f8f8;
  173. }
  174. .sbumit-cancel{
  175. background: #1aad19;
  176. color: #FFFFFF;
  177. }
  178. }
  179. }