Add upload css

This commit is contained in:
lin-xin 2017-03-01 09:52:26 +08:00
parent bd7647007d
commit 7d30e9d5c1
2 changed files with 28 additions and 2 deletions

View File

@ -10,9 +10,8 @@
},
"dependencies": {
"axios": "^0.15.3",
"element-ui": "^1.2.1",
"element-ui": "^1.2.2",
"vue": "^2.1.10",
"vue-bulma-chartjs": "^1.0.4",
"vue-core-image-upload": "^2.0.5",
"vue-datasource": "^1.0.4",
"vue-echarts-v3": "^1.0.3",

View File

@ -97,4 +97,31 @@
.g-core-image-corp-container .info-aside{
height:45px;
}
.el-upload--text {
background-color: #fff;
border: 1px dashed #d9d9d9;
border-radius: 6px;
box-sizing: border-box;
width: 360px;
height: 180px;
text-align: center;
cursor: pointer;
position: relative;
overflow: hidden;
}
.el-upload--text .el-icon-upload {
font-size: 67px;
color: #97a8be;
margin: 40px 0 16px;
line-height: 50px;
}
.el-upload--text {
color: #97a8be;
font-size: 14px;
text-align: center;
}
.el-upload--text em {
color: #20a0ff;
font-style: normal;
}
</style>