发送文件图标位置

This commit is contained in:
unknown
2022-05-18 16:57:15 +08:00
parent 2eaafde35b
commit d7a791a31e

View File

@ -23,9 +23,10 @@
border: 1px solid #CCC; border: 1px solid #CCC;
background-color: white; background-color: white;
width: 200px; width: 200px;
height: 120px; height: 130px;
display: flex; position: relative;
flex-direction: column; -display: flex;
-flex-direction: column;
-webkit-touch-callout: none; /* iOS Safari */ -webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */ -webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */ -khtml-user-select: none; /* Konqueror */
@ -38,6 +39,7 @@
cursor: pointer; cursor: pointer;
} }
.customer_service_filename { .customer_service_filename {
height: 45px;
margin-left: 10px; margin-left: 10px;
margin-top: 5px; margin-top: 5px;
} }
@ -56,7 +58,7 @@
-white-space: nowrap; -white-space: nowrap;
} }
.customer_service_uploadicon{ .customer_service_uploadicon{
align-self: flex-end; float: right;
margin-right: 10px; margin-right: 10px;
width: 40px; width: 40px;
height: 40px; height: 40px;