|
@@ -53,26 +53,26 @@ body {
|
|
|
}
|
|
|
.ant-collapse-item {
|
|
|
background-color: white !important;
|
|
|
- border-radius: 6px !important;
|
|
|
+ border-radius: 0.06rem !important;
|
|
|
border-bottom: none !important;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 0.1rem;
|
|
|
}
|
|
|
.ant-select-dropdown .ant-select-item {
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 0.26rem;
|
|
|
}
|
|
|
.ant-picker-dropdown {
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 0.24rem;
|
|
|
}
|
|
|
.ant-picker-dropdown .ant-picker-content td {
|
|
|
- width: 30px;
|
|
|
+ width: 0.3rem;
|
|
|
}
|
|
|
.ant-picker-dropdown .ant-picker-cell::before {
|
|
|
- height: 30px;
|
|
|
+ height: 0.3rem;
|
|
|
}
|
|
|
.ant-picker-dropdown .ant-picker-cell .ant-picker-cell-inner {
|
|
|
- min-width: 30px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ min-width: 0.3rem;
|
|
|
+ height: 0.3rem;
|
|
|
+ line-height: 0.3rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -124,29 +124,29 @@ input[type='reset'] {
|
|
|
}
|
|
|
|
|
|
.box {
|
|
|
- border-radius: 8px;
|
|
|
- box-shadow: 0px 0px 8px 2px rgba(191, 191, 191, 0.2);
|
|
|
- border: 1px solid #eee;
|
|
|
+ border-radius: 0.08rem;
|
|
|
+ box-shadow: 0rem 0rem 0.08rem 0.02rem rgba(191, 191, 191, 0.2);
|
|
|
+ border: 0.01rem solid #eee;
|
|
|
background: rgba(255, 255, 255);
|
|
|
}
|
|
|
.card-box {
|
|
|
border-radius: 0.4rem 0 0.4rem 0;
|
|
|
background: #ffffff;
|
|
|
- box-shadow: 1px 6px 10px 0px rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0.01rem 0.06rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
|
|
|
.content-tab {
|
|
|
- padding-left: 5px;
|
|
|
- padding-top: 5px;
|
|
|
- padding-right: 5px;
|
|
|
- height: calc(100vh - 130px);
|
|
|
+ padding-left: 0.05rem;
|
|
|
+ padding-top: 0.05rem;
|
|
|
+ padding-right: 0.05rem;
|
|
|
+ height: calc(100vh - 1.3rem);
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
.content-title {
|
|
|
- padding-left: 5px;
|
|
|
- padding-right: 5px;
|
|
|
- height: calc(100vh - 110px);
|
|
|
+ padding-left: 0.05rem;
|
|
|
+ padding-right: 0.05rem;
|
|
|
+ height: calc(100vh - 1.1rem);
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
@@ -154,10 +154,10 @@ input[type='reset'] {
|
|
|
.password-eye {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
+ width: 0.3rem;
|
|
|
+ height: 0.3rem;
|
|
|
background: url('@/assets/icon-eye1.png') no-repeat center;
|
|
|
- background-size: 30px;
|
|
|
+ background-size: 0.3rem;
|
|
|
&.open {
|
|
|
background-image: url('@/assets/icon-eye2.png');
|
|
|
}
|
|
@@ -167,17 +167,17 @@ input[type='reset'] {
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
overflow-x: auto;
|
|
|
- border: 1px solid #979797;
|
|
|
+ border: 0.01rem solid #979797;
|
|
|
&::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
}
|
|
|
.tabs-item {
|
|
|
flex: 1;
|
|
|
- padding: 16px 24px;
|
|
|
- font-size: 24px;
|
|
|
+ padding: 0.16rem 0.24rem;
|
|
|
+ font-size: 0.24rem;
|
|
|
font-weight: 400;
|
|
|
color: #4a4a4a;
|
|
|
- border-right: 1px solid #979797;
|
|
|
+ border-right: 0.01rem solid #979797;
|
|
|
white-space: nowrap;
|
|
|
&:last-child {
|
|
|
border-right: none;
|
|
@@ -191,21 +191,21 @@ input[type='reset'] {
|
|
|
.section-title {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 0.28rem;
|
|
|
font-weight: 400;
|
|
|
color: #4a4a4a;
|
|
|
- line-height: 40px;
|
|
|
+ line-height: 0.4rem;
|
|
|
.section-line {
|
|
|
- width: 4px;
|
|
|
- height: 30px;
|
|
|
+ width: 0.04rem;
|
|
|
+ height: 0.3rem;
|
|
|
background: #4a90e2;
|
|
|
- margin-right: 8px;
|
|
|
+ margin-right: 0.08rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
*::-webkit-scrollbar {
|
|
|
- width: 6px;
|
|
|
- height: 6px;
|
|
|
+ width: 0.06rem;
|
|
|
+ height: 0.06rem;
|
|
|
}
|
|
|
|
|
|
*::-webkit-scrollbar-thumb {
|
|
@@ -222,7 +222,7 @@ input[type='reset'] {
|
|
|
|
|
|
.ant-btn-primary {
|
|
|
background: #4a90e2;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 0.16rem;
|
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
|
}
|
|
@@ -251,10 +251,10 @@ input[type='reset'] {
|
|
|
.ant-table-thead > tr > th,
|
|
|
.ant-table-tbody > tr > td {
|
|
|
border-radius: 0 !important;
|
|
|
- padding: 16px 18px !important;
|
|
|
- font-size: 24px !important;
|
|
|
+ padding: 0.16rem 0.18rem !important;
|
|
|
+ font-size: 0.24rem !important;
|
|
|
color: #4a4a4a !important;
|
|
|
- line-height: 32px !important;
|
|
|
+ line-height: 0.32rem !important;
|
|
|
font-weight: normal !important;
|
|
|
vertical-align: middle;
|
|
|
border: none !important;
|
|
@@ -264,27 +264,27 @@ input[type='reset'] {
|
|
|
}
|
|
|
|
|
|
.ant-picker {
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 0.26rem;
|
|
|
.ant-picker-input > input {
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 0.24rem;
|
|
|
}
|
|
|
.ant-picker-separator {
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 0.24rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.ant-select-selection-item {
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 0.26rem;
|
|
|
}
|
|
|
.ant-select-selector {
|
|
|
- height: 40px;
|
|
|
- padding: 4px 11px;
|
|
|
+ height: 0.4rem;
|
|
|
+ padding: 0.04rem 0.11rem;
|
|
|
}
|
|
|
|
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
|
- height: 40px;
|
|
|
- padding: 4px 11px;
|
|
|
+ height: 0.4rem;
|
|
|
+ padding: 0.04rem 0.11rem;
|
|
|
}
|
|
|
.ant-select-single .ant-select-selector {
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 0.26rem;
|
|
|
}
|