This commit is contained in:
X1627315083
2024-01-09 17:07:09 +08:00
parent 1b9031cf72
commit 99f0ce53df
15 changed files with 36 additions and 36 deletions

View File

@@ -892,7 +892,7 @@ i {
border-radius: 1rem; border-radius: 1rem;
} }
.cut_pricture_modal .ant-modal-body { .cut_pricture_modal .ant-modal-body {
height: 65rem; height: calc(100rem*0.614);
padding: 8rem 5rem !important; padding: 8rem 5rem !important;
overflow-y: hidden; overflow-y: hidden;
} }

View File

@@ -975,7 +975,7 @@ i{
border-radius: 1rem; border-radius: 1rem;
} }
.ant-modal-body{ .ant-modal-body{
height: 65rem; height: calc(100rem*.614);
padding: 8rem 5rem !important; padding: 8rem 5rem !important;
overflow-y: hidden; overflow-y: hidden;
} }

View File

@@ -977,7 +977,7 @@ export default defineComponent({
.ant-modal-body{ .ant-modal-body{
padding: 4rem 5rem 0rem!important; padding: 4rem 5rem 0rem!important;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
display: flex; display: flex;
overflow-y: hidden; overflow-y: hidden;
flex-direction: column; flex-direction: column;

View File

@@ -756,7 +756,7 @@ export default defineComponent({
.ant-modal-body{ .ant-modal-body{
padding: 4rem 5rem 0rem!important; padding: 4rem 5rem 0rem!important;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
display: flex; display: flex;
overflow-y: hidden; overflow-y: hidden;
flex-direction: column; flex-direction: column;

View File

@@ -758,7 +758,7 @@ export default defineComponent({
.ant-modal-body{ .ant-modal-body{
padding: 4rem 5rem 0rem!important; padding: 4rem 5rem 0rem!important;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
display: flex; display: flex;
overflow-y: hidden; overflow-y: hidden;
flex-direction: column; flex-direction: column;

View File

@@ -472,7 +472,7 @@ export default defineComponent({
.ant-modal-body{ .ant-modal-body{
padding: 4rem 5rem 0rem!important; padding: 4rem 5rem 0rem!important;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
display: flex; display: flex;
overflow-y: hidden; overflow-y: hidden;
flex-direction: column; flex-direction: column;

View File

@@ -442,7 +442,7 @@ export default defineComponent({
.ant-modal-body{ .ant-modal-body{
padding: 4rem 5rem 0rem!important; padding: 4rem 5rem 0rem!important;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
display: flex; display: flex;
overflow-y: hidden; overflow-y: hidden;
flex-direction: column; flex-direction: column;

View File

@@ -103,7 +103,7 @@ export default defineComponent({
.ant-modal-body { .ant-modal-body {
padding: 0; padding: 0;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
// background-color: #181818; // background-color: #181818;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -440,7 +440,7 @@ export default defineComponent({
.ant-modal-body{ .ant-modal-body{
padding: 8rem 5rem !important; padding: 8rem 5rem !important;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
} }
//进度完成字体颜色 //进度完成字体颜色

View File

@@ -653,7 +653,7 @@ export default defineComponent({
.ant-modal-body { .ant-modal-body {
padding: 0; padding: 0;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
} }
.ant-modal-content{ .ant-modal-content{
border-radius: 1rem; border-radius: 1rem;

View File

@@ -707,7 +707,7 @@ export default defineComponent({
.ant-modal-body { .ant-modal-body {
padding: 0; padding: 0;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
} }
.ant-modal-content{ .ant-modal-content{
border-radius: 1rem; border-radius: 1rem;

View File

@@ -151,7 +151,7 @@ export default defineComponent({
.ant-modal-body { .ant-modal-body {
padding: 0; padding: 0;
// height: calc(65vh - 6.4rem); // height: calc(65vh - 6.4rem);
height: 65rem; height: calc(100rem*.614);
// background-color: #181818; // background-color: #181818;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -356,7 +356,7 @@ export default defineComponent({
flex-direction: column; flex-direction: column;
// height: 300px; // height: 300px;
min-height: 50rem; min-height: 50rem;
max-height: 65rem; max-height: calc(100rem*.614);
overflow-y: auto; overflow-y: auto;
// border-radius: ; // border-radius: ;
position: relative; position: relative;

View File

@@ -1,6 +1,6 @@
let flexible = (designWidth, maxWidth,minWidth) =>{ let flexible = (designWidth, maxWidth,minWidth) =>{
var doc = document, win = window, docEl = doc.documentElement, remStyle = document.createElement("style"), tid; var doc = document, win = window, docEl = doc.documentElement, remStyle = document.createElement("style"), tid;
designWidth = designWidth || 1440; designWidth = designWidth || 1600;
maxWidth = maxWidth || 2000; maxWidth = maxWidth || 2000;
minWidth = minWidth || 1024; minWidth = minWidth || 1024;
function refreshRem() { function refreshRem() {

View File

@@ -608,7 +608,7 @@ export default defineComponent({
.login_type_item { .login_type_item {
text-align: center; text-align: center;
font-size: 3.6rem; font-size: 3rem;
font-weight: bold; font-weight: bold;
color: #D7D7D7; color: #D7D7D7;
cursor: pointer; cursor: pointer;
@@ -621,7 +621,7 @@ export default defineComponent({
} }
} }
.login_form_title { .login_form_title {
font-size: 1.6rem; font-size: 1rem;
// color: #666666; // color: #666666;
font-weight: 900; font-weight: 900;
color: #000; color: #000;
@@ -631,7 +631,7 @@ export default defineComponent({
label{ label{
display: flex; display: flex;
span{ span{
font-size: 1.6rem; font-size: 1rem;
margin-left: 10px; margin-left: 10px;
font-weight: normal; font-weight: normal;
} }
@@ -660,7 +660,7 @@ export default defineComponent({
.password_show_icon{ .password_show_icon{
position: absolute; position: absolute;
font-size: 2.4rem; font-size: 1.8rem;
right: 2rem; right: 2rem;
top:1.7rem; top:1.7rem;
cursor: pointer; cursor: pointer;
@@ -669,13 +669,13 @@ export default defineComponent({
.login_form_input { .login_form_input {
width: 100%; width: 100%;
height: 5rem; height: 4rem;
margin-top: 1rem; margin-top: 1rem;
border: 0.1rem solid #DFDFDF; border: 0.1rem solid #DFDFDF;
border-radius: 2.5rem; border-radius: 2.5rem;
padding-left: 2.1rem; padding-left: 2.1rem;
line-height: 5rem; line-height: 5rem;
font-size: 1.4rem; font-size: 1rem;
box-sizing: border-box; box-sizing: border-box;
outline: none; outline: none;
@@ -700,7 +700,7 @@ export default defineComponent({
justify-content: space-between; justify-content: space-between;
.email_last_step_content { .email_last_step_content {
margin-left: 1rem; margin-left: 1rem;
font-size: 2.2rem; font-size: 1.6rem;
font-weight: bold; font-weight: bold;
color: #030303; color: #030303;
} }
@@ -712,7 +712,7 @@ export default defineComponent({
} }
.fi-br-arrow-left { .fi-br-arrow-left {
font-size: 2.5rem; font-size: 1.9rem;
font-weight: bold; font-weight: bold;
color: #030303; color: #030303;
transform: translateY(1rem); transform: translateY(1rem);
@@ -723,12 +723,12 @@ export default defineComponent({
} }
.login_submit_button { .login_submit_button {
height: 5rem; height: 4rem;
background: #000; background: #000;
border-radius: 2.5rem; border-radius: 2.5rem;
line-height: 5rem; line-height: 4rem;
text-align: center; text-align: center;
font-size: 1.8rem; font-size: 1.2rem;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
@@ -737,7 +737,7 @@ export default defineComponent({
} }
} }
.login_text { .login_text {
font-size: 1.6rem; font-size: 1rem;
margin-top: 4rem; margin-top: 4rem;
color: #151515; color: #151515;
display: flex; display: flex;
@@ -766,14 +766,14 @@ export default defineComponent({
} }
.fi-br-arrow-left { .fi-br-arrow-left {
font-size: 3.8rem; font-size: 3.2rem;
font-weight: bold; font-weight: bold;
color: #030303; color: #030303;
transform: translateY(1rem); transform: translateY(1rem);
display: inline-block; display: inline-block;
} }
.forget_password_content_title { .forget_password_content_title {
font-size: 3.2rem; font-size: 2.6rem;
font-weight: bold; font-weight: bold;
color: #030303; color: #030303;
margin-left: 2rem; margin-left: 2rem;
@@ -783,7 +783,7 @@ export default defineComponent({
margin-top: 3.5rem; margin-top: 3.5rem;
.forget_passored_form_title { .forget_passored_form_title {
font-size: 2.4rem; font-size: 1.8rem;
font-weight: bold; font-weight: bold;
color: #030303; color: #030303;
display: flex; display: flex;
@@ -799,7 +799,7 @@ export default defineComponent({
border-radius: 2.5rem; border-radius: 2.5rem;
padding-left: 2.1rem; padding-left: 2.1rem;
line-height: 5rem; line-height: 5rem;
font-size: 1.4rem; font-size: 1rem;
box-sizing: border-box; box-sizing: border-box;
outline: none; outline: none;
@@ -810,7 +810,7 @@ export default defineComponent({
} }
.forget_verif_code_des { .forget_verif_code_des {
font-size: 2.4rem; font-size: 1.8rem;
font-weight: bold; font-weight: bold;
color: #030303; color: #030303;
margin-top: 3.5rem; margin-top: 3.5rem;
@@ -822,7 +822,7 @@ export default defineComponent({
border-radius: 2.5rem; border-radius: 2.5rem;
line-height: 5rem; line-height: 5rem;
text-align: center; text-align: center;
font-size: 1.8rem; font-size: 1.2rem;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
@@ -845,7 +845,7 @@ export default defineComponent({
align-items: center; align-items: center;
.login_footer_item_text{ .login_footer_item_text{
font-size: 1.3rem; font-size: 1rem;
color: #151515; color: #151515;
} }
@@ -880,7 +880,7 @@ export default defineComponent({
} }
.tip_content { .tip_content {
font-size: 1.3rem; font-size: 1rem;
font-weight: bold; font-weight: bold;
color: #343579; color: #343579;
cursor: pointer; cursor: pointer;
@@ -894,13 +894,13 @@ export default defineComponent({
margin-bottom: 2rem; margin-bottom: 2rem;
.sent_email_content { .sent_email_content {
font-size: 1.8rem; font-size: 1.2rem;
font-weight: bold; font-weight: bold;
color: #a5b0c2; color: #a5b0c2;
} }
.email_tip_content{ .email_tip_content{
font-size: 1.4rem; font-size: 1.2rem;
color: #030303; color: #030303;
} }
} }