更改图片自适应宽度

This commit is contained in:
fanshuai 2025-04-01 15:32:31 +08:00
parent ab70c9337c
commit dc4d640533

View File

@ -383,7 +383,7 @@ export default {
</template>
<style scoped>
.tij {
width: 605px;
min-width: 605px;
color: #fff;
background-color: #2c4cdb;
border: none;
@ -426,7 +426,7 @@ form input {
margin-left: 100px;
}
.img-8 {
width: 600px;
min-width: 600px;
height: 300px;
border-radius: 10px;
}
@ -495,7 +495,7 @@ form input {
font-size: 30px;
}
.img-7 {
width: 600px;
min-width: 600px;
height: 400px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;