线上样式调整
parent
f8cad89fef
commit
9fa1040524
|
@ -0,0 +1 @@
|
||||||
|
open_basedir=/data/wwwroot/pzct/:/tmp/
|
|
@ -1610,8 +1610,9 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageing a {
|
.pageing a {
|
||||||
width: 40px;
|
width: auto;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
padding: 0 15px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -1620,14 +1621,10 @@ img {
|
||||||
color: #707479;
|
color: #707479;
|
||||||
margin: 0 7px;
|
margin: 0 7px;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
display: block;
|
display: inline-block;
|
||||||
background-color: #ebebeb;
|
background-color: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageing a.next, .pageing a.prev {
|
|
||||||
width: 75px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pageing a.cur {
|
.pageing a.cur {
|
||||||
background: #bb0712;
|
background: #bb0712;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1640,6 +1637,18 @@ img {
|
||||||
border-color: #bb0712;
|
border-color: #bb0712;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pageing .layui-laypage span {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 15px;
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
background: #ebebeb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||||||
|
background-color: #bb0712;
|
||||||
|
}
|
||||||
|
|
||||||
.about-list #maps {
|
.about-list #maps {
|
||||||
height: 34.375vw;
|
height: 34.375vw;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -2995,12 +3004,18 @@ img {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
.pageing a {
|
.pageing a {
|
||||||
width: 33px;
|
height: 30px;
|
||||||
height: 33px;
|
line-height: 30px;
|
||||||
line-height: 33px;
|
font-size: 13px;
|
||||||
font-size: 14px;
|
|
||||||
margin: 0 5px 8px 5px;
|
margin: 0 5px 8px 5px;
|
||||||
}
|
}
|
||||||
|
.pageing .layui-laypage span {
|
||||||
|
margin: 0 5px 8px 5px;
|
||||||
|
font-size: 13px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
background: #ebebeb;
|
||||||
|
}
|
||||||
.about-list #maps {
|
.about-list #maps {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1039,8 +1039,9 @@ $pc-width:1220px;
|
||||||
margin-top:60px;
|
margin-top:60px;
|
||||||
}
|
}
|
||||||
.pageing a {
|
.pageing a {
|
||||||
width:40px;
|
width:auto;
|
||||||
height:40px;
|
height:40px;
|
||||||
|
padding: 0 15px;
|
||||||
border:1px solid transparent;
|
border:1px solid transparent;
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
@ -1049,12 +1050,9 @@ $pc-width:1220px;
|
||||||
color:#707479;
|
color:#707479;
|
||||||
margin:0 7px;
|
margin:0 7px;
|
||||||
transition:all 0.5s;
|
transition:all 0.5s;
|
||||||
display: block;
|
display: inline-block;
|
||||||
background-color: #ebebeb;
|
background-color: #ebebeb;
|
||||||
}
|
}
|
||||||
.pageing a.next,.pageing a.prev {
|
|
||||||
width:75px;
|
|
||||||
}
|
|
||||||
.pageing a.cur {
|
.pageing a.cur {
|
||||||
background:$color;
|
background:$color;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
@ -1066,6 +1064,16 @@ $pc-width:1220px;
|
||||||
border-color:$color;
|
border-color:$color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pageing .layui-laypage span {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 15px;
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
background: #ebebeb;
|
||||||
|
}
|
||||||
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||||||
|
background-color: $color;
|
||||||
|
}
|
||||||
.about-list {
|
.about-list {
|
||||||
#maps {
|
#maps {
|
||||||
height: 34.375vw;
|
height: 34.375vw;
|
||||||
|
@ -2135,12 +2143,18 @@ $pc-width:1220px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
a {
|
a {
|
||||||
width: 33px;
|
height: 30px;
|
||||||
height: 33px;
|
line-height: 30px;
|
||||||
line-height: 33px;
|
font-size: 13px;
|
||||||
font-size: 14px;
|
|
||||||
margin:0 5px 8px 5px;
|
margin:0 5px 8px 5px;
|
||||||
}
|
}
|
||||||
|
.layui-laypage span {
|
||||||
|
margin:0 5px 8px 5px;
|
||||||
|
font-size: 13px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
background: #ebebeb;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-list {
|
.about-list {
|
||||||
|
|
|
@ -47,7 +47,10 @@
|
||||||
<div class="talent-list pt20">
|
<div class="talent-list pt20">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<table id="cate-{$cate['id']}" lay-filter="test-{$cate['id']}"></table>
|
|
||||||
|
<div id="cate-{$cate['id']}" class="pageing wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0" lay-filter="test-{$cate['id']}"></div>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
layui.use('laypage', function(){
|
layui.use('laypage', function(){
|
||||||
var laypage = layui.laypage;
|
var laypage = layui.laypage;
|
||||||
|
|
Loading…
Reference in New Issue