更改图片自适应宽度
This commit is contained in:
parent
ab70c9337c
commit
dc4d640533
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user