模板:ArthalsTest/style.css
来自RIA | Wiki
更多操作
#root {
text-align: center;
margin: 0 auto;
width: 300px;
height: 480px;
background: #fefefe;
border-radius: 0.7rem;
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
display: flex;
flex-direction: column;
}
#name {
font-size: 1.5rem;
font-weight: 800;
margin: 1rem 0;
color: #7f1d1d;
font-family: 'MiSans';
}
#name::after {
content: '';
display: block;
width: 50%;
height: 20px;
background: #fca5a5;
margin: -14px auto;
}
#resonance {
display: flex;
align-items: center;
justify-content: center;
margin-top: 0.3rem;
}
#resonance > .voice-left {
height: 40px;
width: 20px;
background-repeat: no-repeat;
}
#resonance > .voice-right {
height: 40px;
width: 20px;
background-repeat: no-repeat;
}
#resonance > .resonance-title {
margin: 0 1rem;
transform: translateY(-4px);
color: #fca5a5;
font-weight: 600;
font-family: 'MiSans';
}
#info {
display: flex;
flex-direction: column;
}
#info > div {
display: flex;
flex-direction: column;
text-align: left;
margin: 0.5rem 2rem;
}
#info > div > div.title {
font-size: 1rem;
color: #171717;
font-weight: 600;
font-family: 'MiSans';
margin-bottom: 0.4rem;
}
#info > div > div.content {
border-radius: 0.5rem;
border: 1px solid #f4f4f5;
display: flex;
flex-direction: column;
}
#info > div > div.content > div:not(:last-child) {
border-bottom: 1px solid #f4f4f5;
}
#info > div > div.content > div {
padding: 0.3rem 0.5rem;
justify-items: center;
align-items: center;
}
#info > div > div.content > div > span.subtitle {
/* width: 80px;
display: inline-block; */
max-width: 80px;
text-align: left;
font-family: 'MiSans';
color: #737373;
font-size: 0.9rem;
}
#info > div > div.content > div > span.row-content {
float: right;
text-align: right;
font-family: 'MiSans';
color: #262626;
font-size: 0.9rem;
}
#motto {
display: flex;
flex-direction: column;
text-align: left;
margin: 0.5rem 2rem;
}
#motto > div.title {
font-size: 1rem;
color: #171717;
font-weight: 600;
font-family: 'MiSans';
margin-bottom: 0.4rem;
}
#motto > div.content {
border-radius: 0.5rem;
border: 1px solid #f4f4f5;
padding: 0.3rem 0.5rem;
font-family: 'MiSans';
color: #262626;
font-size: 0.9rem;
text-align: center;
}