@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap'); body { font-family: 'Poppins', sans-serif; color: black; } p { font-size: 12px; } #page-top{ width: 100%; height: 100%; background-color: rgba(242, 242, 242, 1); } .bg-menu { background-color: #fff; backdrop-filter: blur(10px); } .container{ width: 100%; height: 100%; overflow: hidden; overflow-y: auto; box-sizing: border-box; } .Va-document{ max-width: 1280px; height: auto; box-sizing: border-box; font-size: 12px; padding-top: 7rem; } .language-box{ display: block; width: 124px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #fff; border-radius: 6px; font-size: 16px; font-weight: 400; text-decoration: none; /* color: #ffffff; */ margin-left: 24px; } .btn-primary { background: rgb(237,31,37); background: linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%); border-radius: 5px; border: none; padding-left: 30px !important; padding-right: 30px !important; color: white; } .main-heading { font-size: 60px; font-weight: 700; } .bg-header { color: white; background-image: url(../imgs/header-bg.png); background-repeat: no-repeat; background-size: 100%; /* background-position: bottom; */ } .titleAll{ font-size: 24px; text-align: center; font-weight: bold; } .content-box .con-box{ padding: 0 15px; } .content-box .con-box .select { display: block; margin: 10px 5px; display: flex; } .content-box .con-box .select.spece{ flex-direction: column; } .content-box .con-box .el-select, .el-input { width: 100%; } .content-box .con-box .prepend, .append { height: 38px; width: auto; line-height: 38px; border: 1px solid; border-color: transparent; box-sizing: border-box; font-size: 14px; } .content-box .con-box .prepend, .append span{ display: block; /* width: 100%; */ height: 100%; box-sizing: border-box; padding: 0 10px; background-color: #f2f2f2; border-color: #f2f2f2; } .el-select, .el-input { flex: 1; } .content-box .con-box .prepend { min-width: 100px; word-break: keep-all; /* white-space: nowrap; */ overflow: hidden; text-overflow: ellipsis; border-right: 0; } .crm-title-box { color: #fff; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; border-radius: 2px; padding: 0 20px; background-color: #6b7188; font-size: 14px; } .upload{ background-color: #fff; margin-top: 20px; } .el-button{ background-color: #EC1920; font-size: 18px; } .el-button.el-button--primary { color: #FFF; background-color: #EC1920; border-color: #EC1920; } .el-button.el-button--primary:focus, .el-button.el-button--primary:hover { background: #EC1920; border-color: #EC1920; color: #FFF; } .el-form-item { margin-bottom: 8px !important; } .btn-bottom{ display: flex; justify-content: center; margin-top: 25px; margin-bottom: 250px; } .centerDialogVisibleTile{ font-size: 16px; text-align: center; } .btn-centerDialogVisibleTile{ display: flex; justify-content: center; margin-top: 30px; } .content-box .con-box .select.uploader{ justify-content: center; } .el-upload__tip{ text-align: center; } .avatar-uploader .el-upload { width: 300px; border: 1px dashed #d9d9d9; border-radius: 6px; cursor: pointer; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; } .avatar-uploader .el-upload:hover { border-color: #409EFF; } .el-icon-upload{ margin-top: 20px; font-size: 25px; } .avatar-uploader-icon { font-size: 28px; color: #8c939d; width: 178px; height: 178px; line-height: 178px; text-align: center; } .avatar { width: 178px; height: 178px; display: block; } @media screen and (max-width: 768px) { .navbar-toggler-icon{ background-color: rgba(237,31,37,1); } .el-dialog--center { text-align: center; width: 90% !important; } .content-box .con-box .select.yidong{ display: flex; flex-direction: column; } }