暫無描述

box.css 4.3KB

    .boxy-wrapper { position: absolute; } .boxy-wrapper.fixed { position: fixed; } /* Modal */ .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; } /* Border */ .boxy-wrapper { empty-cells: show; } .boxy-wrapper .boxy-top-left, .boxy-wrapper .boxy-top-right, .boxy-wrapper .boxy-bottom-right, .boxy-wrapper .boxy-bottom-left { width: 6px; height: 6px; padding: 0 } .boxy-wrapper .boxy-top-left { background:url('images/boxy-nw.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/images/boxy-nw.png', sizingMethod='crop');} .boxy-wrapper .boxy-top-right { background:url('images/boxy-ne.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/images/boxy-ne.png', sizingMethod='crop');} .boxy-wrapper .boxy-bottom-right { background:url('images/boxy-se.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/images/boxy-se.png', sizingMethod='crop');} .boxy-wrapper .boxy-bottom-left { background:url('images/boxy-sw.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/images/boxy-sw.png', sizingMethod='crop');} .boxy-wrapper .boxy-top, .boxy-wrapper .boxy-bottom { height: 6px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 } .boxy-wrapper .boxy-left, .boxy-wrapper .boxy-right { width: 6px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 } /* Title bar */ .boxy-wrapper .title-bar { background-color:#012F51; padding: 6px; position: relative; text-align:left} .boxy-wrapper .title-bar.dragging { cursor: move; } .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; margin: 0; padding: 0; font-weight: bold; } .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; background-image:url(images/close.gif); height:15px; width:15px; border:0px; background-repeat: no-repeat; background-position: center center; } /* Content Region */ .boxy-inner { background-color: white; padding: 0; color:#333; } .boxy-inner a{ color:#345974;} .boxy-inner a.null{color:#345974;} .boxy-content { } /* Question Boxes */ .boxy-wrapper .question { width: 350px; min-height: 80px; padding: 15px; } .boxy-wrapper .answers { margin:0px auto; width:150px; padding-bottom:10px} .load{background:url(images/icon_waiting.gif) no-repeat 0 0; height:32px; line-height:32px; display:inline-block; padding-left:40px; margin-top:20px;} /*页面弹出层*/ .html_pop_box { -moz-border-radius:5px 5px 5px 5px; background:none repeat scroll 0 0 #333333; height:100%; margin:-8px; opacity:0.5; padding:8px; position:absolute; width:100%; z-index:-1; } /*提示信息*/ .html_clew_box { border:3px solid #7ad3ff; color:#1b9103; position:absolute; z-index:999999; background:#fff url(images/html_clew_box.gif) repeat-x 0 0; padding:0 25px 0 68px; ; margin-top:1px; float:left; } .clew_error { background-position:0 bottom; color:#f00 } .html_clew_box_close { clear:both; display:none } .html_clew_box_close a { background: url(images/pop_ico_x.gif) no-repeat 0 0; width:8px; height:8px; overflow: hidden; text-indent: 10px; display: block; float: right; } .html_clew_box_con { font-size:14px; padding:20px 0; white-space: nowrap; font-weight: bold; } .ico_waiting { background:url(images/icon_waiting.gif) no-repeat 0 0; height:32px; line-height:32px; display:inline-block; padding-left:40px; } .boxy-content { text-align:left; padding:10px; } #input_dismissed { margin:10px 0 10px 0; } /*额外弹出层*/ .load2{ background:url(images/icon_waiting.gif) no-repeat 0 0; height:32px; line-height:32px; display:inline-block; margin-top:200px; margin-left: 345px; } .boxy-wrapper .title-bar2 .close { color: #FF6600; position: absolute; top: 10px; right: 10px; font-size: 90%; line-height: 1; height:15px; width:30px; border:0px; }