模板: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; } #resona…” |
无编辑摘要 |
||
| 第66行: | 第66行: | ||
color: #292524; | color: #292524; | ||
} | } | ||
a.coordinate-content { | /*a.coordinate-content {*/ | ||
/* text-decoration: none;*/ | |||
} | /*}*/ | ||
a.coordinate-content:hover { | /*a.coordinate-content:hover {*/ | ||
/* text-decoration: underline;*/ | |||
} | /*}*/ | ||
.coordinate-content > span { | .coordinate-content > span { | ||
font-family: 'MiSans'; | font-family: 'MiSans'; | ||
2022年12月3日 (六) 18:52的版本
#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;
}
#coordinate {
display: flex;
margin: 0.5rem 2rem;
}
.subtitle {
width: 100px;
text-align: left;
font-weight: 600;
font-family: 'MiSans';
color: #292524;
}
/*a.coordinate-content {*/
/* text-decoration: none;*/
/*}*/
/*a.coordinate-content:hover {*/
/* text-decoration: underline;*/
/*}*/
.coordinate-content > span {
font-family: 'MiSans';
color: #a8a29e;
font-size: 0.7rem;
}
.coordinate-content > span > span {
font-weight: 600;
color: #57534e;
font-size: 1rem;
}