index.module.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. .A6my {
  2. :global {
  3. .A6main {
  4. height: calc(100% - 60px);
  5. background-image: url('../../assets/img/notice/bg03.jpg');
  6. background-size: cover;
  7. padding: 24px 0;
  8. .A6top {
  9. padding: 0 24px;
  10. display: flex;
  11. margin-bottom: 20px;
  12. .A6tRow {
  13. font-weight: 700;
  14. color: #979491;
  15. font-size: 20px;
  16. padding-bottom: 4px;
  17. border-bottom: 4px solid transparent;
  18. margin-right: 55px;
  19. }
  20. .A6tRowAc {
  21. color: var(--themeColor3);
  22. border-color: var(--themeColor3);
  23. }
  24. }
  25. .A6No {
  26. height: 90%;
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. font-size: 30px;
  31. font-weight: 700;
  32. letter-spacing: 4px;
  33. color: var(--themeColor3);
  34. }
  35. .A6list {
  36. padding: 0 24px 40px;
  37. height: calc(100% - 33px);
  38. overflow-y: auto;
  39. .A6row1_1 {
  40. position: absolute;
  41. top: -10px;
  42. right: -10px;
  43. width: 80px;
  44. height: 30px;
  45. border-radius: 15px;
  46. border: 1px solid #f45151;
  47. color: #f45151;
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. }
  52. // 预约申请
  53. .A6row {
  54. height: 500px;
  55. background-image: url('../../assets/img/my/listBg.png');
  56. background-size: 100% 100%;
  57. margin-bottom: 20px;
  58. padding: 27px;
  59. font-size: 16px;
  60. .A6row1 {
  61. position: relative;
  62. border-bottom: 2px dashed #bebebe;
  63. position: relative;
  64. height: 86px;
  65. & > img {
  66. position: absolute;
  67. top: -10px;
  68. right: -10px;
  69. width: 60px;
  70. }
  71. & > p {
  72. width: 90%;
  73. margin-bottom: 8px;
  74. span {
  75. font-weight: 700;
  76. color: var(--themeColor2);
  77. }
  78. }
  79. }
  80. .A6row2 {
  81. margin-top: 20px;
  82. .A6row2Tit {
  83. font-weight: 700;
  84. color: var(--themeColor);
  85. }
  86. p {
  87. overflow: hidden;
  88. text-overflow: ellipsis;
  89. white-space: nowrap;
  90. margin-top: 5px;
  91. span {
  92. font-weight: 700;
  93. }
  94. }
  95. .A6row2_1 {
  96. height: 127px;
  97. overflow-y: auto;
  98. padding-right: 10px;
  99. & > div {
  100. margin-top: 5px;
  101. white-space: pre-wrap;
  102. word-wrap: break-word;
  103. // text-align: justify;
  104. span {
  105. font-weight: 700;
  106. }
  107. }
  108. }
  109. }
  110. }
  111. .A6row3 {
  112. margin: 15px 0;
  113. border-top: 2px dashed #bebebe;
  114. position: relative;
  115. height: 40px;
  116. & > div {
  117. position: absolute;
  118. bottom: -8px;
  119. right: 0px;
  120. width: 103px;
  121. height: 33px;
  122. background: var(--themeColor3);
  123. border-radius: 5px;
  124. display: flex;
  125. justify-content: center;
  126. align-items: center;
  127. color: #fff;
  128. font-size: 16px;
  129. }
  130. }
  131. .A6row3No {
  132. & > div {
  133. background-color: #d9d9d9 !important;
  134. pointer-events: none !important;
  135. color: #aeaeae !important;
  136. }
  137. }
  138. // 认证申请
  139. .A6_2row {
  140. background: #fff;
  141. box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  142. border-radius: 10px;
  143. margin-bottom: 26px;
  144. padding-bottom: 10px;
  145. .A6_2Top {
  146. position: relative;
  147. height: 100px;
  148. background-image: url('../../assets/img/my/bac.png');
  149. background-size: 100% 100%;
  150. display: flex;
  151. flex-direction: column;
  152. justify-content: center;
  153. padding-left: 27px;
  154. color: #fff;
  155. font-size: 16px;
  156. & > p {
  157. margin-bottom: 8px;
  158. font-weight: 700;
  159. }
  160. & > img {
  161. position: absolute;
  162. top: 10px;
  163. right: 10px;
  164. width: 60px;
  165. }
  166. }
  167. .A6row1_1 {
  168. top: 20px;
  169. right: 10px;
  170. border-color: #fff;
  171. color: #fff;
  172. }
  173. .A6_2main {
  174. padding: 20px 26px;
  175. font-size: 16px;
  176. .A6_2tit {
  177. font-weight: 700;
  178. color: var(--themeColor);
  179. }
  180. span {
  181. font-weight: 700;
  182. }
  183. & > p {
  184. margin-top: 5px;
  185. word-wrap: break-word;
  186. }
  187. & > div {
  188. margin-top: 5px;
  189. display: flex;
  190. span {
  191. width: 80px;
  192. }
  193. p {
  194. width: calc(100% - 80px);
  195. word-wrap: break-word;
  196. white-space: pre-wrap;
  197. text-align: justify;
  198. }
  199. }
  200. }
  201. .A6_2file {
  202. margin-bottom: 17px;
  203. padding: 0 26px;
  204. font-size: 16px;
  205. .A6_2file1 {
  206. padding: 17px 0;
  207. border-bottom: 2px dashed #bebebe;
  208. border-top: 2px dashed #bebebe;
  209. .A6_2file1_1 {
  210. height: 30px;
  211. color: var(--themeColor);
  212. font-weight: 700;
  213. }
  214. .A6_2fileRow {
  215. min-height: 40px;
  216. display: flex;
  217. align-items: center;
  218. justify-content: space-between;
  219. margin-bottom: 10px;
  220. .A6_2filell {
  221. font-size: 14px;
  222. width: calc(100% - 70px);
  223. }
  224. .A6_2filerr {
  225. width: 60px;
  226. height: 36px;
  227. display: flex;
  228. justify-content: center;
  229. align-items: center;
  230. border-radius: 4px;
  231. background-color: var(--themeColor2);
  232. color: #fff;
  233. }
  234. }
  235. }
  236. }
  237. .A6_2btn {
  238. position: relative;
  239. height: 40px;
  240. & > div {
  241. position: absolute;
  242. right: 20px;
  243. bottom: 10px;
  244. width: 103px;
  245. height: 33px;
  246. background: var(--themeColor3);
  247. border-radius: 5px;
  248. display: flex;
  249. justify-content: center;
  250. align-items: center;
  251. color: #fff;
  252. font-size: 16px;
  253. }
  254. }
  255. .A6_2btnNo {
  256. & > div {
  257. background-color: #d9d9d9 !important;
  258. pointer-events: none !important;
  259. color: #aeaeae !important;
  260. }
  261. }
  262. }
  263. .B2dian {
  264. font-size: 18px;
  265. text-align: center;
  266. }
  267. }
  268. }
  269. }
  270. }