+
{{ item.fileName }}
@@ -222,9 +249,7 @@ function afterLeave() {
@@ -237,34 +262,41 @@ function afterLeave() {
display: flex;
justify-content: space-between;
align-items: center;
- padding: 10px;
+ padding: 6px 0 0 24px;
+ // padding: 10px;
}
&-left {
- font-weight: bold;
font-size: 16px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: bolder;
+ text-align: left;
+ color: #222222;
+ line-height: 24px;
}
&-right {
&-close {
- width: 18px;
- height: 18px;
+ width: 12px;
+ height: 12px;
cursor: pointer;
+ margin-right: 25px;
+ color: #999999;
}
&-icon {
background: #000;
display: inline-block;
- width: 18px;
+ width: 12px;
height: 1px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin-bottom: 8px;
&:after {
- content: '';
+ content: "";
display: block;
- width: 18px;
+ width: 12px;
height: 1px;
background: #000;
transform: rotate(-90deg);
@@ -274,19 +306,18 @@ function afterLeave() {
}
&-content {
- margin-top: 20px;
-
+ margin: 33px 24px 0 25px;
&-dragger {
display: flex;
flex-direction: column;
align-items: center;
- border: 1px dashed #1980FF;
- width: 600px;
- margin: 0 auto;
+ border: 1px dashed #1980ff;
+ // width: 600px;
font-size: 14px;
font-weight: bold;
border-radius: 2px;
text-align: center;
+ background: rgba(202, 210, 221, 0.1);
}
&-files {
@@ -297,7 +328,6 @@ function afterLeave() {
justify-content: space-between;
}
}
-
}
.excel-upload-input {
@@ -324,4 +354,19 @@ function afterLeave() {
margin-top: 0px;
margin-bottom: 0px;
}
+.wrapper-tip1 {
+ font-size: 14px;
+ font-family: PingFang SC, PingFang SC-Regular;
+ font-weight: lighter;
+ color: #666666;
+ line-height: 24px;
+}
+.wrapper-tip2 {
+ font-size: 12px;
+ font-family: PingFang SC, PingFang SC-Regular;
+ font-weight: lighter;
+ text-align: left;
+ color: #999999;
+ line-height: 22px;
+}