Template:希顶经/样式.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
.zhina { |
.zhina { |
||
background: # |
background: #f2ecde; |
||
padding: 16px; |
padding: 16px; |
||
position: relative; |
position: relative; |
||
第31行: | 第31行: | ||
margin: 4px; |
margin: 4px; |
||
color: #333; |
color: #333; |
||
background: |
background: white; |
||
} |
} |
2022年11月11日 (五) 09:50的版本
.zhina {
background: #f2ecde;
padding: 16px;
position: relative;
font-size: 16px;
}
.zhina-title {
text-align: center;
font-size: 24px;
}
.zhina-number {
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
font-size: 12px;
color: #5f8dda;
}
.zhina-nav-left, .zhina-nav-right {
position: absolute;
top: 32px;
}
.zhina-nav-left {
left: 16px;
}
.zhina-nav-right {
right: 16px;
}
.zhina-nav-left a, .zhina-nav-right a {
padding: 4px;
margin: 4px;
color: #333;
background: white;
}