邓洁 : 修改间距

This commit is contained in:
邓洁
2023-12-11 21:13:09 +08:00
parent 1559ce25df
commit 71897b22d3

View File

@@ -129,7 +129,7 @@ watch(() => props.feedback, (now, old) => {
position: absolute;
top: 744px;
left: 70px;
//width: 826px;
width: 826px;
height: 928px;
background-image: url(@/assets/images/transducer/bg.png);
padding: 0 30px;
@@ -139,7 +139,7 @@ watch(() => props.feedback, (now, old) => {
//height: 148px;
display: flex;
align-items: center;
padding: 30px 0 30px 20px;
padding: 30px 0 30px 8px;
& > img {
height: 70px;
@@ -160,7 +160,7 @@ watch(() => props.feedback, (now, old) => {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 0 24px;
padding: 0 0 0 18px;
margin-bottom: 16px;
@@ -195,9 +195,9 @@ watch(() => props.feedback, (now, old) => {
justify-content: space-between;
color: white;
align-items: center;
font-size: 28px;
font-size: 26px;
line-height: 37px;
padding: 0px 0px 0px 24px;
padding: 0 0 0 18px;
img {
margin-right: 14px;