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

310 lines
7.3 KiB

  1. @import '../../../common/css/global';
  2. #order-index {
  3. .navbar {
  4. position: fixed;
  5. top: 0px;
  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__none{
  41. text-align: center;
  42. color: #959595;
  43. padding-top: 10px;
  44. }
  45. .order-item {
  46. margin-top: 10px;
  47. background: #FFFFFF;
  48. font-size: 15px;
  49. .item-top {
  50. .indent {
  51. line-height: 35px;
  52. display: flex;
  53. align-items: center;
  54. justify-content: space-between;
  55. padding: 0 10px;
  56. .order-num {
  57. white-space: nowrap;
  58. text-overflow: ellipsis;
  59. overflow: hidden;
  60. flex: 1;
  61. padding-right: 10px;
  62. color: #4A4A4A;
  63. font-size: 12px;
  64. line-height: 17px;
  65. /*span {
  66. font-weight: bold;
  67. }*/
  68. }
  69. .order-type {
  70. color: @globalColor;
  71. }
  72. }
  73. }
  74. .item-middle {
  75. .middle-item {
  76. display: flex;
  77. padding: 15px;
  78. color: #959595;
  79. image {
  80. width: 60px;
  81. height: 60px;
  82. border: 1px solid #e5e5e5;
  83. }
  84. .commodity_detail{
  85. flex: 1;
  86. overflow: hidden;
  87. padding-left: 13px;
  88. .detail_name{
  89. color: #000;
  90. font-size: 14px;
  91. line-height: 20px;
  92. overflow: hidden;
  93. white-space: nowrap;
  94. text-overflow: ellipsis;
  95. }
  96. .detail_num{
  97. display: flex;
  98. justify-content: space-between;
  99. align-items: center;
  100. .num_css{
  101. span{
  102. font-size: 12px;
  103. line-height: 16px;
  104. padding-right: 4px;
  105. color: #9B9B9B;
  106. }
  107. }
  108. .num_money{
  109. font-size: 12px;
  110. line-height: 16px;
  111. color: #9B9B9B;
  112. }
  113. }
  114. }
  115. }
  116. }
  117. .closeTime{
  118. padding: 10px;
  119. font-size: 12px;
  120. color: @globalColor;
  121. .iconfont{
  122. margin-right: 5px;
  123. }
  124. }
  125. .item-bottom {
  126. display: flex;
  127. align-items: center;
  128. justify-content: space-between;
  129. padding: 10px;
  130. .all-money{
  131. color: #4a4a4a;
  132. font-size: 12px;
  133. line-height: 17px;
  134. }
  135. .button-box {
  136. font-size: 13px;
  137. color: @globalColor;
  138. padding: 5px 10px;
  139. border: 1px solid @globalColor;
  140. border-radius: 3px;
  141. }
  142. }
  143. }
  144. .evaluate-item {
  145. margin-top: 10px;
  146. background: #FFFFFF;
  147. .adapter{
  148. padding: 12px 15px 18px 15px;
  149. .adapter_item{
  150. display: flex;
  151. align-items: center;
  152. justify-content: space-between;
  153. .item_title{
  154. display: flex;
  155. align-items: center;
  156. .adapter-img{
  157. position: relative;
  158. width: 34px;
  159. height: 34px;
  160. display: inline-block;
  161. overflow: visible;
  162. border-radius: 100%;
  163. border: 1px solid #825139;
  164. image{
  165. display: inline-block;
  166. width: 32px;
  167. height: 32px;
  168. border-radius: 50%;
  169. }
  170. .justify{
  171. font-size: 10px;
  172. position: absolute;
  173. width: 14px;
  174. height: 14px;
  175. text-align: center;
  176. content:"";
  177. right: 0;
  178. bottom: 0;
  179. border-radius: 100%;
  180. background-color: #825139;
  181. color: #ffffff;
  182. }
  183. }
  184. .text{
  185. color: #717071;
  186. font-size: 12px;
  187. line-height: 14px;
  188. padding-left: 12px;
  189. }
  190. }
  191. .rater {
  192. .vlc-rater {
  193. display: flex;
  194. }
  195. }
  196. }
  197. .adapter_type{
  198. padding-bottom: 6px;
  199. span{
  200. color: #9B9B9B;
  201. font-size: 10px;
  202. line-height: 14px;
  203. padding-right: 20px;
  204. }
  205. }
  206. .adapter_content{
  207. color: #000;
  208. font-size: 14px;
  209. line-height: 20px;
  210. .content_text{
  211. color: #000;
  212. font-size: 14px;
  213. line-height: 20px;
  214. padding-bottom: 3px;
  215. }
  216. .content_img{
  217. //width: 25%;
  218. width: 100%;
  219. box-sizing: border-box;
  220. .img_item{
  221. width: 25%;
  222. text-align: center;
  223. display: inline-block;
  224. padding: 3px;
  225. box-sizing: border-box;
  226. view {
  227. height: 0;
  228. padding-bottom: 100%;
  229. position: relative;
  230. }
  231. .img{
  232. overflow: hidden;
  233. image {
  234. width: 100%;
  235. height: 100%;
  236. position: absolute;
  237. left: 0;
  238. top: 0;
  239. }
  240. }
  241. }
  242. }
  243. }
  244. }
  245. .commodity{
  246. padding: 15px 12px 11px 12px;
  247. .commodity_item{
  248. background: #f3f3f3;
  249. padding: 5px;
  250. display: flex;
  251. .commodity_img{
  252. width: 60px;
  253. height: 60px;
  254. image{
  255. width: 100%;
  256. height: 100%;
  257. }
  258. }
  259. .commodity_detail{
  260. flex: 1;
  261. overflow: hidden;
  262. padding-left: 13px;
  263. .detail_name{
  264. color: #000;
  265. font-size: 14px;
  266. line-height: 20px;
  267. overflow: hidden;
  268. white-space: nowrap;
  269. text-overflow: ellipsis;
  270. }
  271. .detail_num{
  272. display: flex;
  273. justify-content: space-between;
  274. align-items: center;
  275. .num_css{
  276. span{
  277. font-size: 12px;
  278. line-height: 16px;
  279. padding-right: 4px;
  280. color: #9B9B9B;
  281. }
  282. }
  283. .num_money{
  284. font-size: 12px;
  285. line-height: 16px;
  286. color: #9B9B9B;
  287. }
  288. }
  289. }
  290. }
  291. }
  292. }
  293. .loadingbox{
  294. height: 40px;
  295. line-height: 40px;
  296. text-align: center;
  297. }
  298. }
  299. }