Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/edbbef13e0ab55aca5ba2ed25e831a66fbad4feb?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
11 additions and
11 deletions
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: 5 0px;
margin-bottom: 1 0px;
}
.zhuantidept li:hover{
transform: translateY(-5%);
}
.zhuantidept li a{
width:150 px;
height:50 px;
margin:0 25px 0 25 px;
display:flex;
width: 169 px;
height: 84 px;
margin: 0 10px 0 10 px;
display: flex;
align-items: center;
box-sizing:border-box;
padding-left:10px;
background-image:url(/home/base/dept.pn g);
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.jp g);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5) ;
font-size: 17px ;
}
a {