提交修改

dev-captcha
dshclm 10 months ago
parent 3c9cb17ffa
commit edbbef13e0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

@ -133,7 +133,7 @@
//display: flex;
//flex-wrap: wrap;
height: 400px;
overflow: hidden;
overflow: auto;
box-sizing:border-box;
padding-left:15px;
padding-top:20px;
@ -141,23 +141,23 @@
.zhuantidept li{
transition: all 0.3s;
float: left;
margin-bottom: 50px;
margin-bottom: 10px;
}
.zhuantidept li:hover{
transform: translateY(-5%);
}
.zhuantidept li a{
width:150px;
height:50px;
margin:0 25px 0 25px;
display:flex;
width: 169px;
height: 84px;
margin: 0 10px 0 10px;
display: flex;
align-items: center;
box-sizing:border-box;
padding-left:10px;
background-image:url(/home/base/dept.png);
background-position-x:-30px;
box-shadow:5px 5px 5px 0px rgba(0,0,0,0.5);
box-sizing: border-box;
padding-left: 10px;
background-image: url(/home/base/bumen1.jpg);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
font-size: 17px;
}
a {

Loading…
Cancel
Save