Commit 3b4afdbf authored by youjie's avatar youjie

no message

parent 4204fb12
...@@ -58,15 +58,18 @@ ...@@ -58,15 +58,18 @@
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
} }
.OrderReceivablesAccount-PDF ._see_img{ .OrderReceivablesAccount-imgBox{
cursor: pointer;
}
.OrderReceivablesAccount-imgBox ._see_img{
opacity: 0; opacity: 0;
} }
.OrderReceivablesAccount-PDF ._see_img { .OrderReceivablesAccount-imgBox ._see_img {
position: absolute; position: absolute;
top: 0; top: 0;
width: 50px; width: 50px;
height: 50px; height: 50px;
padding-top: 16px; padding-top: 0;
line-height: 34px; line-height: 34px;
text-align: center; text-align: center;
background-color: rgba(2, 2, 2, 0.3); background-color: rgba(2, 2, 2, 0.3);
...@@ -74,9 +77,20 @@ ...@@ -74,9 +77,20 @@
opacity: 0; opacity: 0;
transition: all linear .5s transition: all linear .5s
} }
.OrderReceivablesAccount-PDF:hover ._see_img { .OrderReceivablesAccount-imgBox:hover ._see_img {
opacity: 1; opacity: 1;
} }
.OrderReceivablesAccount-imgBox ._see_img .icon-sousuo{
margin-top: 8px;
}
.OrderReceivablesAccount-imgBox ._see_img i.iconfont {
display: inline-block;
width: 32px;
height: 32px;
border-radius: 50%;
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.5);
}
</style> </style>
<template> <template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment