前端样式问题修改
This commit is contained in:
parent
ca7ccdfbec
commit
c5ec9e7e11
|
|
@ -33,7 +33,6 @@ body {
|
|||
|
||||
/* 设置head_pic_container的背景图片,宽度,高度,外边距,内边距,边框 */
|
||||
.head_pic_container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 9.125rem;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ body {
|
|||
background-size: 100% 100%;
|
||||
z-index: -100;
|
||||
width: 120rem;
|
||||
height: 61rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
|
|
@ -73,12 +72,6 @@ body {
|
|||
.boxLeftTwoFstc {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* 右侧第二个盒子 */
|
||||
.boxRightTwoc {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ body {
|
|||
background-size: 100% 100%;
|
||||
z-index: -100;
|
||||
width: 120rem;
|
||||
height: 61rem;
|
||||
/* height: 61rem; */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -73,11 +73,9 @@ export default {
|
|||
}
|
||||
|
||||
.head_pic_container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
height: 5rem;
|
||||
position: relative;
|
||||
/* background-color: #c09292; */
|
||||
background-image: url('../../assets/images/headerPic.png');
|
||||
z-index: 1;
|
||||
background-size: 100% 100%;
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@ export default {
|
|||
this.$modal.msgWarning("请上传身份证正反面两张图片");
|
||||
return;
|
||||
}
|
||||
console.log(this.dataList);
|
||||
this.reset();
|
||||
let formData = new FormData();
|
||||
formData.append('type', 1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue