调整整体字号 调整间距 字体位置

This commit is contained in:
陈昱达
2025-08-29 12:01:25 +08:00
parent 2edd7f2aa1
commit a0593e6b0e
5 changed files with 14 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ export default {
}, },
customTop: { customTop: {
type: String, type: String,
default: '72px' default: '22px'
} }
} }
} }
@@ -83,7 +83,7 @@ export default {
.content { .content {
font-size: 16px; font-size: 16px;
margin-bottom: 18px; margin-bottom: 18px;
line-height: 20px; line-height: 25px;
font-weight: 500; font-weight: 500;
width: 414px; width: 414px;

View File

@@ -37,7 +37,7 @@ export default {
</script> </script>
<template> <template>
<common-banner :src="banner.src" :title="banner.title" :eTitle="banner.eTitle" customTop="72px"> <common-banner :src="banner.src" :title="banner.title" :eTitle="banner.eTitle">
<div class="time-line-container"> <div class="time-line-container">
<section class="time-line"> <section class="time-line">
<div v-for="time in times" :key="time" @click="handleClick(time)" class="line" :class="{ active: active === time }"> <div v-for="time in times" :key="time" @click="handleClick(time)" class="line" :class="{ active: active === time }">

View File

@@ -115,7 +115,7 @@ export default {
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
color: #707070; color: #707070;
line-height: 25px; line-height: 30px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
&::after { &::after {
@@ -165,7 +165,7 @@ export default {
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
color: #707070; color: #707070;
line-height: 25px; line-height: 30px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
&::after { &::after {

View File

@@ -119,7 +119,7 @@ export default {
<template> <template>
<div class="q-container" :style="{ backgroundColor: '#F5F7FA', paddingBottom: '130px' }"> <div class="q-container" :style="{ backgroundColor: '#F5F7FA', paddingBottom: '130px' }">
<common-banner customTop="72px" :src="src" :title="title" :eTitle="eTitle" :content="content" /> <common-banner :src="src" :title="title" :eTitle="eTitle" :content="content" />
<common-content margin="56px 0 38px 0" title="公司荣誉"> <common-content margin="56px 0 38px 0" title="公司荣誉">
<div class="swiper"> <div class="swiper">
<div class="swiper-left" @click="handleLeft"> <div class="swiper-left" @click="handleLeft">

View File

@@ -82,18 +82,18 @@ export default {
text-align: left; text-align: left;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 14px;
color: #cbaa8a; color: #cbaa8a;
line-height: 22px; line-height: 22px;
font-style: normal; font-style: normal;
//grid-template-columns: repeat(6, 1fr);
img { img {
width: 22px; width: 22px;
height: 22px; height: 22px;
} }
p { p {
font-family: PingFangSC; font-family: PingFangSC;
font-size: 15px; font-size: 14px;
color: #000000; color: #000000;
line-height: 26px; line-height: 26px;
text-align: left; text-align: left;
@@ -150,12 +150,14 @@ ul {
li { li {
display: flex; display: flex;
//align-items: flex-start; //align-items: flex-start;
justify-content: space-between;
//justify-content: space-between;
//align-items: center; //align-items: center;
//margin-top: 10px; //margin-top: 10px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 13px; font-size: 12px;
color: #cbaa8a; color: #cbaa8a;
text-align: left; text-align: left;
@@ -169,6 +171,7 @@ ul {
} }
p { p {
line-height: 22px; line-height: 22px;
width: 100%;
} }
} }
} }