This commit is contained in:
2019-12-27 11:15:22 +08:00
parent e738bc61b6
commit 60eed37be3
4 changed files with 16 additions and 3 deletions

View File

@@ -149,8 +149,17 @@ sup {
img {
border-style: none;
box-shadow: none;
border: none;
/* background-color: red; */
/* opacity:0 !important; */
}
img[src=""],img:not([src]){
opacity:0 !important;
border: none !important;
margin: -1px;
}
/* Forms
========================================================================== */