3ds 流程优化

master
yixian 4 years ago
parent 1d006ee9d8
commit a15f3d0ff7

@ -208,8 +208,6 @@
position: relative; position: relative;
margin: 40px auto; margin: 40px auto;
background: #fff; background: #fff;
max-height: 80%;
overflow: auto;
} }
.threeds-container .dialog>.title{ .threeds-container .dialog>.title{
@ -219,9 +217,16 @@
background: #ff6633; background: #ff6633;
color: white; color: white;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold;
}
.threeds-container .dialog>.framebox{
width: 100%;
overflow: auto;
max-height: 80%;
} }
.threeds-container .dialog>iframe{ .threeds-container .dialog>.framebox>iframe{
border: none; border: none;
width: 100%; width: 100%;
height: 400px; height: 400px;

Loading…
Cancel
Save