| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- ul,
- li,
- ol,
- dl {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .toolBar {
- padding: 15px 0;
- border-bottom: 1px solid #ccc;
- }
- .box {
- width: 55%;
- margin-top: 1%;
- }
- .againModel .box {
- width: 30%;
- }
- .banModel .box,
- .useModel .box {
- width: 20%;
- }
- .boxCon {
- height: 492px;
- }
- .boxCon table {
- width: 100%;
- }
- .boxCon table th {
- width: 20%;
- }
- .boxCon table td textarea {
- width: 100%;
- }
- .inpBox {
- border: 1px solid #a9a9a9;
- height: 27px;
- width: 100%;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .inps1,
- .inps2,
- .inps3,
- .inps4,
- .inps5,
- .inps6 {
- width: 100%;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .changeTitle,
- .changeKey,
- .addTitle,
- .addKey {
- 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;
- z-index: 10;
- text-align: center;
- }
- .addTree .list li:hover {
- background: #ebebeb;
- color: #717171;
- }
- #ygbirth,
- #chan_ygbirth {
- width: 172px;
- height: 32px;
- border: 1px solid #a9a9a9;
- }
- .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;
- }
- .ztree li {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .radio-inline {
- margin: 0px 10px 0 0 !important;
- }
- .radio-inline input[type="radio"] {
- margin-top: 8px !important;
- }
|