Files
ClassContent/历届学生/刘合群/菜谱/css/my.css
2024-09-27 02:06:13 +08:00

50 lines
657 B
CSS

body {
background: #fff;
}
.g-view:before {
height: 0 !important;
}
.my {
}
.my-header {
display: flex;
height: 250px;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}
.my-header h2{
font-size: 29px;
}
.my-header img{
width: 110px;
height: 110px;
border-radius: 100%;
}
.my-list {
}
.my-list ul {
}
.my-list ul li {
display: flex;
justify-content: space-between;
padding: 13px 0px;
width: 90%;
margin: 0 auto;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 8px;
}
.my-list ul li a{
display: flex;
justify-content: space-between;
width: 100%;
}
.my-list ul li p {
}
.my-list ul li i {
}