50 lines
692 B
CSS
50 lines
692 B
CSS
.me_top {
|
|
font-size: .4rem;
|
|
height: 4rem;
|
|
width: 100%;
|
|
background-color:var(--themeColor);
|
|
color: aliceblue;
|
|
}
|
|
|
|
.me_top i {
|
|
color:var(--whiteColor);
|
|
font-size: 1.4rem;
|
|
position: absolute;
|
|
left: 3.04rem;
|
|
line-height: 4rem;
|
|
}
|
|
|
|
.wode {
|
|
position: absolute;
|
|
left: 3.34rem;
|
|
top: 2.7rem;
|
|
|
|
}
|
|
|
|
ul {
|
|
font-size: .4rem;
|
|
margin-top: .1rem;
|
|
color:var(--textColor);
|
|
}
|
|
|
|
li {
|
|
margin-top: .2rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
li a {
|
|
color:var(--textColor);
|
|
}
|
|
|
|
.my_list{
|
|
width: 100%;
|
|
margin-left: .1rem;
|
|
}
|
|
|
|
li i {
|
|
height: .4rem;
|
|
width: .4rem;
|
|
margin-right: .1rem;
|
|
line-height: .52rem;
|
|
} |