|
@@ -59,7 +59,7 @@
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0 5px 11px 0 rgba(78,93,255,0.14);
|
|
|
border-radius: 6px;
|
|
|
- margin: 15px 8px 0px 8px;
|
|
|
+ margin: 15px 6px 0px 8px;
|
|
|
border-radius: 10px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -70,8 +70,44 @@
|
|
|
top: 10px;
|
|
|
width: 100%;
|
|
|
padding-left: 10px;
|
|
|
- .el-button.is-circle {
|
|
|
- padding: 8px;
|
|
|
+ .item-img {
|
|
|
+ display:inline-block;
|
|
|
+ width: 28px;
|
|
|
+ height: 28px;
|
|
|
+ cursor:pointer;
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
+ .delete {
|
|
|
+ background: url(../../assets/images/delete_nor.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .delete:hover {
|
|
|
+ background: url(../../assets/images/delete_sel.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .copy {
|
|
|
+ background: url(../../assets/images/copy_nor.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .copy:hover {
|
|
|
+ background: url(../../assets/images/copy_sel.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .share {
|
|
|
+ background: url(../../assets/images/share_nor.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .share:hover {
|
|
|
+ background: url(../../assets/images/share_sel.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .edit {
|
|
|
+ background: url(../../assets/images/edit_nor.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .edit:hover {
|
|
|
+ background: url(../../assets/images/edit_sel.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
}
|
|
|
.item-img {
|
|
@@ -131,4 +167,14 @@
|
|
|
background-color: #4E5DFF;;
|
|
|
border-color: #4E5DFF;;
|
|
|
}
|
|
|
+ .el-icon-my-export{
|
|
|
+ background: url(../../assets/images/diaoyanbao-log.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .el-icon-my-export:before{
|
|
|
+ content: "替";
|
|
|
+ font-size: 16px;
|
|
|
+ visibility: hidden;
|
|
|
+ color: red;
|
|
|
+ }
|
|
|
}
|