|
@@ -108,25 +108,33 @@ loadingopen(){
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
-<style scoped>
|
|
|
+
|
|
|
+ <style lang="scss" scoped>
|
|
|
+/* @import '@/styles/variables.scss';
|
|
|
+@import '@/styles/mixin.scss'; */
|
|
|
.imgs{
|
|
|
position: relative;
|
|
|
-
|
|
|
-}
|
|
|
-[v-cloak]{
|
|
|
- display: none;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ /* align-items: center; */
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+
|
|
|
}
|
|
|
.el-image{
|
|
|
- width: 100%;
|
|
|
- height: calc(100vh - 112px) !important;
|
|
|
+ /* width: 100%; */
|
|
|
+ /* height: calc(100vh - 112px) !important; */
|
|
|
overflow: hidden;
|
|
|
position:relative ;
|
|
|
+ display: contents;
|
|
|
}
|
|
|
+/deep/.imgs img{
|
|
|
+ width:auto !important;
|
|
|
+ }
|
|
|
img{
|
|
|
width: 100%;
|
|
|
height: 90vh;
|
|
|
-object-fit: fill;
|
|
|
-
|
|
|
+object-fit: fill;
|
|
|
/* height: calc(100% - 110px); */
|
|
|
}
|
|
|
|