|
@@ -704,10 +704,11 @@ onMounted(() => {
|
|
margin-left: 24px;
|
|
margin-left: 24px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
+ font-family: Inter-Regular;
|
|
color: #7c808d;
|
|
color: #7c808d;
|
|
.blueT {
|
|
.blueT {
|
|
- font-weight: 500;
|
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
+ font-family: Inter-Medium;
|
|
color: #2e8bf6;
|
|
color: #2e8bf6;
|
|
text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
@@ -718,6 +719,7 @@ onMounted(() => {
|
|
}
|
|
}
|
|
:deep(.el-upload) {
|
|
:deep(.el-upload) {
|
|
width: 350px !important;
|
|
width: 350px !important;
|
|
|
|
+ height: 48px !important;
|
|
display: flex !important;
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
align-items: center !important;
|
|
// height: 40px !important;
|
|
// height: 40px !important;
|
|
@@ -792,13 +794,14 @@ onMounted(() => {
|
|
.text1 {
|
|
.text1 {
|
|
font-style: 18px;
|
|
font-style: 18px;
|
|
color: #2e8bf6;
|
|
color: #2e8bf6;
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-family: Inter-Bold;
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|
|
.text2 {
|
|
.text2 {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
+ font-family: Inter-Regular;
|
|
color: #7c808d;
|
|
color: #7c808d;
|
|
span {
|
|
span {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
@@ -808,7 +811,7 @@ onMounted(() => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.text3 {
|
|
.text3 {
|
|
- font-weight: 400;
|
|
|
|
|
|
+ font-family: Inter-Regular;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #7c808d;
|
|
color: #7c808d;
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
@@ -876,7 +879,7 @@ onMounted(() => {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
.text {
|
|
.text {
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-family: Inter-Medium;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
color: #030102;
|
|
color: #030102;
|
|
}
|
|
}
|
|
@@ -920,7 +923,7 @@ onMounted(() => {
|
|
.title {
|
|
.title {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 22px;
|
|
height: 22px;
|
|
- font-weight: 400;
|
|
|
|
|
|
+ font-family: Inter-Regular;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
@@ -938,13 +941,14 @@ onMounted(() => {
|
|
.fileName {
|
|
.fileName {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
color: #2e6bc8;
|
|
color: #2e6bc8;
|
|
|
|
+ font-family: Inter-Medium;
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
.flieTime {
|
|
.flieTime {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- font-weight: 400;
|
|
|
|
|
|
+ font-family: Inter-Medium;
|
|
color: #7c808d;
|
|
color: #7c808d;
|
|
// line-height: 20px;
|
|
// line-height: 20px;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
@@ -961,7 +965,7 @@ onMounted(() => {
|
|
width: 100%;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
color: #000000;
|
|
- font-weight: 400;
|
|
|
|
|
|
+ font-family: Inter-Regular;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
@@ -983,14 +987,14 @@ onMounted(() => {
|
|
height: 42px;
|
|
height: 42px;
|
|
border-bottom: 1px solid #dbdbdb;
|
|
border-bottom: 1px solid #dbdbdb;
|
|
span {
|
|
span {
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-family: Inter-Bold;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
color: #030102;
|
|
color: #030102;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.num {
|
|
.num {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- font-weight: 400;
|
|
|
|
|
|
+ font-family: Inter-Regular;
|
|
color: #555d72;
|
|
color: #555d72;
|
|
margin-top: 12px;
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
@@ -1001,6 +1005,7 @@ onMounted(() => {
|
|
}
|
|
}
|
|
//表格文本超出隐藏
|
|
//表格文本超出隐藏
|
|
:deep(.flie_name, .folder) {
|
|
:deep(.flie_name, .folder) {
|
|
|
|
+ font-family: Inter-Regular;
|
|
/*第一步: 溢出隐藏 */
|
|
/*第一步: 溢出隐藏 */
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
/* 第二步:让文本不会换行, 在同一行继续 */
|
|
/* 第二步:让文本不会换行, 在同一行继续 */
|