100 lines
1.5 KiB
CSS
Executable File
100 lines
1.5 KiB
CSS
Executable File
header {
|
|
padding-top: 18px;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
background: -moz-linear-gradient(left, #f5364c, #e51329);
|
|
/*Mozilla*/
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5364c), to(#e51329));
|
|
/*Old gradient for webkit*/
|
|
background: -webkit-linear-gradient(left, #f5364c, #e51329);
|
|
/*new gradient for Webkit*/
|
|
background: -o-linear-gradient(left, #f5364c, #e51329);
|
|
/*Opera11*/
|
|
color: white;
|
|
font-size: 18px;
|
|
z-index: 10;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
header .nav{
|
|
color: white;
|
|
/*text-align: center;*/
|
|
}
|
|
.mui-bar{
|
|
height: 66px;
|
|
color: white;
|
|
}
|
|
|
|
.mui-title{
|
|
color: white;
|
|
bottom: 0;
|
|
}
|
|
|
|
a{
|
|
/*color: white;*/
|
|
}
|
|
|
|
.mui-bar-nav{
|
|
box-shadow: 0 0 0;
|
|
}
|
|
|
|
|
|
.header {
|
|
width: 100%;
|
|
height: 64px;
|
|
padding-top: 20px;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 111111111;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
}
|
|
|
|
.header_con {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 44px;
|
|
}
|
|
|
|
.mui-action-back{
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 12px;
|
|
z-index: 100;
|
|
}
|
|
.oc_logo {
|
|
width: 20%;
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 27%;
|
|
}
|
|
.header_con .title{
|
|
color: #101010;
|
|
font-size: 17px;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
bottom: 11.5px;
|
|
z-index: 10;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.header_con .header_con_bc{
|
|
color: #101010;
|
|
font-size: 17px;
|
|
position: absolute;
|
|
/* left: 0; */
|
|
right: 10px;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
bottom: 11.5px;
|
|
z-index: 10;
|
|
} |