@@ -1307,6 +1307,8 @@ cursor: pointer;
min-width: 1200px;
}
.pc_tc_master.support-full .f-img {
+ width: 100%;
+ min-width: 100%;
max-width: 100%;
height: auto;
max-height: 800px;
@@ -132,6 +132,8 @@
if (dataUrl!=""){
localStorage.setItem("tc", day)
window.location.href = dataUrl;
+ } else {
+ $("#close2x").trigger('click')
})
{{end}}