|
@@ -53,18 +53,16 @@
|
|
|
.content .one .one_2 .one_2_1 .list .info {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- justify-content: space-evenly;
|
|
|
+ justify-content: space-between;
|
|
|
width: 45vw;
|
|
|
padding: 0 0 0 2vw;
|
|
|
}
|
|
|
.content .one .one_2 .one_2_1 .list .info .name {
|
|
|
font-size: var(--font15Size);
|
|
|
- margin: 0 0 1vw 0;
|
|
|
}
|
|
|
.content .one .one_2 .one_2_1 .list .info .num {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- margin: 1vw 0 0 0;
|
|
|
}
|
|
|
.content .one .one_2 .one_2_1 .list .info .num .left {
|
|
|
font-size: var(--font14Size);
|