3ds 流程优化

master
yixian 3 years ago
parent 1d006ee9d8
commit a15f3d0ff7

@ -208,8 +208,6 @@
position: relative;
margin: 40px auto;
background: #fff;
max-height: 80%;
overflow: auto;
}
.threeds-container .dialog>.title{
@ -219,9 +217,16 @@
background: #ff6633;
color: white;
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;
width: 100%;
height: 400px;

Loading…
Cancel
Save