修改流量统计详情界面分页按钮样式
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
width:960px;
|
||||
height:100%;
|
||||
}
|
||||
.M-box{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.M-box,.M-box1,.M-box2,.M-box3{
|
||||
position: relative;
|
||||
text-align: center;
|
||||
@@ -20,49 +23,79 @@
|
||||
}
|
||||
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span{
|
||||
float: left;
|
||||
margin:0 5px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
color: #bdbdbd;
|
||||
font-size: 14px;
|
||||
line-height: 33px;
|
||||
text-decoration: none;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #999999;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active{
|
||||
float: left;
|
||||
margin:0 5px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
background: #3598dc;
|
||||
color: #fff;
|
||||
width: 30px;
|
||||
height: 33px;
|
||||
line-height: 33px;
|
||||
background: #f5f5f5;
|
||||
color: #999999;
|
||||
font-size: 14px;
|
||||
border: 1px solid #3598dc;
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a{
|
||||
float: left;
|
||||
margin:0 5px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
width: 30px;
|
||||
height: 33px;
|
||||
line-height: 33px;
|
||||
background: #fff;
|
||||
border: 1px solid #ebebeb;
|
||||
color: #08c;
|
||||
color: #3598DC;
|
||||
font-size: 14px;
|
||||
text-decoration:none
|
||||
}
|
||||
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover{
|
||||
color:#fff;
|
||||
background: #3598dc;
|
||||
color:#23527c;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
|
||||
font-family: "Simsun";
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
line-height: 30px;
|
||||
}
|
||||
.now,.count{
|
||||
padding:0 5px;
|
||||
color:#f00;
|
||||
}
|
||||
|
||||
.dian-dian{
|
||||
float: left;
|
||||
width: 30px;
|
||||
height: 33px;
|
||||
font-size: 14px;
|
||||
line-height: 33px;
|
||||
color: #999999;
|
||||
text-decoration: none;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #DDDDDD !important;
|
||||
border-left-width: 0 !important;;
|
||||
border-right-width: 0 !important;;
|
||||
}
|
||||
.pageView{
|
||||
display: inline-flex;
|
||||
height: 33px;
|
||||
}
|
||||
.pageMessage{
|
||||
color:#999999;
|
||||
display: inline-block;
|
||||
margin: 7px;
|
||||
}
|
||||
.pageMessage input{
|
||||
border: 1px solid #ddd;
|
||||
color:#999999;
|
||||
width:10%;
|
||||
height: 22px;
|
||||
font-size: 14px;
|
||||
line-height: 33px;
|
||||
margin-left:5px;
|
||||
text-align:center;
|
||||
}
|
||||
/*
|
||||
input{
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user