45 lines
747 B
CSS
45 lines
747 B
CSS
.header_my{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 4rem;
|
|
flex-direction: column;
|
|
}
|
|
.header_my i{
|
|
font-size: 1.2rem;
|
|
margin-bottom: 0.2rem;
|
|
color: #fff;
|
|
}
|
|
.header_my div{
|
|
font-size: 0.32rem;
|
|
color: #fff;
|
|
}
|
|
.content_my{
|
|
padding-bottom: 1rem
|
|
}
|
|
.content_my .list{
|
|
margin-top: 0.2rem
|
|
}
|
|
.list_item a{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 0.3rem;
|
|
height: 0.96rem;
|
|
|
|
}
|
|
.list_item_left{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.list_item_left i{
|
|
font-size: 0.4rem;
|
|
margin-right: 0.2rem
|
|
}
|
|
.list_item_text{
|
|
font-size: 0.3rem;
|
|
}
|
|
.icon-qianjin-tongyong{
|
|
font-size: 0.28rem;
|
|
color: #c3c0c0;
|
|
} |