|
@@ -246,13 +246,25 @@ body.in-iframe {
|
|
|
width: calc(100% - 48px) !important ;
|
|
|
height: calc(20.3vw - 48px) !important;
|
|
|
margin: auto;
|
|
|
- background: url('/common-module/exhibition/img/work_bg.png?v=1') center center no-repeat;
|
|
|
+ // background: url('/common-module/exhibition/img/work_bg.png?v=1') center center no-repeat;
|
|
|
background-size: cover;
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
.in-iframe #vm_exhibition .head .content{
|
|
|
display: none;
|
|
|
}
|
|
|
+.in-iframe.pc-exhibition-page #vm_exhibition .head{
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.in-iframe.pc-exhibition-page #vm_exhibition .head .content .qr{
|
|
|
+ transform: scale(0.6);
|
|
|
+ transform-origin: 0 0;
|
|
|
+ top: 10%;
|
|
|
+ right: 24%;
|
|
|
+}
|
|
|
+.in-iframe.pc-exhibition-page #vm_exhibition .head .content{
|
|
|
+ display: block;
|
|
|
+}
|
|
|
.in-iframe #vm_exhibition .box{
|
|
|
padding-top: 24px !important;
|
|
|
padding-bottom: 37px !important;
|