index.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. html,body{
  2. width: 100%;
  3. height: 100%;
  4. box-sizing: border-box;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. .container{
  9. width: 100%;
  10. height: 100%;
  11. overflow: hidden;
  12. overflow-y: auto;
  13. box-sizing: border-box;
  14. }
  15. .Va-document{
  16. width: 100%;
  17. height: auto;
  18. box-sizing: border-box;
  19. font-size: 12px;
  20. }
  21. .Va-document .title-head{
  22. width: 100%;
  23. background-color: #EB3F57;
  24. text-align: center;
  25. line-height: 2.5;
  26. color: #ffffff;
  27. }
  28. .Va-document .content-info{
  29. width: 100%;
  30. padding: 15px;
  31. box-sizing: border-box;
  32. }
  33. .Va-document .content-info .only-head{
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. }
  38. .Va-document .content-info .only-head .divider{
  39. flex: 1;
  40. height: 1px;
  41. background-color: #C5C5C9;
  42. margin: 0 5px;
  43. }
  44. .Va-document .content-info .my-form-item-label .des{
  45. color: #949494;
  46. }
  47. .Va-document .content-info .avatar-uploader {
  48. border: 1px dashed #C4C4C4;
  49. margin: 10px;
  50. width: 150px;
  51. height: 80px;
  52. line-height: 80px;
  53. display: inline-block;
  54. overflow: hidden;
  55. }
  56. .Va-document .content-info .avatar-uploader .el-upload {
  57. width: 100%;
  58. text-align: center;
  59. }
  60. div.menu-logo {
  61. margin: 0 6px;
  62. cursor: pointer;
  63. user-select: none;
  64. }
  65. .menu-logo.chooseLang{
  66. border: 1px solid #C5C5C9;
  67. width: 130px;
  68. margin-bottom: 10px;
  69. text-align: center;
  70. }
  71. .s-btn{
  72. background-color: #EB3F57;
  73. border-color: #EB3F57;
  74. }
  75. .el-button--primary:active,.el-button:focus,.el-button--primary:hover{
  76. background-color: #EB3F57;
  77. border-color: #EB3F57;
  78. opacity: 0.8;
  79. }
  80. .el-input__inner:focus{
  81. border-color: #EB3F57;
  82. }
  83. .el-upload{
  84. width: 100%;
  85. height: 100%;
  86. }
  87. .avatar-uploaderOther.fileOther {
  88. display: inline-block;
  89. margin-bottom: 20px;
  90. }
  91. .avatar-uploaderOther.fileOthe .el-upload{
  92. display: inline-block;
  93. }
  94. .avatar-uploaderOther.fileOthe .el-button--primary{
  95. }
  96. #files{
  97. width: 150px;
  98. height: 80px;
  99. margin-bottom: 20px;
  100. display: flex;
  101. }
  102. #files .options{
  103. flex: 1;
  104. padding: 8px;
  105. box-sizing: border-box;
  106. display: flex;
  107. justify-content: center;
  108. align-content: center;
  109. align-items: center;
  110. }
  111. #files .options .el-button{
  112. min-width: 100px;
  113. max-height: 30px;
  114. padding: 0;
  115. line-height: 30px;
  116. background-color: #EB3F57;
  117. }
  118. .avatar-uploaderOther.fileOther .el-button--primary{
  119. background-color: #EB3F57!important;
  120. border-color: #EB3F57!important;
  121. }
  122. #files .options .el-button span,a{
  123. display: inline-block;
  124. height: 100%;
  125. width: 100%;
  126. }
  127. .avatar-uploaderOther.fileOthers {
  128. display: block;
  129. width: 150px;
  130. height: 80px;
  131. border: 1px dashed #C5C5C9;
  132. }
  133. .avatar-uploaderOther.fileOthers .el-upload{
  134. display: inline-block;
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .global-fit {
  139. color: #4CB01A;
  140. }
  141. .pwd-resetTrading li{
  142. list-style-type: disc;
  143. /*height: 20px;*/
  144. line-height: 20px;
  145. color: #979797;
  146. }