82 lines
1.1 KiB
CSS
Executable File
82 lines
1.1 KiB
CSS
Executable File
.scroll_out_{
|
|
position: fixed;
|
|
top: 114px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.row{
|
|
width: 100%;
|
|
background: white;
|
|
border-top: 1px solid #e6e6e6;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
.row_top{
|
|
width: 100%;
|
|
height: 54px;
|
|
|
|
}
|
|
.row_h_r{
|
|
border-top: 1px solid #e6e6e6;
|
|
width: 100%;
|
|
height: 36px;
|
|
}
|
|
|
|
.row_h_r p{
|
|
line-height: 36px;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.row_top .img{
|
|
padding: 9px;
|
|
width: 54px;
|
|
height: 54px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
|
|
.row_top p{
|
|
float: left;
|
|
line-height: 54px;
|
|
font-size: 14.4px;
|
|
color: #222222;
|
|
}
|
|
.row_top .btn{
|
|
width: 17px;
|
|
height: 54px;
|
|
padding: 22px 0;
|
|
float: right;
|
|
display: inline-block;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.ani{
|
|
transform:rotate(180deg)
|
|
}
|
|
.nav{
|
|
position: fixed;
|
|
top: 66px;
|
|
left: 0;
|
|
right: 0;
|
|
height: 48px;
|
|
background: white;
|
|
}
|
|
.nav .block{
|
|
float: left;
|
|
width: 40%;
|
|
margin: 0 5%;
|
|
text-align: center;
|
|
line-height: 48px;
|
|
height: 48px;
|
|
font-size: 14.4px;
|
|
}
|
|
body .nav .on{
|
|
border-bottom: 2px solid #fc2c43;
|
|
color: #f02a40;
|
|
}
|