Tools数据图片代码框架。
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
.example_box a {
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
background: #1E9FFF;
|
||||
text-align: center;
|
||||
padding:15px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.example_box img {
|
||||
display: none;
|
||||
width: 643px;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
/*如果大盒子不想被撑开高或者图片位置不是想要的位置,就给定位子绝父相,*/
|
||||
left: 823px;
|
||||
top: 85px;
|
||||
}
|
||||
|
||||
.example_box a:hover>img {
|
||||
/*鼠标放在a上图片显示*/
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user