66 lines
918 B
CSS
Executable File
66 lines
918 B
CSS
Executable File
.con_left{
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
top: 66px;
|
|
right: 75%;
|
|
width: 25%;
|
|
background: #f9f9f8;
|
|
}
|
|
|
|
|
|
.left_row{
|
|
width: 100%;
|
|
min-height: 45px;
|
|
padding: 15px 0;
|
|
/*line-height: 54px;*/
|
|
border-bottom: 1px solid #e6e6e6;
|
|
background: #f9f9f8;
|
|
text-align: center;
|
|
font-size: 14.4px;
|
|
}
|
|
|
|
.con_left .on{
|
|
background: white;
|
|
border-left: 3px solid #f5394e;
|
|
}
|
|
|
|
.con_right{
|
|
position: fixed;
|
|
left: 25%;
|
|
bottom: 0;
|
|
top: 66px;
|
|
right: 0;
|
|
background: white;
|
|
width: 75%;
|
|
}
|
|
|
|
|
|
.rb_title{
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 14.4px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.rb_block{
|
|
width: 33.3%;
|
|
padding: 5%;
|
|
float: left;
|
|
}
|
|
.rb_block img{
|
|
width: 100%;
|
|
}
|
|
.rb_block p{
|
|
text-align: center;
|
|
font-size: 14.4px;
|
|
}
|
|
.oc_logo{
|
|
width: 67.5px;
|
|
height: 16.5px;
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
left: 0;
|
|
right: 0;
|
|
top: 13.75px;
|
|
} |