|
@@ -276,14 +276,13 @@ onUnmounted(() => {
|
|
|
<div class="report_top">
|
|
|
<div class="report_jt">
|
|
|
<span>用户注册</span>
|
|
|
-
|
|
|
</div>
|
|
|
<!-- <img class="xlts_img" src="../assets/report/report_top.png" /> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="kply">
|
|
|
<div class="kply_inner">
|
|
|
- <div style="padding: 10px 200px;">
|
|
|
+ <div style="padding: 10px 100px;">
|
|
|
<div style="margin-top:20px">
|
|
|
<div class="user_account">所属组织架构:</div>
|
|
|
<div class="input_cus">
|
|
@@ -349,7 +348,7 @@ onUnmounted(() => {
|
|
|
:deep(.el-input__wrapper) {
|
|
|
align-items: center;
|
|
|
border-radius: 60px !important;
|
|
|
- border: 8px solid #B2F2D2 !important;
|
|
|
+ border: 2px solid #B2F2D2 !important;
|
|
|
padding-left: 40px;
|
|
|
|
|
|
}
|
|
@@ -359,8 +358,8 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
:deep(.el-input__inner) {
|
|
|
- height: 40px;
|
|
|
- font-size: 20px;
|
|
|
+ height: 36px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
:deep(.el-select__placeholder) {
|
|
@@ -369,8 +368,8 @@ onUnmounted(() => {
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
width: 100%;
|
|
|
- line-height: 40px;
|
|
|
- font-size: 20px;
|
|
|
+ line-height: 30px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
:deep(.el-select__selection) {
|
|
@@ -381,13 +380,13 @@ onUnmounted(() => {
|
|
|
gap: 6px;
|
|
|
min-width: 0;
|
|
|
position: relative;
|
|
|
- height: 40px;
|
|
|
+ height: 30px;
|
|
|
|
|
|
}
|
|
|
|
|
|
:deep(.el-select__wrapper) {
|
|
|
border-radius: 60px;
|
|
|
- border: 8px solid #B2F2D2;
|
|
|
+ border: 2px solid #B2F2D2;
|
|
|
padding-left: 20px;
|
|
|
}
|
|
|
|
|
@@ -400,7 +399,7 @@ onUnmounted(() => {
|
|
|
color: var(--el-select-multiple-input-color);
|
|
|
font-family: inherit;
|
|
|
font-size: 20px;
|
|
|
- height: 40px;
|
|
|
+ height: 36px;
|
|
|
max-width: 100%;
|
|
|
width: 100% !important;
|
|
|
outline: none;
|
|
@@ -425,11 +424,11 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
:deep(.el-radio.el-radio--large .el-radio__label) {
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
:deep(.el-radio.el-radio--large) {
|
|
|
- height: 50px;
|
|
|
+ height: 36px;
|
|
|
}
|
|
|
|
|
|
:deep(.el-radio__input.is-checked .el-radio__inner) {
|
|
@@ -445,6 +444,7 @@ onUnmounted(() => {
|
|
|
|
|
|
|
|
|
.home_header_out {
|
|
|
+ flex: 1;
|
|
|
// position: relative;
|
|
|
padding-bottom: 60px;
|
|
|
width: 100%;
|
|
@@ -465,8 +465,9 @@ onUnmounted(() => {
|
|
|
|
|
|
|
|
|
.report_top {
|
|
|
- width: 860px;
|
|
|
- margin-left: 170px;
|
|
|
+ width: 650px;
|
|
|
+ // width: 860px; 210
|
|
|
+ margin-left: 285px;
|
|
|
margin-top: 20px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -480,7 +481,7 @@ onUnmounted(() => {
|
|
|
.report_jt {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- font-size: 40px;
|
|
|
+ font-size: 22px;
|
|
|
font-weight: 700;
|
|
|
letter-spacing: 3px;
|
|
|
}
|
|
@@ -497,13 +498,13 @@ onUnmounted(() => {
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
margin: auto;
|
|
|
- width: 860px;
|
|
|
+ width: 650px;
|
|
|
min-height: 500px;
|
|
|
background-color: #ffffff;
|
|
|
border-radius: 40px;
|
|
|
|
|
|
.user_account {
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 20px;
|
|
|
// line-height: 70px;
|
|
|
margin-bottom: 10px;
|
|
|
letter-spacing: 5px;
|
|
@@ -512,7 +513,7 @@ onUnmounted(() => {
|
|
|
|
|
|
.start_button_out {
|
|
|
margin-top: 40px;
|
|
|
- margin-bottom: 40px;
|
|
|
+ margin-bottom: 20px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: center;
|
|
@@ -525,11 +526,11 @@ onUnmounted(() => {
|
|
|
color: #ffffff;
|
|
|
background-color: #000000;
|
|
|
margin-right: 20px;
|
|
|
- padding: 10px 90px;
|
|
|
+ padding: 10px 50px;
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 16px;
|
|
|
|
|
|
}
|
|
|
}
|
|
@@ -543,7 +544,7 @@ onUnmounted(() => {
|
|
|
span {
|
|
|
color: #48D68E;
|
|
|
cursor: pointer;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
}
|