style2.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
  2. body {
  3. font-family: 'Poppins', sans-serif;
  4. color: black;
  5. }
  6. p {
  7. font-size: 12px;
  8. }
  9. #page-top{
  10. width: 100%;
  11. height: 100%;
  12. background-color: rgba(242, 242, 242, 1);
  13. }
  14. .bg-menu {
  15. background-color: #fff;
  16. backdrop-filter: blur(10px);
  17. }
  18. .container{
  19. width: 100%;
  20. height: 100%;
  21. overflow: hidden;
  22. overflow-y: auto;
  23. box-sizing: border-box;
  24. }
  25. .Va-document{
  26. max-width: 1280px;
  27. height: auto;
  28. box-sizing: border-box;
  29. font-size: 12px;
  30. padding-top: 7rem;
  31. }
  32. .language-box{
  33. display: block;
  34. width: 124px;
  35. height: 40px;
  36. line-height: 40px;
  37. text-align: center;
  38. border: 1px solid #fff;
  39. border-radius: 6px;
  40. font-size: 16px;
  41. font-weight: 400;
  42. text-decoration: none;
  43. /* color: #ffffff; */
  44. margin-left: 24px;
  45. }
  46. .btn-primary {
  47. background: rgb(237,31,37);
  48. background: linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  49. border-radius: 5px;
  50. border: none;
  51. padding-left: 30px !important;
  52. padding-right: 30px !important;
  53. color: white;
  54. }
  55. .main-heading {
  56. font-size: 60px;
  57. font-weight: 700;
  58. }
  59. .bg-header {
  60. color: white;
  61. background-image: url(../imgs/header-bg.png);
  62. background-repeat: no-repeat;
  63. background-size: 100%;
  64. /* background-position: bottom; */
  65. }
  66. .titleAll{
  67. font-size: 24px;
  68. text-align: center;
  69. font-weight: bold;
  70. }
  71. .content-box .con-box{
  72. padding: 0 15px;
  73. }
  74. .content-box .con-box .select {
  75. display: block;
  76. margin: 10px 5px;
  77. display: flex;
  78. }
  79. .content-box .con-box .select.spece{
  80. flex-direction: column;
  81. }
  82. .content-box .con-box .el-select, .el-input {
  83. width: 100%;
  84. }
  85. .content-box .con-box .prepend, .append {
  86. height: 38px;
  87. width: auto;
  88. line-height: 38px;
  89. border: 1px solid;
  90. border-color: transparent;
  91. box-sizing: border-box;
  92. font-size: 14px;
  93. }
  94. .content-box .con-box .prepend, .append span{
  95. display: block;
  96. /* width: 100%; */
  97. height: 100%;
  98. box-sizing: border-box;
  99. padding: 0 10px;
  100. background-color: #f2f2f2;
  101. border-color: #f2f2f2;
  102. }
  103. .el-select, .el-input {
  104. flex: 1;
  105. }
  106. .content-box .con-box .prepend {
  107. min-width: 100px;
  108. word-break: keep-all;
  109. /* white-space: nowrap; */
  110. overflow: hidden;
  111. text-overflow: ellipsis;
  112. border-right: 0;
  113. }
  114. .crm-title-box {
  115. color: #fff;
  116. height: 40px;
  117. display: -webkit-box;
  118. display: -ms-flexbox;
  119. display: flex;
  120. -webkit-box-pack: justify;
  121. -ms-flex-pack: justify;
  122. justify-content: space-between;
  123. -webkit-box-align: center;
  124. -ms-flex-align: center;
  125. align-items: center;
  126. margin-bottom: 10px;
  127. border-radius: 2px;
  128. padding: 0 20px;
  129. background-color: #6b7188;
  130. font-size: 14px;
  131. }
  132. .upload{
  133. background-color: #fff;
  134. margin-top: 20px;
  135. }
  136. .el-button{
  137. background-color: #EC1920;
  138. font-size: 18px;
  139. }
  140. .el-button.el-button--primary {
  141. color: #FFF;
  142. background-color: #EC1920;
  143. border-color: #EC1920;
  144. }
  145. .el-button.el-button--primary:focus, .el-button.el-button--primary:hover {
  146. background: #EC1920;
  147. border-color: #EC1920;
  148. color: #FFF;
  149. }
  150. .el-form-item {
  151. margin-bottom: 8px !important;
  152. }
  153. .btn-bottom{
  154. display: flex;
  155. justify-content: center;
  156. margin-top: 25px;
  157. margin-bottom: 250px;
  158. }
  159. .centerDialogVisibleTile{
  160. font-size: 16px;
  161. text-align: center;
  162. }
  163. .btn-centerDialogVisibleTile{
  164. display: flex;
  165. justify-content: center;
  166. margin-top: 30px;
  167. }
  168. .content-box .con-box .select.uploader{
  169. justify-content: center;
  170. }
  171. .el-upload__tip{
  172. text-align: center;
  173. }
  174. .avatar-uploader .el-upload {
  175. width: 300px;
  176. border: 1px dashed #d9d9d9;
  177. border-radius: 6px;
  178. cursor: pointer;
  179. position: relative;
  180. overflow: hidden;
  181. display: flex;
  182. flex-direction: column;
  183. justify-content: center;
  184. align-items: center;
  185. }
  186. .avatar-uploader .el-upload:hover {
  187. border-color: #409EFF;
  188. }
  189. .el-icon-upload{
  190. margin-top: 20px;
  191. font-size: 25px;
  192. }
  193. .avatar-uploader-icon {
  194. font-size: 28px;
  195. color: #8c939d;
  196. width: 178px;
  197. height: 178px;
  198. line-height: 178px;
  199. text-align: center;
  200. }
  201. .avatar {
  202. width: 178px;
  203. height: 178px;
  204. display: block;
  205. }
  206. @media screen and (max-width: 768px) {
  207. .navbar-toggler-icon{
  208. background-color: rgba(237,31,37,1);
  209. }
  210. .el-dialog--center {
  211. text-align: center;
  212. width: 90% !important;
  213. }
  214. .content-box .con-box .select.yidong{
  215. display: flex;
  216. flex-direction: column;
  217. }
  218. }