admin.css 5.9 KB
.container{
    width:1200px;
    margin:0 auto;
}
.t-background{
    transition:background 0.5s;
    -moz-transition:background 0.5s; /* Firefox 4 */
    -webkit-transition:background 0.5s; /* Safari and Chrome */
    -o-transition:background 0.5s; /* Opera */
}
.t-all{
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
body{
    background:#e6e6e6;
}
header{
    height: 42px;
    background:#323232;
    margin-bottom:30px;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
header h1{
    float:left;
}
header .logo{
    color:#fff;
    font-size: 14px;
    font-family:"Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    font-weight:lighter;
}
header .logo{
    float: left;
}
header .slogn{
    margin-left:15px;
}
header .btns{
    display: inline-block;
    float: right;
}
header .btns a{
    line-height:42px;
    color:#fff;
}
header .btns .btn{
    display:inline-block;
    width: 50px;
    height: 24px;
    margin-left:10px;
    line-height:24px;
    background: #24a3ff;
    text-align:center;
    border-radius:3px;
}
header .btns .dived{
    line-height: 42px;
    color:#fff;
    margin-left:8px;
}

header .btns .btn:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
}
.op-groups{
    width:230px;
    float:left;
    padding:15px 20px;;
}
.op-groups{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:10px #bbbbbb solid;
    border-radius:10px;
    background: #f5f5f5;
    padding:15px 20px;
    padding-bottom:5px;
}
.op-groups li{
    width: 100%;
    margin-bottom:10px;
    position: relative;
}
.op-groups li a{
    display:inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family:"Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    color:#666;
    width: 100%;
    background:#fff;
}
.op-groups li a:hover{
    background: #ccc;
    color:#fff;
}
.op-groups li .icon-angle{
    margin-left: 10px;
}

.simulator{
    width: 690px;
    float:left;
}
.module{
    width:280px;
    float:right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:10px #bbbbbb solid;
    border-radius:10px;
    background: #f5f5f5;
    padding:15px 20px;
    padding-bottom:5px;
}
.module hgroup{
    margin-bottom: 20px;
}
.module h2{
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:#666;
    border:1px #bbbbbb solid;
    background: #fff;
    margin-bottom: 20px;
}
.module .slide{
    width: 220px;
}
.module .item-box{
    width: 240px;
    overflow: hidden;
}

.module .item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #f5f5f5;
    width: 100px;
    height: 85px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color:#666;
    font-family:"Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    margin-right: 20px;
}
.module .item .m-icon{
    margin-bottom: 14px;
}
.simulator .wrap{
    width: 400px;
    height: 800px;
    background: url(../images/dist/admin_8.png) center top no-repeat;
    margin: 0 auto;
    position: relative;

}
.simulator .wrap .inner{
    width: 377px;
    height: 670px;
    position: absolute;
    overflow: auto;
    left: 11px;
    top:36px;
    background:#fff;
}
/*内部占位标签*/
.simulator .holder{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    width: 100%;
    height: 180px;
    background: #dddddd;
    border:1px solid #dddddd;
    cursor: pointer;
}
.simulator .holder:hover{
    border:1px dashed #f60;
}
.simulator .wrap .inner .ops{
    display: inline-block;
    position: absolute;
    right: 10px;
}
.simulator .wrap .inner .title{
    display: inline-block;
    position: absolute;
    left: 10px;
    line-height:30px;
}
.simulator .holder .m-btn{
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #777;
    color:#fff;
}
.simulator .holder .m-btn:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}

.flexslider{
    height: 460px;
    position: relative;
}
.flexslider .slide {
    display: block;
    width: 100%;
    background-size: cover
}

.flexslider .slides {
    z-index: 0;
    height: 420px;
    margin-bottom: 9px;
}
.flexslider .slider .flex-direction-nav {
    margin: 0 auto
}

.flexslider .slider .flex-direction-nav a {
    position: absolute
}

.flexslider .slider .flex-direction-nav a:hover {
    opacity: .8;
    filter: alpha(Opacity=80)
}

.flexslider .flex-control-nav {
    text-align: center;
}

.flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0 5px
}

.flexslider .flex-control-nav a {
    overflow: hidden;
    text-indent: 9999px;
    display: inline-block;
    background-image: url(../images/dist/admin_sprite.png);
    background-position: -138px -186px;
    width: 8px;
    height: 8px;
}

.flexslider .flex-control-nav a.flex-active {
    background-image: url(../images/dist/admin_sprite.png);
    background-position: -124px -186px;
    width: 8px;
    height: 8px;
}

.flexslider .flex-direction-nav .flex-prev {
    position: absolute;
    bottom: 12px;
    left: 0;
    display: inline-block;
    background-image: url(../images/dist/admin_sprite.png);
    background-position: -22px -186px;
    width: 16px;
    height: 20px;
}
.flexslider .flex-direction-nav .flex-next {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 0px;
    background-image: url(../images/dist/admin_sprite.png);
    background-position: 0px -186px;
    width: 16px;
    height: 20px;
}