@@ -154,8 +154,8 @@
// 身份拍摄地址
zjSrc: "",
// 身份证裁剪地址
- zjcaijianSrc: '/static/images/zhengmian.png',
- zjcaijianSrcFan: '/static/images/fanmian.png',
+ zjcaijianSrc: '/static/images/sfza.png',
+ zjcaijianSrcFan: '/static/images/sfzb.png',
cardType: 'front',
frontBase64: '',
backBase64: '',
@@ -175,9 +175,10 @@
}
.container {
- display: flex;
- flex-direction: column;
- height: 100vh;
+ // display: flex;
+ // flex-direction: column;
+ // height: 100vh;
+ padding: 1px 0 50px;
width: 100vw;
background: linear-gradient(to bottom, #07bf61 0%, #fff 30%, #F8FCFF 100%);
@@ -237,8 +238,10 @@
.daiban {
- position: fixed;
- left: 4px;
- right: 4px;
+ // position: fixed;
+ // left: 4px;
+ // right: 4px;
+ margin: 20px !important;
+ padding: 0 !important;
</style>