This commit is contained in:
duanliang
2025-04-26 17:24:52 +08:00
parent 2bd06ab811
commit 2b83c42af2

View File

@@ -194,7 +194,7 @@ import pubSub from 'pubsub-js'
&__left { &__left {
display: flex; display: flex;
align-items: center; align-items: center;
margin-right:vw(10);
> img { > img {
width: vw(74); width: vw(74);
height: auto; height: auto;
@@ -202,7 +202,7 @@ import pubSub from 'pubsub-js'
} }
&__left-item { &__left-item {
position: relative; position: relative;
width: vw(130); width: vw(120);
height: vh(58); height: vh(58);
padding-left: vw(10); padding-left: vw(10);
display: flex; display: flex;
@@ -217,6 +217,7 @@ import pubSub from 'pubsub-js'
font-weight: 400; font-weight: 400;
font-size: vw(14); font-size: vw(14);
color: #ffffff; color: #ffffff;
left:vw(0)
} }
} }
& > div:nth-child(2) { & > div:nth-child(2) {