123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- body{padding:0;margin:0; position:relative;}
- *{padding:0;margin:0; list-style:none;}
- .top{width:100%;background:#d6ecef;height:120px;padding:0;margin:0; position:fixed; z-index:1; top:0; left:0;border-bottom:#fff 2px solid;}
- .ribbon{width:auto;margin:0 auto;padding:0; display:block; text-align:center; font-family:"微软雅黑";font-size:13px;color:#4e4e4e;}
- .ribbon .group {
- float: left;
- text-align: center;
- padding:0 15px;
- }
- .ribbon .content {
- height: 76px;
- padding: 3px;
- }
- .ribbon .content .bigtool {
- border:none;
- border-radius: 2px;
- float: left;
- height: 66px;
- margin: 2px;
- min-width: 40px;
- padding: 7px 3px 0;
- text-align: center;
- color:#737373;
- }
- .ribbon .content .active {
- background-image: url("images/toolactive.gif");
- border: 1px solid #E2B45C;
- }
- .ribbon .content .selected {
- background-image: url("images/toolselected.gif");
- border: 1px solid #C2943C;
- }
- .ribbon .content .disabled {
- color: #808080;
- }
- .ribbon .content .bigtool img {
- height: 32px;
- width: 32px;
- }
- .ribbon .content .bigtool span {
- display: block;
- padding-top: 5px;
- }
- #ribbon .content .bigtool .dropdown {
- color: #808080;
- font-size: 9px;
- line-height: 10px;
- padding-top: 2px;
- }
- .ribbon .content .bigtool .dropdownlist {
- background-color: #FFFFFF;
- border: 1px solid #808080;
- border-radius: 2px;
- box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
- display: none;
- min-width: 250px;
- position: absolute;
- z-index: 9999999;
- }
- .ribbon .content .bigtool .dropdownlist .listitem {
- border: 1px solid #000000;
- font-size: 12px;
- margin: 3px;
- padding: 5px;
- text-align: left;
- }
- .ribbon .content .bigtool .dropdownlist .preview {
- color: #444444;
- font-weight: bold;
- }
- .ribbon .content .bigtool .dropdownlist .listitem div {
- border: 1px solid #808080;
- color: #000000;
- font-weight: normal;
- margin: 2px 0;
- padding: 10px;
- }
- .ribbon .content .bigtool .dropdownlist .listitem span {
- display: inline;
- }
- .ribbon .content .bigtool .dropdownlist .active {
- background-image: url("images/toolactive.gif");
- border: 1px solid #E2B45C;
- border-radius: 2px;
- }
- .ribbon .content .bigtool .dropdownlist .selected {
- background-image: url("images/toolselected.gif");
- border: 1px solid #C2943C;
- border-radius: 2px;
- }
- .ribbon .content .bigtool .dropdownlist .listitemseperator {
- border-top: 1px solid #808080;
- font-size: 0;
- line-height: 0;
- margin: 3px;
- padding: 0;
- }
- .ribbon .footer {
- color: #808080;
- height: 40px;
- line-height: 40px;
- text-align: center;
- }
- .ribbon .seperator {
- float: left;
- height: 120px;
- width: 1px;
- background:#fff;
- }
- #frame {
- border: 0 none;
- display: block;
- margin: 0;
- padding: 0;
- }
- #screen {
- background-image: url("images/screenborder.gif");
- background-repeat: repeat-x;
- border: 1px solid #EEEEEE;
- display: none;
- font-size: 34px;
- font-weight: bold;
- height: 78px;
- line-height: 85px;
- overflow: hidden;
- text-align: center;
- }
- #loading {
- background-color: #FFFFFF;
- background-image: url("images/loading.gif");
- background-repeat: no-repeat;
- border: 5px solid #666666;
- display: none;
- font-size: 36px;
- font-weight: bold;
- height: 100px;
- line-height: 100px;
- padding-left: 100px;
- width: 250px;
- }
- .center{width:100%;height:100%;padding:122px 0 100px 0;margin:0 auto; text-align:center;}
- .bottom{width:100%;background:#fff;border:#07568b 2px solid;height:100px;padding:0;margin:0; position:fixed; z-index:1; bottom:0; left:0; box-sizing:border-box; display:block; text-align:center;line-height:100px;}
- .bottom-l{background:#fff;height:80px;padding:10px 10px 10px 10px;margin:0 60px 0 0; text-align:center;line-height:80px; overflow-y:auto;}
- .bottom-r{width:60px;background:#07568b;height:100px;line-height:33px;padding:0;margin:0; float:right;font-size:24px;font-family:"微软雅黑";color:#fff; text-align:center; position:absolute; z-index:2; right:0;top:0; }
|