23 lines
399 B
SCSS
23 lines
399 B
SCSS
.original-english {
|
|
border-top: 1px dashed $regal;
|
|
&.hidden {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
td, th {
|
|
> p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.about-cn-translation {
|
|
font-size: 16px;
|
|
h2 {
|
|
border-bottom: 1px solid $silver;
|
|
}
|
|
}
|
|
|
|
body,.main-nav .main-nav-button {
|
|
font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu !important;
|
|
} |