Carbon/02.需求文档/01.原型页面20240529/05-模型管理/02-碳模型盘查主页/碳盘查模型主页3_files/axImgAreaSelect.css
xinyu.zhang@1yunhui.com 40012a422b init
2024-09-23 14:27:16 +08:00

36 lines
832 B
CSS

.aximgareaselect-border1 {
background: url('images/border-anim-v.gif') repeat-y left top;
}
.aximgareaselect-border2 {
background: url('images/border-anim-h.gif') repeat-x left top;
}
.aximgareaselect-border3 {
background: url('images/border-anim-v.gif') repeat-y right top;
}
.aximgareaselect-border4 {
background: url('images/border-anim-h.gif') repeat-x left bottom;
}
.aximgareaselect-border1, .aximgareaselect-border2, .aximgareaselect-border3, .aximgareaselect-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.aximgareaselect-handle {
background-color: #fff;
border: solid 1px #000000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.aximgareaselect-outer {
background-color: #000000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.aximgareaselect-selection { }