50 lines
657 B
CSS
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 {
|
|
|
|
} |