1+ .dd { position : relative; display : block; margin : 0 ; padding : 0 ; max-width : 600px ; list-style : none; font-size : 13px ; line-height : 20px ; }
2+
3+ .dd-list { display : block; position : relative; margin : 0 ; padding : 0 ; list-style : none; }
4+ .dd-list .dd-list { padding-left : 30px ; }
5+ .dd-collapsed .dd-list { display : none; }
6+
7+ .dd-item ,
8+ .dd-empty ,
9+ .dd-placeholder { display : block; position : relative; margin : 0 ; padding : 0 ; min-height : 20px ; font-size : 13px ; line-height : 20px ; }
10+
11+ .dd-handle { display : block; height : 30px ; margin : 5px 0 ; padding : 5px 10px ; color : # 333 ; text-decoration : none; font-weight : bold; border : 1px solid # ccc ;
12+ background : # fafafa ;
13+ background : -webkit-linear-gradient (top, # fafafa 0% , # eee 100% );
14+ background : -moz-linear-gradient (top, # fafafa 0% , # eee 100% );
15+ background : linear-gradient (top, # fafafa 0% , # eee 100% );
16+ -webkit-border-radius : 3px ;
17+ border-radius : 3px ;
18+ box-sizing : border-box; -moz-box-sizing : border-box;
19+ }
20+ .dd-handle : hover { color : # 2ea8e5 ; background : # fff ; }
21+
22+ .dd-item > button { display : none; position : relative; cursor : pointer; float : left; width : 25px ; height : 20px ; margin : 5px 0 ; padding : 0 ; text-indent : 100% ; white-space : nowrap; overflow : hidden; border : 0 ; background : transparent; font-size : 12px ; line-height : 1 ; text-align : center; font-weight : bold; }
23+ .dd-item > button : before { content : '+' ; display : block; position : absolute; width : 100% ; text-align : center; text-indent : 0 ; }
24+ .dd-item > button [data-action = "collapse" ]: before { content : '-' ; }
25+ .dd-item .dd-collapse {display : block}
26+
27+ .dd-collapsed .dd-collapse {
28+ display : none;
29+ }
30+ .dd-collapsed .dd-expand {
31+ display : block;
32+ }
33+
34+ .dd-placeholder ,
35+ .dd-empty { margin : 5px 0 ; padding : 0 ; min-height : 30px ; background : # f2fbff ; border : 1px dashed # b6bcbf ; box-sizing : border-box; -moz-box-sizing : border-box; }
36+ .dd-empty { border : 1px dashed # bbb ; min-height : 100px ; background-color : # e5e5e5 ;
37+ background-image : -webkit-linear-gradient (45deg , # fff 25% , transparent 25% , transparent 75% , # fff 75% , # fff ),
38+ -webkit-linear-gradient (45deg , # fff 25% , transparent 25% , transparent 75% , # fff 75% , # fff );
39+ background-image : -moz-linear-gradient (45deg , # fff 25% , transparent 25% , transparent 75% , # fff 75% , # fff ),
40+ -moz-linear-gradient (45deg , # fff 25% , transparent 25% , transparent 75% , # fff 75% , # fff );
41+ background-image : linear-gradient (45deg , # fff 25% , transparent 25% , transparent 75% , # fff 75% , # fff ),
42+ linear-gradient (45deg , # fff 25% , transparent 25% , transparent 75% , # fff 75% , # fff );
43+ background-size : 60px 60px ;
44+ background-position : 0 0 , 30px 30px ;
45+ }
46+
47+ .dd-dragel { position : absolute; pointer-events : none; z-index : 9999 ; }
48+ .dd-dragel > .dd-item .dd-handle { margin-top : 0 ; }
49+ .dd-dragel .dd-handle {
50+ -webkit-box-shadow : 2px 4px 6px 0 rgba (0 , 0 , 0 , .1 );
51+ box-shadow : 2px 4px 6px 0 rgba (0 , 0 , 0 , .1 );
52+ }
53+
54+ .menu-action {
55+ position : absolute;
56+ top : 0 ;
57+ right : 0 ;
58+ margin : 5px 5px 0px 0px ;
59+ }
60+
61+ # menu_success .active {
62+ padding : 10px ;
63+ }
0 commit comments