mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add new fun
This commit is contained in:
@@ -257,6 +257,29 @@ body{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*万能iframe*/
|
||||
.iframe_all{
|
||||
position:absolute;
|
||||
min-width:230px;
|
||||
min-height:160px;
|
||||
background-color:#F9F9F9;
|
||||
border:1px solid #ddd;
|
||||
right:-999px;
|
||||
top:-999px;
|
||||
}
|
||||
|
||||
.iframe_all_arrow{
|
||||
background-color: transparent;
|
||||
position:absolute;
|
||||
right: -15px;
|
||||
top:85px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 7px solid transparent;
|
||||
border-left: 15px solid #F9F9F9;
|
||||
border-bottom: 7px solid transparent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user