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

157 lines
3.1 KiB

  1. @import '../../../common/css/global';
  2. #order-apply{
  3. .title{
  4. font-size: 14px;
  5. color:#888888;
  6. padding: 12px 21px;
  7. overflow: visible;
  8. }
  9. .content{
  10. background-color: #ffffff;
  11. padding: 13px 21px;
  12. display: flex;
  13. align-items: center;
  14. .imgContainer{
  15. position: relative;
  16. margin-right: 12px;
  17. width: 57px;
  18. height: 57px;
  19. border: 1px solid #cccccc;
  20. overflow: visible;
  21. image{
  22. width: 55px;
  23. height: 55px;
  24. }
  25. .delete{
  26. position: absolute;
  27. width: 14px;
  28. height:14px;
  29. font-size: 12px;
  30. border-radius: 100%;
  31. background-color: #6e6e6e;
  32. color: #FFFFFF;
  33. line-height: 14px;
  34. text-align: center;
  35. right: -6px;
  36. top: -6px;
  37. }
  38. }
  39. picker{
  40. margin-left: 16px;
  41. flex: 1;
  42. }
  43. .append{
  44. width: 57px;
  45. height: 57px;
  46. text-align: center;
  47. line-height: 57px;
  48. font-size: 40px;
  49. color: #cccccc;
  50. border: 1px solid #cccccc;
  51. overflow: visible;
  52. }
  53. }
  54. .list{
  55. background-color: #ffffff;
  56. //padding: 0px 21px;
  57. .list-detail{
  58. display: flex;
  59. padding:15px 21px;
  60. align-items: center;
  61. border-bottom: 1px solid #e5e5e5;
  62. input{
  63. flex: 1;
  64. text-align: right;
  65. }
  66. .num{
  67. overflow: visible;
  68. flex: 1;
  69. display: flex;
  70. flex-direction: row-reverse;
  71. //float: right;
  72. //text-align: right;
  73. view{
  74. overflow: visible;
  75. width: 38px;
  76. height: 38px;
  77. text-align: center;
  78. line-height: 38px;
  79. border: 1px solid #e7e7e7;
  80. }
  81. }
  82. .right{
  83. flex: 1;
  84. text-align: right;
  85. }
  86. }
  87. .content{
  88. background-color: #ffffff;
  89. padding: 13px 21px;
  90. display: flex;
  91. align-items: center;
  92. border-bottom: 1px solid #e5e5e5;
  93. .imgContainer{
  94. position: relative;
  95. margin-right: 12px;
  96. width: 57px;
  97. height: 57px;
  98. border: 1px solid #cccccc;
  99. overflow: visible;
  100. image{
  101. width: 55px;
  102. height: 55px;
  103. }
  104. .delete{
  105. position: absolute;
  106. width: 14px;
  107. height:14px;
  108. font-size: 12px;
  109. border-radius: 100%;
  110. background-color: #6e6e6e;
  111. color: #FFFFFF;
  112. line-height: 14px;
  113. text-align: center;
  114. right: -6px;
  115. top: -6px;
  116. }
  117. }
  118. picker{
  119. margin-left: 16px;
  120. flex: 1;
  121. }
  122. .append{
  123. width: 57px;
  124. height: 57px;
  125. text-align: center;
  126. line-height: 57px;
  127. font-size: 40px;
  128. color: #cccccc;
  129. border: 1px solid #cccccc;
  130. overflow: visible;
  131. }
  132. }
  133. }
  134. .text-area{
  135. padding:10px;
  136. display: flex;
  137. background-color: #ffffff;
  138. textarea{
  139. flex: 1;
  140. }
  141. }
  142. .btn-box {
  143. padding-bottom: 60px;
  144. }
  145. .submit{
  146. position: fixed;
  147. bottom: 0;
  148. width: 100%;
  149. line-height: 50px;
  150. text-align: center;
  151. color: #ffffff;
  152. background: @mainColor;
  153. }
  154. }