2 lines
6.2 KiB
CSS
2 lines
6.2 KiB
CSS
|
body{min-width:1220px;position:relative}body .todo-panel{position:absolute;height:515px;border:1px solid #cbcbcb;background-color:#fff;box-shadow:0 2px 0 0 #cbcbcb;border-bottom-left-radius:3px;border-bottom-right-radius:3px;display:none}body .todo-panel .todo-title{position:relative;height:111px}body .todo-panel .todo-title i{position:absolute;font-size:60px;left:-2px;top:22px;color:#ec4e00}body .todo-panel .todo-title span.num{position:absolute;left:80px;top:30px;font-size:32px;color:#f45438}body .todo-panel .todo-title span.num span{font-size:14px;color:#000}body .todo-panel .todo-title label{position:absolute;top:70px;font-size:14px;left:80px;color:#000}body .todo-panel .todo-items{overflow-y:auto;height:394px}body .todo-panel .todo-items ul li{list-style:none;font-size:14px;color:#000;padding-left:15px;padding-right:20px;line-height:31px;height:31px}body .todo-panel .todo-items ul li>span{position:relative;display:inline-block;background-color:#ec4e00;width:3px;height:3px;top:-14px;margin-right:3px}body .todo-panel .todo-items ul li a{display:inline-block;color:#000;text-decoration:none;width:80%}body .todo-panel .todo-items ul li a:hover{text-decoration:underline}body .todo-panel .todo-items ul li a>span{color:#f45438}body .todo-panel .todo-items ul li a i{display:inline-block;width:27px;height:11px;background:url(../images/new.png);margin-left:5px}body .todo-panel .todo-items ul li label{float:right;color:#b8b8b8}#bd .bd-content{position:relative;padding-right:300px}#bd .bd-content .right-zone{position:absolute;right:0;top:0;bottom:0;width:300px}#bd .item-box{width:298px;border:1px solid #bfbfbf;margin-bottom:10px}#bd .item-box.inform{height:231px}#bd .item-box.price{height:272px}#bd .item-box.attached{height:272px;margin-bottom:0}#bd .item-box.attached .inform-hd{border-bottom:0}#bd .item-box.attached .attached-tab{height:31px;border-top:2px solid #ec4e00;margin-bottom:5px}#bd .item-box.attached .attached-tab a{display:inline-block;width:147px;height:31px;float:left;border:1px solid #bfbfbf;border-top:0;color:#000;text-align:center;line-height:31px;text-decoration:none;background-color:#f1f1f1}#bd .item-box.attached .attached-tab a.item-left{border-left:1px solid #f1f1f1}#bd .item-box.attached .attached-tab a.item-right{border-right:1px solid #f1f1f1}#bd .item-box.attached .attached-tab a.current{font-weight:bold;border:1px solid #fff;background-color:#fff}#bd .item-box.attached ul.hide{display:none}#bd .item-box.attached ul li a{width:260px}#bd .item-box .inform-hd{padding:0 10px;height:35px;line-height:35px;border-bottom:1px solid #bfbfbf;background-color:#e3e3e3}#bd .item-box .inform-hd label{color:#000;font-weight:bold}#bd .item-box .inform-hd a{text-decoration:none;float:right;color:#000}#bd .item-box .inform-hd a:hover{text-decoration:underline}#bd .item-box .inform-hd a span{color:#ec4e00}#bd .item-box ul{padding-top:5px}#bd .item-box ul li{list-style:none;font-size:14px;color:#000;padding:0 10px;line-height:31px;height:31px}#bd .item-box ul li span{position:relative;display:inline-block;background-color:#ec4e00;width:3px;height:3px;top:-14px;margin-right:3px}#bd .item-box ul li a{display:inline-block;color:#000;text-decoration:none;width:200px}#bd .item-box ul li a:hover{text-decoration:underline}#bd .item-box ul li a i{display:inline-block;width:27px;height:11px;background:url(../images/new.png);margin-left:5px}#bd .item-box ul li label{float:right;color:#b8b8b8}#bd .center-part .center-items{margin-bottom:10px}#bd .center-part .center-items .item-hd{padding:0 10px;height:35px;line-height:35px;border-bottom:1px solid #bfbfbf;background-color:#e3e3e3;font-weight:bold}#bd .center-part .center-items.todo{position:relative;height:233px;padding-right:215px}#bd .center-part .center-items.todo .calendar-part{position:absolute;right:0;width:215px;top:0;bottom:0}#bd .center-part .center-items.todo .work-items{height:233px}#bd .center-part .center-items.todo .work-items li{float:left;width:33.333333%;cursor:pointer}#bd .center-part .center-items.todo .work-items li:first-child .work-inner .work-item i{left:-2px}#
|