Files
ClassContent/历届学生/front-end-team-10/项目练习/学生项目/薛涛/3.8/css/me.css
2024-09-27 02:06:13 +08:00

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;
}