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;
}
.cut_pricture_modal .ant-modal-body {
height: 65rem;
height: calc(100rem*0.614);
padding: 8rem 5rem !important;
overflow-y: hidden;
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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