BUG 26233

This commit is contained in:
aixianling
2021-12-31 10:16:43 +08:00
parent 969b64ff97
commit f191726408

View File

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