Template:方剂条目/styles.css:修订间差异
删除的内容 添加的内容
小 // Edit via Wikiplus |
小 // Edit via Wikiplus |
||
| (未显示同一用户的2个中间版本) | |||
第43行:
}
.fangji-entry .fj-label span {
position: relative;
display: inline-block;
width: 4.5em;
第51行 ⟶ 第52行:
padding: 0 6px;
text-align: center;
background-color: #f1f4f2;
border-radius: 0 4px 4px 0;
第57行:
font-weight: 500;
font-size: 0.95em;
}
.fangji-entry .fj-label span::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 3px;
background: #397c57;
}
.fangji-entry .fj-warning span {
▲ border-left-color: #c44536;
background-color: #fcf0ef;
}
.fangji-entry .fj-warning span::before {
}
.fangji-entry .fj-value {
第126行 ⟶ 第138行:
}
.fangji-entry .fj-label span {
position: relative;
display: inline-block;
width: 4.5em;
第134行 ⟶ 第147行:
padding: 0 6px;
text-align: center;
border-left: 3px solid #36c;▼
background-color: #f0f4f8;
border-radius: 0 4px 4px 0;
第140行 ⟶ 第152行:
font-weight: 500;
font-size: 0.95em;
}
.fangji-entry .fj-label span::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 3px;
background: #36c;
}
.fangji-entry .fj-warning span {
▲ border-left-color: #c44536;
background-color: #fcf0ef;
}
.fangji-entry .fj-warning span::before {
background: #c44536;
}
.fangji-entry .fj-value {
| |||