BUG 26233
This commit is contained in:
@@ -200,7 +200,7 @@ export default {
|
|||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 112px;
|
line-height: 112px;
|
||||||
margin-right: 80px;
|
margin-right: 72px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
@@ -297,24 +297,33 @@ export default {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 112px;
|
height: 120px;
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
font-family: PingFangSC-Medium, PingFang SC;
|
font-family: PingFangSC-Medium, PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #3671EE;
|
color: #3671EE;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
padding: 0 32px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
padding: 0 92px;
|
padding: 0 92px;
|
||||||
line-height: 112px;
|
line-height: 88px;
|
||||||
border-top: 1px solid #A0C0FF;
|
height: 88px;
|
||||||
|
border: 1px solid #A0C0FF;
|
||||||
|
border-radius: 16px;
|
||||||
|
|
||||||
&.primary {
|
&.primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #4181FF;
|
background: #4181FF;
|
||||||
border-color: #4181FF;
|
border-color: #4181FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& + div {
|
||||||
|
margin-left: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user