mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Optimize guide style.
This commit is contained in:
parent
16dfcd9a81
commit
63f7ab8495
@ -222,12 +222,29 @@ sr-opt-theme[sr-type="active"] {
|
||||
}
|
||||
|
||||
.guide .title {
|
||||
position: absolute;
|
||||
|
||||
left: 0;
|
||||
right: 15px;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.guide .subtitle {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
|
||||
margin-top: 48px;
|
||||
|
||||
min-height: 55px;
|
||||
line-height: initial;
|
||||
|
||||
font-size: 15px;
|
||||
height: 71px;
|
||||
}
|
||||
|
||||
.guide .group {
|
||||
|
||||
@ -6,7 +6,9 @@ export default class Guide extends React.Component {
|
||||
return (
|
||||
<div className="guide">
|
||||
<div className="title">帮助中心</div>
|
||||
<div className="subtitle">快捷答案</div>
|
||||
<div className="subtitle">
|
||||
<span>快捷答案</span>
|
||||
</div>
|
||||
<div className="group">
|
||||
<guid-card>
|
||||
<guid-card-tips>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user