index.module.scss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. .A5order {
  2. position: relative;
  3. :global {
  4. .A5main {
  5. padding: 5px 0 14px;
  6. background-image: url('../../assets/img/selectCourse/bg.jpg');
  7. background-size: cover;
  8. height: calc(100% - 60px);
  9. .A5list {
  10. width: 100%;
  11. height: calc(100% - 80px);
  12. margin-bottom: 20px;
  13. overflow-y: auto;
  14. .A5listMain {
  15. padding: 0 16px;
  16. }
  17. .A5lTop {
  18. height: 130px;
  19. width: 100%;
  20. background-image: url(../../assets/img/order/top.png);
  21. background-size: 100% 100%;
  22. display: flex;
  23. flex-direction: column;
  24. justify-content: center;
  25. padding: 0 0 4px 13%;
  26. font-size: 16px;
  27. color: #828282;
  28. & > p {
  29. padding-right: 20px;
  30. margin-bottom: 6px;
  31. overflow: hidden;
  32. text-overflow: ellipsis;
  33. white-space: nowrap;
  34. & > span {
  35. font-weight: 700;
  36. color: var(--themeColor2);
  37. }
  38. }
  39. }
  40. .A5lKaBox {
  41. padding: 0 6px;
  42. .A5btn {
  43. position: absolute;
  44. z-index: 10;
  45. width: 90%;
  46. bottom: 3%;
  47. margin: auto;
  48. height: 60px;
  49. background-color: var(--themeColor2) !important;
  50. text-align: center;
  51. color: #fff;
  52. font-size: 20px;
  53. font-weight: 700;
  54. border-radius: 4px;
  55. }
  56. .A5lKa {
  57. margin-bottom: 15px;
  58. background-color: #fff;
  59. border-radius: 5px;
  60. box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  61. padding: 18px 0 10px;
  62. .A5tit {
  63. padding-left: 25px;
  64. font-weight: 700;
  65. font-size: 18px;
  66. color: var(--themeColor);
  67. position: relative;
  68. margin-bottom: 20px;
  69. &::before {
  70. content: '';
  71. position: absolute;
  72. width: 6px;
  73. height: 100%;
  74. top: 0;
  75. left: 0;
  76. background-color: var(--themeColor);
  77. }
  78. }
  79. .ant-form-item {
  80. padding: 0 13px;
  81. margin-bottom: 12px;
  82. height: 40px;
  83. .ant-row {
  84. display: flex;
  85. .ant-form-item-label {
  86. width: 110px;
  87. flex: none;
  88. display: block;
  89. }
  90. .ant-form-item-control {
  91. flex: none;
  92. display: block;
  93. width: calc(100% - 110px);
  94. }
  95. .ant-input {
  96. border: none !important;
  97. box-shadow: none !important;
  98. border-bottom: 1px solid #bebebe !important;
  99. border-radius: 0;
  100. }
  101. }
  102. .ant-input-number {
  103. width: 100%;
  104. border: none !important;
  105. box-shadow: none !important;
  106. border-bottom: 1px solid #bebebe !important;
  107. border-radius: 0;
  108. }
  109. }
  110. .A5llmove {
  111. label {
  112. padding-left: 12px;
  113. }
  114. }
  115. .A5Text {
  116. label {
  117. padding-left: 12px;
  118. }
  119. min-height: 80px;
  120. height: auto;
  121. textarea {
  122. min-height: 80px !important;
  123. }
  124. }
  125. .A5Text20 {
  126. height: 41px;
  127. textarea {
  128. min-height: 30px !important;
  129. }
  130. }
  131. // 文本域不换行问题
  132. .A5TextPdf {
  133. display: flex;
  134. padding: 0 13px;
  135. margin-bottom: 12px;
  136. min-height: 40px;
  137. span {
  138. color: #ff4d4f;
  139. margin-right: 4px;
  140. }
  141. & > div {
  142. &:nth-of-type(1) {
  143. width: 110px;
  144. }
  145. &:nth-of-type(2) {
  146. width: calc(100% - 110px);
  147. border-bottom: 1px solid #bebebe;
  148. padding-bottom: 10px;
  149. }
  150. }
  151. }
  152. // 下面下载
  153. .A5LA1 {
  154. display: flex;
  155. justify-content: space-between;
  156. padding: 0 23px;
  157. font-size: 16px;
  158. height: 40px;
  159. align-items: center;
  160. margin-bottom: 10px;
  161. .A5LA1ll {
  162. height: 100%;
  163. width: calc(100% - 70px);
  164. span {
  165. display: block;
  166. font-size: 10px;
  167. color: #999;
  168. }
  169. }
  170. .A5LA1btn {
  171. height: 100%;
  172. width: 60px;
  173. background-color: var(--themeColor2);
  174. display: flex;
  175. justify-content: center;
  176. align-items: center;
  177. border-radius: 4px;
  178. color: #fff;
  179. }
  180. div.A5LA1btn {
  181. background-color: var(--themeColor);
  182. }
  183. }
  184. .A5file {
  185. font-size: 16px;
  186. padding: 0 23px;
  187. position: relative;
  188. & > img {
  189. border-radius: 4px;
  190. width: 100%;
  191. object-fit: contain !important;
  192. display: block;
  193. }
  194. .A5file2 {
  195. display: flex;
  196. flex-direction: column;
  197. z-index: 10;
  198. color: #fff;
  199. position: absolute;
  200. top: 10px;
  201. right: 33px;
  202. font-size: 24px;
  203. & > span {
  204. background-color: rgba(0, 0, 0, 0.6);
  205. padding: 5px;
  206. border-radius: 6px;
  207. margin-bottom: 10px;
  208. }
  209. }
  210. }
  211. .A5LAkuang {
  212. margin-top: 10px;
  213. padding: 0 23px;
  214. margin-bottom: 8px;
  215. & > div {
  216. background-color: #f3f8fd;
  217. border-radius: 4px;
  218. font-size: 14px;
  219. color: var(--themeColor);
  220. padding: 12px 0 12px 20px;
  221. & > p {
  222. margin-bottom: 5px;
  223. }
  224. }
  225. }
  226. }
  227. }
  228. }
  229. }
  230. }
  231. }