Files
17168ERP/web/ext/editor_templates/a01.edit004/style.css
2025-08-29 01:27:25 +08:00

62 lines
1.5 KiB
CSS

.editor .frame-004 {
max-width:100%;
position:relative;
padding:52px;
display:inline-block;
}
.editor .frame-004 .editor-frame {
position:absolute;
min-width:52px;
min-height:52px;
z-index:1;
}
.editor .frame-004 .mid {
position:relative;
z-index:2;
}
.editor .frame-004 .frame-LT,
.editor .frame-004 .frame-RT{
top:0
}
.editor .frame-004 .frame-LB,
.editor .frame-004 .frame-RB {
bottom:0
}
.editor .frame-004 .frame-LT,
.editor .frame-004 .frame-LB {
left:0;
}
.editor .frame-004 .frame-RT,
.editor .frame-004 .frame-RB {
right:0;
}
.editor .frame-004 .frame-LM,
.editor .frame-004 .frame-RM {
top:52px;
bottom:52px;
}
.editor .frame-004 .frame-CT,
.editor .frame-004 .frame-CB {
left:52px;
right:52px;
}
.editor .frame-004 .frame-CT {
top:0;
}
.editor .frame-004 .frame-CB {
bottom:0;
}
.editor .frame-004 .frame-LM {
left:0;
}
.editor .frame-004 .frame-RM {
right:0;
}
.editor .frame-004 .frame-LT {background-image:url(images/td1.jpg);}
.editor .frame-004 .frame-CT {background-image:url(images/td2.jpg);}
.editor .frame-004 .frame-RT {background-image:url(images/td3.jpg);}
.editor .frame-004 .frame-LM {background-image:url(images/td4.jpg);}
.editor .frame-004 .frame-RM {background-image:url(images/td6.jpg);}
.editor .frame-004 .frame-LB {background-image:url(images/td7.jpg);}
.editor .frame-004 .frame-CB {background-image:url(images/td8.jpg);}
.editor .frame-004 .frame-RB {background-image:url(images/td9.jpg);}