index.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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: 100%;
  18. box-sizing: border-box;
  19. font-size: 12px;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. background-color: #F2F2F2;
  24. }
  25. .Va-document .title-head{
  26. width: 100%;
  27. background-color: #EB3F57;
  28. text-align: center;
  29. line-height: 2.5;
  30. color: #ffffff;
  31. }
  32. .Va-document .content-info{
  33. width: 600px;
  34. padding: 15px;
  35. box-sizing: border-box;
  36. background-color: #fff;
  37. box-shadow: 0px 0px 10px #6f6c6c5e;
  38. }
  39. .Va-document .content-info .title{
  40. font-size: 14px;
  41. text-align: center;
  42. }
  43. .Va-document .content-info .pays{
  44. border-bottom: 1px dashed rgb(34, 34, 34);
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. }
  49. .Va-document .content-info .pays .pay .tit{
  50. font-size: 16px;
  51. margin: 5px 0;
  52. font-weight: bold;
  53. }
  54. .Va-document .content-info .pays .pay .num{
  55. font-size: 22px;
  56. color: #BF233D;
  57. font-weight: bold;
  58. margin: 5px 0;
  59. }
  60. .Va-document .content-info .pays .time{
  61. font-size: 22px;
  62. color: #4990EF;
  63. font-weight: bold;
  64. }
  65. .Va-document .content-info .beizhu{
  66. font-size: 14px;
  67. color: #BF233D;
  68. margin: 25px 10px;
  69. }
  70. .Va-document .content-info .list{
  71. font-size: 14px;
  72. margin: 0 10px;
  73. display: flex;
  74. justify-content: space-between;
  75. align-items: center;
  76. border-bottom: 1px dashed rgb(34 34 34 / 45%);
  77. }
  78. .Va-document .content-info .list .tit-label .com{
  79. font-size: 16px;
  80. color: #4990EF;
  81. margin: 0;
  82. }
  83. .Va-document .content-info .list .btn{
  84. padding: 5px 10px;
  85. background-color: #4990EF;
  86. color: #fff;
  87. border-radius: 4px;
  88. font-size: 14px;
  89. cursor: pointer;
  90. user-select: none;
  91. }
  92. .Va-document .content-info .btn-box .l-btn{
  93. margin-right: 10px;
  94. }
  95. .Va-document .content-info .btn-box .r-btn{
  96. margin-left: 10px;
  97. }
  98. @media screen and (max-width: 768px) {
  99. .Va-document .content-info{
  100. width: 100%;
  101. height: 100%;
  102. padding: 15px;
  103. box-sizing: border-box;
  104. background-color: #fff;
  105. box-shadow: 0px 0px 10px #6f6c6c5e;
  106. }
  107. }
  108. .Va-document .content-info .only-head{
  109. display: flex;
  110. justify-content: space-between;
  111. align-items: center;
  112. }
  113. .Va-document .content-info .only-head .divider{
  114. flex: 1;
  115. height: 1px;
  116. background-color: #C5C5C9;
  117. margin: 0 5px;
  118. }
  119. .Va-document .content-info .my-form-item-label .des{
  120. color: #949494;
  121. }
  122. .Va-document .content-info .avatar-uploader {
  123. border: 1px dashed #C4C4C4;
  124. margin: 10px;
  125. width: 150px;
  126. height: 80px;
  127. line-height: 80px;
  128. display: inline-block;
  129. overflow: hidden;
  130. }
  131. .Va-document .content-info .avatar-uploader .el-upload {
  132. width: 100%;
  133. text-align: center;
  134. }
  135. div.menu-logo {
  136. margin: 0 6px;
  137. cursor: pointer;
  138. user-select: none;
  139. }
  140. .menu-logo.chooseLang{
  141. border: 1px solid #C5C5C9;
  142. width: 130px;
  143. margin-bottom: 10px;
  144. text-align: center;
  145. }
  146. .s-btn{
  147. background-color: #EB3F57;
  148. border-color: #EB3F57;
  149. }
  150. .el-button--primary:active,.el-button:focus,.el-button--primary:hover{
  151. background-color: #EB3F57;
  152. border-color: #EB3F57;
  153. opacity: 0.8;
  154. }
  155. .el-input__inner:focus{
  156. border-color: #EB3F57;
  157. }
  158. .el-upload{
  159. width: 100%;
  160. height: 100%;
  161. }