|
@@ -364,11 +364,11 @@
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
.login-title {
|
|
.login-title {
|
|
- color: #ff9100;
|
|
|
|
|
|
+ color: #faa12f;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
line-height: 28px;
|
|
line-height: 28px;
|
|
- padding: 16px 24px 28px 0;
|
|
|
|
|
|
+ padding: 12px 0 26px 0;
|
|
}
|
|
}
|
|
.home-chart-wrapper {
|
|
.home-chart-wrapper {
|
|
margin: 4vh auto;
|
|
margin: 4vh auto;
|
|
@@ -422,7 +422,7 @@
|
|
|
|
|
|
.custom-style-divider {
|
|
.custom-style-divider {
|
|
width: 224px;
|
|
width: 224px;
|
|
- margin: 38px auto 0;
|
|
|
|
|
|
+ margin: 0 auto;
|
|
color: #999999;
|
|
color: #999999;
|
|
.divider-text {
|
|
.divider-text {
|
|
color: #999999 !important;
|
|
color: #999999 !important;
|
|
@@ -449,9 +449,8 @@
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
.login-content-box {
|
|
.login-content-box {
|
|
- width: 800px;
|
|
|
|
- height: 600px;
|
|
|
|
- padding: 36px 116px 22px;
|
|
|
|
|
|
+ width: 600px;
|
|
|
|
+ padding: 48px 72px 48px;
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -462,6 +461,8 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
background: url('../assets/login_bg.png') no-repeat 100% 100%;
|
|
background: url('../assets/login_bg.png') no-repeat 100% 100%;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+
|
|
.login-log-img {
|
|
.login-log-img {
|
|
display: block;
|
|
display: block;
|
|
width: 408px;
|
|
width: 408px;
|
|
@@ -470,24 +471,36 @@
|
|
padding: 70px 20px 30px 0;
|
|
padding: 70px 20px 30px 0;
|
|
}
|
|
}
|
|
:global {
|
|
:global {
|
|
- .css-dev-only-do-not-override-c9yi28.ant-tabs-top > .ant-tabs-nav::before {
|
|
|
|
|
|
+ .ant-tabs-top > .ant-tabs-nav::before {
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
- .css-dev-only-do-not-override-zl9ks2.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
|
|
|
|
+ .ant-tabs .ant-tabs-tab {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #ffbd66;
|
|
|
|
+ }
|
|
|
|
+ .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #faa12f;
|
|
color: #faa12f;
|
|
}
|
|
}
|
|
- .css-dev-only-do-not-override-zl9ks2.ant-tabs .ant-tabs-tab:hover {
|
|
|
|
|
|
+ .ant-tabs .ant-tabs-tab:hover {
|
|
color: #faa12f;
|
|
color: #faa12f;
|
|
}
|
|
}
|
|
- .css-dev-only-do-not-override-zl9ks2.ant-tabs .ant-tabs-ink-bar {
|
|
|
|
|
|
+ .ant-tabs .ant-tabs-ink-bar {
|
|
background: #faa12f;
|
|
background: #faa12f;
|
|
}
|
|
}
|
|
- .css-dev-only-do-not-override-zl9ks2.ant-tabs-top > .ant-tabs-nav::before {
|
|
|
|
|
|
+ .ant-tabs-top > .ant-tabs-nav::before {
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
- .css-dev-only-do-not-override-c9yi28.ant-checkbox-wrapper {
|
|
|
|
|
|
+ .ant-btn.ant-btn-circle.ant-btn-lg {
|
|
|
|
+ border: 1px solid #DCDFE6;
|
|
|
|
+ }
|
|
|
|
+ .ant-checkbox-wrapper {
|
|
|
|
+ font-size: 16px;
|
|
color: #999999;
|
|
color: #999999;
|
|
}
|
|
}
|
|
|
|
+ .ant-select .ant-select-arrow {
|
|
|
|
+ color: #333;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ }
|
|
.login-columncenter-content {
|
|
.login-columncenter-content {
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
.columncenter-content-item {
|
|
.columncenter-content-item {
|
|
@@ -522,25 +535,37 @@
|
|
}
|
|
}
|
|
.select-input {
|
|
.select-input {
|
|
width: 160px !important;
|
|
width: 160px !important;
|
|
- height: 60px !important;
|
|
|
|
- margin-right: 15px !important;
|
|
|
|
|
|
+ height: 40px;
|
|
|
|
+ margin-right: 15px;
|
|
|
|
+ }
|
|
|
|
+ .custom-style-bottom,
|
|
|
|
+ .custom-style-bottom-code {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #faa12f;
|
|
|
|
+ height: 40px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ box-shadow: none;
|
|
}
|
|
}
|
|
- .custom-style-bottom,.custom-style-bottom-code {
|
|
|
|
- color: #fff !important;
|
|
|
|
- background-color: #faa12f !important;
|
|
|
|
- height: 60px !important;
|
|
|
|
|
|
+ .ant-btn-default {
|
|
|
|
+ border-color: rgba(0, 0, 0, 0);
|
|
}
|
|
}
|
|
.password-btn-box {
|
|
.password-btn-box {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ .ant-btn-default {
|
|
|
|
+ border-color: #fff6e8;
|
|
|
|
+ border: 1px solid #faa12f;
|
|
|
|
+ color: #faa12f;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.password-btn {
|
|
.password-btn {
|
|
- width: 260px;
|
|
|
|
- height: 60px !important;
|
|
|
|
|
|
+ width: 200px !important;
|
|
|
|
+ height: 40px;
|
|
}
|
|
}
|
|
.ant-select-selector,
|
|
.ant-select-selector,
|
|
.ant-input-outlined {
|
|
.ant-input-outlined {
|
|
border: 1px solid #faa12f !important;
|
|
border: 1px solid #faa12f !important;
|
|
|
|
+ border-radius: 4px !important;
|
|
}
|
|
}
|
|
.buymodel-checkbox-wrapper {
|
|
.buymodel-checkbox-wrapper {
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -571,10 +596,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.login-content-box-set-up {
|
|
.login-content-box-set-up {
|
|
- width: 75% ;
|
|
|
|
- height: 100% ;
|
|
|
|
- background: none ;
|
|
|
|
- padding: 10px 100px 22px;
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
+ background: none;
|
|
|
|
+ padding: 10px 52px 10px;
|
|
}
|
|
}
|
|
.input-content {
|
|
.input-content {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -620,48 +644,53 @@
|
|
background: url('../assets/login_bg_phone.png') no-repeat 100% 100%;
|
|
background: url('../assets/login_bg_phone.png') no-repeat 100% 100%;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
:global {
|
|
:global {
|
|
- .custom-style-bottom,.mobile-phone-input,.custom-style-bottom-code {
|
|
|
|
|
|
+ .custom-style-bottom,
|
|
|
|
+ .mobile-phone-input,
|
|
|
|
+ .custom-style-bottom-code {
|
|
height: 44px !important;
|
|
height: 44px !important;
|
|
}
|
|
}
|
|
|
|
+ .ant-input-outlined ,.ant-select-selector{
|
|
|
|
+ border:none !important;
|
|
|
|
+ border-radius:0 !important;
|
|
|
|
+ }
|
|
.custom-style-bottom-code {
|
|
.custom-style-bottom-code {
|
|
- background-color: #fff !important;
|
|
|
|
- color: #faa12f !important;
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ color: #faa12f ;
|
|
margin-left: 0 !important;
|
|
margin-left: 0 !important;
|
|
- border: 1px solid #faa12f !important;
|
|
|
|
- border-left: none !important;
|
|
|
|
- }
|
|
|
|
- .mobile-code-input {
|
|
|
|
- border-right: none !important;
|
|
|
|
|
|
+ border-radius: 0;
|
|
}
|
|
}
|
|
.select-input {
|
|
.select-input {
|
|
width: 160px !important;
|
|
width: 160px !important;
|
|
height: 44px !important;
|
|
height: 44px !important;
|
|
margin-right: 0px !important;
|
|
margin-right: 0px !important;
|
|
- .ant-select-selector {
|
|
|
|
- border-right: none !important;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .mobile-phone-input {
|
|
|
|
- border-left: none !important;
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
.buymodel-checkbox-wrapper {
|
|
.buymodel-checkbox-wrapper {
|
|
text-align: left !important;
|
|
text-align: left !important;
|
|
- :nth-child(1){
|
|
|
|
|
|
+ border-radius: 4px 0 0 4px !important;
|
|
|
|
+ :nth-child(1) {
|
|
color: #999;
|
|
color: #999;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ .input-content {
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ border: 1px solid #faa12f;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+ .login-title {
|
|
|
|
+ padding: 0 0 10px 0;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.login-content-box-mobile {
|
|
.login-content-box-mobile {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- padding: 230px 30px 0;
|
|
|
|
|
|
+ padding: 220px 30px 0;
|
|
height: auto;
|
|
height: auto;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
.custom-style-divider {
|
|
.custom-style-divider {
|
|
- padding-top: 180px;
|
|
|
|
|
|
+ padding-top: 130px;
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|