:root{ --color-bg-default:rgba(222,234,246,0.3); --color-bg-plane: rgba(251, 86, 85, 0.9); --color-text-title:#F87261; --color-text-content:#F8B33A; --color--border:#F49225; --box-shadow:-6px -6px 15px rgba(255,255,255,0.8), 6px 6px 15px rgba(0,0,0,0.2); } .icon{ vertical-align: middle; width: 1.5em; height: 1.5em; font-size: 1.1em; text-anchor: middle; /* 文本水平居中 */ dominant-baseline: middle; /* 文本垂直居中 */ } .ipage{ background-color: var(--color-bg-default); } .badge{ height: 2em; width: 2em; margin-left: 0.75em; display: inline-block; } .setHighColorBox{ font-weight: bold; background-color: var(--color-bg-plane); color:var(--color-text-content); } .setBoxShadow{ box-shadow: var(--box-shadow); } .setBoxMargin{ margin: 0.5em auto; } .setBoxPadding{ padding: 1em; box-sizing: border-box; } .setBoxRound{ border-radius: 7.5px; } .setBoxInline{ display: inline-block; } .setFontBigAsH1{ margin: 0.5em auto; font-size: 1.1em; font-weight: bold; } .setFontBigAsText{ margin: 0.5em auto; font-size: 14px; }