123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .easyui-tree a{
- margin: 0;
- padding: 0;
- background: white;
- text-decoration: none;
- border: 0;
- height: 30px;
- }
- .easyui-tree a:hover{
- border: 0;
- }
- .easyui-panel{
- width: 600px;
- padding: 5px;
- }
- .inp,.editinp,.delinp,.shangjia,.xiajia{
- position: absolute;
- top: 0px;
- left: 500px;
- width: 400px;
- padding: 10px;
- display: none;
- background: #F1F1F1;
- border-radius: 10px;
- }
- .inp input,.editinp input,.delinp input shangjia input xiajia input{
- margin-bottom: 10px;
- }
- .l-btn{
- border: 0;
- background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
- }
- .tab tr th{
- width: 120px;
- height: 30px;
- }
- .tab tr th:first-child{
- width: 20px;
- }
- .tab tr th:nth-child(2){
- width: 20px;
- }
|