前端样式问题修改

This commit is contained in:
lizhenhua 2024-08-13 13:11:16 +08:00
parent ca7ccdfbec
commit c5ec9e7e11
7 changed files with 12 additions and 23 deletions

View File

@ -33,7 +33,6 @@ body {
/* 设置head_pic_container的背景图片宽度高度外边距内边距边框 */ /* 设置head_pic_container的背景图片宽度高度外边距内边距边框 */
.head_pic_container { .head_pic_container {
position: relative;
width: 100%; width: 100%;
height: 9.125rem; height: 9.125rem;
position: relative; position: relative;
@ -315,4 +314,4 @@ tbody {
} }
.videoResultColumeTimeIconw{ .videoResultColumeTimeIconw{
flex: 2; flex: 2;
} }

View File

@ -5,7 +5,6 @@ body {
background-size: 100% 100%; background-size: 100% 100%;
z-index: -100; z-index: -100;
width: 120rem; width: 120rem;
height: 61rem;
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
@ -73,12 +72,6 @@ body {
.boxLeftTwoFstc { .boxLeftTwoFstc {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
/* 右侧第二个盒子 */ /* 右侧第二个盒子 */
.boxRightTwoc { .boxRightTwoc {
position: relative; position: relative;
@ -134,4 +127,4 @@ body {
font-size: 1.5rem; font-size: 1.5rem;
padding-top: 2.5rem; padding-top: 2.5rem;
cursor: pointer; cursor: pointer;
} }

View File

@ -1,6 +1,6 @@
:root { :root {
--custom-size: 3rem; --custom-size: 3rem;
} }
@ -9,7 +9,7 @@ body {
background-size: 100% 100%; background-size: 100% 100%;
z-index: -100; z-index: -100;
width: 120rem; width: 120rem;
height: 61rem; /* height: 61rem; */
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
@ -71,7 +71,7 @@ body {
.el-upload-list__item-thumbnail, .el-upload-list__item-thumbnail,
.el-upload-list__item, .el-upload-list__item,
.el-upload-list__item-actions>li{ .el-upload-list__item-actions>li{
width: calc(var(--custom-size) *4.6) !important; width: calc(var(--custom-size) *4.6) !important;
background-color: transparent; background-color: transparent;
border-radius: 0rem; border-radius: 0rem;
} }

View File

@ -48,7 +48,7 @@ export default {
backToHome() { backToHome() {
this.$router.beforeEach((to, from, next) => { this.$router.beforeEach((to, from, next) => {
if (from.path === '/largeScreen') { if (from.path === '/largeScreen') {
localStorage.clear(); localStorage.clear();
} }
next(); next();
@ -73,11 +73,9 @@ export default {
} }
.head_pic_container { .head_pic_container {
position: relative;
width: 100%; width: 100%;
height: 10rem; height: 5rem;
position: relative; position: relative;
/* background-color: #c09292; */
background-image: url('../../assets/images/headerPic.png'); background-image: url('../../assets/images/headerPic.png');
z-index: 1; z-index: 1;
background-size: 100% 100%; background-size: 100% 100%;
@ -119,4 +117,4 @@ export default {
width: 2rem; width: 2rem;
height: 2rem; height: 2rem;
} }
</style> </style>

View File

@ -197,7 +197,6 @@ export default {
this.$modal.msgWarning("请上传身份证正反面两张图片"); this.$modal.msgWarning("请上传身份证正反面两张图片");
return; return;
} }
console.log(this.dataList);
this.reset(); this.reset();
let formData = new FormData(); let formData = new FormData();
formData.append('type', 1) formData.append('type', 1)
@ -387,7 +386,7 @@ export default {
/* .el-upload-list__item-thumbnail, /* .el-upload-list__item-thumbnail,
.el-upload-list__item, .el-upload-list__item,
.el-upload-list__item-actions>li{ .el-upload-list__item-actions>li{
width: calc(var(--custom-size) *4.6) !important; width: calc(var(--custom-size) *4.6) !important;
background-color: transparent; background-color: transparent;
border-radius: 0rem; border-radius: 0rem;
} }
@ -401,4 +400,4 @@ export default {
background-color: transparent !important; background-color: transparent !important;
border-radius: 0rem; border-radius: 0rem;
} */ } */
</style> </style>

View File

@ -52,4 +52,4 @@ export default {
</script> </script>
<style scoped> <style scoped>
@import url('./../../assets/styles/largeScreen.css'); @import url('./../../assets/styles/largeScreen.css');
</style> </style>

View File

@ -71,4 +71,4 @@ export default {
</script> </script>
<style scoped> <style scoped>
@import url('./../../assets/styles/updateIDCard.css'); @import url('./../../assets/styles/updateIDCard.css');
</style> </style>