40 lines
581 B
CSS
40 lines
581 B
CSS
.title {
|
|
display: flex;
|
|
padding-left: 0.4rem;
|
|
padding-top: 0.4rem;
|
|
}
|
|
|
|
.title img {
|
|
width: 20%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.title .name {
|
|
padding-left: 0.4rem;
|
|
}
|
|
|
|
.title .name p {
|
|
font-size: .32rem;
|
|
margin-bottom: .2rem;
|
|
}
|
|
|
|
.test {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
overflow-y: scroll;
|
|
}
|
|
.test img {
|
|
width: 45%;
|
|
margin-bottom: .2rem;
|
|
padding: 0 0.1rem;
|
|
margin-top: 0.2rem;
|
|
}
|
|
|
|
.xiala {
|
|
position: fixed;
|
|
left: 50%;
|
|
bottom: .1rem;
|
|
color: var(--themeColor);
|
|
} |