index.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. /*@import "~antd/dist/antd.css";*/
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  6. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  7. sans-serif;
  8. -webkit-font-smoothing: antialiased;
  9. -moz-osx-font-smoothing: grayscale;
  10. }
  11. code {
  12. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  13. monospace;
  14. }
  15. .fade-enter,
  16. .fade-appear {
  17. opacity: 0;
  18. transition: opacity 1s ease-in;
  19. }
  20. .fade-enter-active,
  21. .fade-apper-active {
  22. opacity: 1;
  23. }
  24. .fade-enter-done {
  25. opacity: 1;
  26. }
  27. .fade-exit {
  28. opacity: 1;
  29. }
  30. .fade-exit-active {
  31. /*opacity: 0;*/
  32. /*transition: opacity 1s ease-in;*/
  33. opacity: 1;
  34. }
  35. .fade-exit-done {
  36. /*opacity: 0;*/
  37. opacity: 1;
  38. }
  39. /***************************antd样式****************************************/
  40. span.ant-upload-list-item-actions {
  41. width: 100%;
  42. height: 100%;
  43. opacity: 1 !important;
  44. }
  45. i.anticon.anticon-eye-o {
  46. width: 100% !important;
  47. height: 100% !important;
  48. }
  49. i.anticon.anticon-eye-o svg {
  50. width: 0;
  51. height: 0;
  52. }
  53. i.anticon.anticon-delete {
  54. position: absolute;
  55. top: 10px;
  56. right: 10px;
  57. }
  58. i.anticon.anticon-delete svg {
  59. opacity: 1;
  60. color: white;
  61. background: rgba(0, 0, 0, 0.4);
  62. border-radius: 10px;
  63. width: 20px;
  64. height: 20px;
  65. padding: 4px;
  66. }
  67. .am-list-content {
  68. flex: none;
  69. font-family: PingFangSC-Regular;
  70. font-size: 14px !important;
  71. color: #333333 !important;
  72. letter-spacing: 1.88px;
  73. }
  74. .am-list-extra {
  75. flex: 1;
  76. font-size: 13px !important;
  77. }
  78. .ant-select-dropdown.ant-select-tree-dropdown.ant-select-dropdown--multiple.ant-select-dropdown-placement-bottomLeft {
  79. max-height: 260px !important;
  80. }
  81. .ant-select-dropdown.ant-select-tree-dropdown.ant-select-dropdown--multiple.ant-select-dropdown-placement-topLeft {
  82. max-height: 260px !important;
  83. }
  84. .ant-select-dropdown.ant-select-tree-dropdown.ant-select-dropdown--single.ant-select-dropdown-placement-bottomLeft {
  85. max-height: 260px !important;
  86. }
  87. .ant-select-dropdown.ant-select-tree-dropdown.ant-select-dropdown--single.ant-select-dropdown-placement-topLeft {
  88. max-height: 260px !important;
  89. }
  90. .ant-select-selection--multiple {
  91. max-height: 100px;
  92. overflow-y: scroll;
  93. -webkit-overflow-scrolling: touch;
  94. }
  95. span.ant-select-selection.ant-select-selection--multiple {
  96. border: none;
  97. }
  98. .am-modal-content {
  99. background: transparent !important;
  100. }
  101. .am-modal-transparent .am-modal-content {
  102. background: white !important;
  103. }
  104. /***************************公共样式****************************************/
  105. .common-column-layout {
  106. width: 100%;
  107. /*height: 100vh;*/
  108. display: flex;
  109. flex-direction: column;
  110. background: white;
  111. overflow-y: scroll;
  112. -webkit-overflow-scrolling: touch;
  113. }
  114. .common-add-icon {
  115. position: fixed;
  116. bottom: 25px;
  117. right: 25px;
  118. font-size: 54px;
  119. color: #3db1af;
  120. z-index: 10;
  121. }
  122. .common-record-text {
  123. margin: 30px auto 0;
  124. font-family: PingFangSC-Medium;
  125. font-size: 15px;
  126. color: #4197FC;
  127. letter-spacing: 0;
  128. border-bottom: 1px solid #4197FC;
  129. }
  130. .common-load-more {
  131. width: 100%;
  132. height: 54px;
  133. display: flex;
  134. justify-content: center;
  135. align-items: center;
  136. }
  137. .gray-line {
  138. width: 100%;
  139. background: #F2F2F2;
  140. height: 10px;
  141. }
  142. .displayNone {
  143. display: none;
  144. }
  145. .commonButton {
  146. letter-spacing: 10px;
  147. border-radius: 9px;
  148. font-size: 14px;
  149. color: white;
  150. background: #4197FC;
  151. margin: 0 auto;
  152. text-align: center;
  153. }
  154. .swiper-container {
  155. width: 100%;
  156. flex: 1;
  157. background: white;
  158. }
  159. /*.swiper-wrapper {*/
  160. /*!*background: red;*!*/
  161. /*}*/
  162. .swiper-slide {
  163. }
  164. .swiper-content {
  165. overflow-y: scroll;
  166. -webkit-overflow-scrolling: touch;
  167. }
  168. .phone-select-root {
  169. width: 100%;
  170. height: 100vh;
  171. display: flex;
  172. flex-direction: column;
  173. }
  174. .identity-select {
  175. display: flex;
  176. flex-direction: row;
  177. }
  178. .identity-item-normal, .identity-item-select {
  179. flex: 1;
  180. background: white;
  181. font-family: PingFangSC-Regular;
  182. font-size: 14px;
  183. letter-spacing: 1.88px;
  184. text-align: center;
  185. height: 42px;
  186. line-height: 42px;
  187. }
  188. .identity-item-normal {
  189. color: #666666;
  190. border-bottom: 1px solid #F3F3F3;
  191. }
  192. .identity-item-select {
  193. color: #4197FC;
  194. border-bottom: 1px solid #4197FC;
  195. }
  196. .common-flex-row {
  197. display: flex;
  198. flex-direction: row;
  199. align-items: center;
  200. }
  201. .common-flex-row-10 {
  202. display: flex;
  203. flex-direction: row;
  204. padding: 10px;
  205. align-items: center;
  206. }
  207. .common-flex-row-12 {
  208. display: flex;
  209. flex-direction: row;
  210. padding: 12px;
  211. align-items: center;
  212. }
  213. .common-flex-row-16 {
  214. display: flex;
  215. flex-direction: row;
  216. padding: 16px;
  217. align-items: center;
  218. }
  219. .common-flex-column {
  220. display: flex;
  221. flex-direction: column;
  222. }
  223. .common-flex-row-x-y-center {
  224. display: flex;
  225. flex-direction: row;
  226. align-items: center;
  227. justify-content: center;
  228. }
  229. .common-flex-column-y-center {
  230. display: flex;
  231. flex-direction: column;
  232. justify-content: center;
  233. }
  234. .common-font-family {
  235. font-family: PingFangSC-Regular;
  236. font-size: 14px;
  237. letter-spacing: 0;
  238. }
  239. .search-bar-root {
  240. width: 100%;
  241. height: 50px;
  242. padding: 10px;
  243. background: #F6F6F6;
  244. }
  245. .search-bar-layout {
  246. width: 100%;
  247. height: 100%;
  248. background: white;
  249. font-family: PingFangSC-Regular;
  250. font-size: 14px;
  251. color: #ACACAC;
  252. display: flex;
  253. align-items: center;
  254. padding-left: 16px;
  255. border-radius: 4px;
  256. }
  257. .common-fixed-top {
  258. /*position: fixed;*/
  259. /*top: 0;*/
  260. }