| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- .box {
- width: 52%;
- }
- .toolBar{
- padding: 15px 0;
- border-bottom: 1px solid #ccc;
- }
- .delModel .box,
- .zdlist_delModel .box {
- width: 23%;
- }
- /*.boxCon {
- width: 100%;
- background: #fff;
- /*text-align: center;*/
- /*padding: 10px 15px;
- height: 340px;
- overflow-y: auto;*/
- /*}*/
- .boxCon table {
- width: 100%;
- }
- .boxCon table th {
- width: 20%;
- }
- .inpBox {
- border: 1px solid #a9a9a9;
- height: 27px;
- width: 55%;
- ;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .inps1,
- .inps4,
- .inps5,
- .inps6 {
- width: 100%;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .changeCode,
- .addzdz,
- .addSort {
- width: 55%;
- }
- .xl {
- display: inline-block;
- background: url(../../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- background-color: #f7bc8b;
- cursor: pointer;
- }
- .xl:hover {
- background-color: #e6d523;
- }
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 26px;
- display: none;
- height: 220px;
- overflow-y: auto;
- }
- .treeTable {
- height: 400px;
- /*overflow-y: auto;*/
- }
- .tree {
- height: 100%;
- }
- .trTitle {
- width: 100%;
- height: 34px;
- line-height: 34px;
- border-bottom: 1px solid #ebebeb;
- color: red;
- font-weight: 700;
- margin-bottom: 15px;
- }
- .treeCon {
- height: 90%;
- border: 1px solid #ebebeb;
- overflow-y: auto
- }
- .rowsss {
- background: darkred;
- color: #fff;
- }
- .shanChu,
- .xiuGai,
- .addZiDian {
- display: inline-block;
- height: 16px;
- width: 16px;
- vertical-align: middle;
- }
- .shanChu {
- background: url(../../img/shanChu.png) no-repeat;
- }
- .xiuGai {
- background: url(../../img/xiuGai1.png) no-repeat;
- }
- .addZiDian {
- background: url(../../img/upUp.png) no-repeat;
- }
- .tjzd {
- float: right;
- }
|