更改图片自适应宽度
This commit is contained in:
parent
ab70c9337c
commit
dc4d640533
@ -383,7 +383,7 @@ export default {
|
|||||||
</template>
|
</template>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.tij {
|
.tij {
|
||||||
width: 605px;
|
min-width: 605px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #2c4cdb;
|
background-color: #2c4cdb;
|
||||||
border: none;
|
border: none;
|
||||||
@ -426,7 +426,7 @@ form input {
|
|||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
}
|
}
|
||||||
.img-8 {
|
.img-8 {
|
||||||
width: 600px;
|
min-width: 600px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
@ -495,7 +495,7 @@ form input {
|
|||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
.img-7 {
|
.img-7 {
|
||||||
width: 600px;
|
min-width: 600px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
|
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user