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

269 lines
5.7 KiB

  1. @import '../../../common/css/global';
  2. #order-detail{
  3. font-size: 15px;
  4. .border-box{
  5. padding-bottom: 50px;
  6. .closeTime {
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. color: #FFFFFF;
  11. height: 40px;
  12. background-color: #ea4448;
  13. .iconfont {
  14. margin-right: 5px;
  15. }
  16. }
  17. .text-color {
  18. color: #FFFFFF;
  19. }
  20. .order-item{
  21. margin-bottom: 10px;
  22. .title{
  23. height:35px;
  24. line-height:35px;
  25. color:#000;
  26. padding:0 15px;
  27. font-size:14px;
  28. display: flex;
  29. align-items: center;
  30. justify-content: space-between;
  31. background: #ffffff;
  32. .type{
  33. color: @globalColor;
  34. }
  35. }
  36. .goods-item{
  37. .item-middle {
  38. .express-info{
  39. display: flex;
  40. padding: 10px;
  41. justify-content: space-between;
  42. color:#9b9b9b;
  43. font-size: 12px;
  44. background: #FFFFFF;
  45. .info {
  46. color: #f5a623;
  47. }
  48. }
  49. .middle-item {
  50. display: flex;
  51. padding: 10px 15px;
  52. color: #959595;
  53. background: #FFFFFF;
  54. &.middle-item__active{
  55. margin-bottom: 10px;
  56. }
  57. image {
  58. width: 60px;
  59. height: 60px;
  60. border: 1px solid #e5e5e5;
  61. }
  62. .text {
  63. flex: 1;
  64. padding-left: 10px;
  65. overflow: hidden;
  66. .names {
  67. color: #000000;
  68. white-space: nowrap;
  69. text-overflow: ellipsis;
  70. overflow: hidden;
  71. }
  72. }
  73. .money-box {
  74. text-align: right;
  75. .retreat{
  76. font-size: 13px;
  77. //background: #f8f8f8;
  78. border: 1px solid #838383;
  79. //border-radius: 3px;
  80. padding: 5px 7px;
  81. text-align: center;
  82. margin-top: 10px;
  83. margin-left: 5px;
  84. display: inline-block;
  85. }
  86. }
  87. }
  88. }
  89. .item-bottom {
  90. text-align: right;
  91. padding: 10px 15px;
  92. background: #FFFFFF;
  93. &.item-bottom__active{
  94. display: flex;
  95. justify-content: space-between;
  96. .all{
  97. color:#9b9b9b;
  98. font-size: 12px;
  99. }
  100. }
  101. .all-money{
  102. color: #ee2336;
  103. }
  104. }
  105. }
  106. .member-info{
  107. padding:9px 12px 12px 12px;
  108. background-color: #FFFFFF;
  109. display: flex;
  110. flex-wrap: wrap;
  111. align-items: center;
  112. .avatar{
  113. width:44px;
  114. height: 44px;
  115. margin:6px 3px 3px 3px;
  116. image{
  117. width: 100%;
  118. height: 100%;
  119. border-radius: 50%;
  120. }
  121. .colonel{
  122. position: relative;
  123. top: -14px;
  124. left:4px;
  125. width: 35px;
  126. height: 16px;
  127. line-height: 16px;
  128. border-radius: 8px;
  129. background:linear-gradient(-142.8deg,rgba(246,121,126,1),rgba(234,68,72,1));
  130. border-radius:16px;
  131. font-size:10px;
  132. color: #FFFFFF;
  133. text-align: center;
  134. &.me{
  135. background:linear-gradient(-145.2deg,rgba(251,205,36,1),rgba(247,151,28,1));
  136. }
  137. }
  138. }
  139. }
  140. .order-info{
  141. padding: 10px 15px;
  142. background: #FFFFFF;
  143. .info-item{
  144. display: flex;
  145. padding: 2px 0;
  146. .pick-code{
  147. border-bottom: 1px solid #000;
  148. }
  149. .name{
  150. width:80px;
  151. color: #959595;
  152. }
  153. .text{
  154. flex: 1;
  155. .express-order {
  156. float: right;
  157. color: blue;
  158. }
  159. }
  160. }
  161. }
  162. }
  163. .order-detail-info{
  164. padding: 10px 15px;
  165. font-size: 14px;
  166. .item{
  167. display: flex;
  168. align-items: center;
  169. justify-content: space-between;
  170. .name{
  171. color: #8a8a8a;
  172. width: 80px;
  173. text-align: right;
  174. &.big{
  175. color: #000000;
  176. font-weight: bold;
  177. }
  178. }
  179. .big-money{
  180. color: #ed0000;
  181. font-weight: bold;
  182. }
  183. }
  184. }
  185. }
  186. .order-share{
  187. position: fixed;
  188. bottom:15%;
  189. right: 5%;
  190. display: flex;
  191. height: 33px;
  192. line-height: 33px;
  193. align-items: center;
  194. background-color: #FFFFFF;
  195. box-shadow:0px 4px 4px 0px rgba(155,155,155,0.5);
  196. border-radius: 16px;
  197. .text{
  198. width: 85px;
  199. text-align: center;
  200. font-size: 12px;
  201. color: #FFFFFF;
  202. background-color:@mainColor;
  203. height:33px;
  204. line-height: 33px;
  205. border-radius: 16px;
  206. }
  207. }
  208. .button-type{
  209. position: fixed;
  210. bottom: 0;
  211. width: 100%;
  212. height: 50px;
  213. line-height: 50px;
  214. text-align: center;
  215. .type-submit{
  216. display: flex;
  217. view{
  218. flex: 1;
  219. width: 0%;
  220. }
  221. .cancel{
  222. background: #f8f8f8;
  223. }
  224. .submit{
  225. background: @mainColor;
  226. color: #FFFFFF;
  227. }
  228. }
  229. .type-cancel{
  230. background: #f8f8f8;
  231. }
  232. .sbumit-cancel{
  233. background: #1aad19;
  234. color: #FFFFFF;
  235. }
  236. }
  237. .home {
  238. display: flex;
  239. flex-direction: column;
  240. align-items: center;
  241. justify-content: center;
  242. background: @globalColor;
  243. width: 55px;
  244. height: 55px;
  245. border-radius: 100%;
  246. color: #FFFFFF;
  247. text-align: center;
  248. position: fixed;
  249. right: 15px;
  250. bottom: 150px;
  251. font-size: 12px;
  252. i {
  253. font-size: 13px;
  254. }
  255. }
  256. }