|
@@ -207,7 +207,7 @@ ul li {
|
|
|
/* overflow-x: hidden; */
|
|
|
}
|
|
|
|
|
|
-.toolRight div.content>ul>li {
|
|
|
+.toolRight div.content>ul>li:not(.group-widget) {
|
|
|
border-top: 1px solid #5d5d5d;
|
|
|
border-bottom: 1px solid #000000;
|
|
|
padding: 10px;
|
|
@@ -221,9 +221,7 @@ ul li {
|
|
|
border-top: none;
|
|
|
}
|
|
|
|
|
|
-.toolRight div.content>ul>li>*:first-child {
|
|
|
- margin: 3px 0 5px 0 !important;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
.itemMargin {
|
|
|
margin: 10px auto !important;
|
|
@@ -354,7 +352,7 @@ ul.MenuOptions li.chosen {
|
|
|
left: 100%;
|
|
|
}
|
|
|
|
|
|
-.toolRight div.content>ul>li {
|
|
|
+.toolRight div.content>ul>li:not(.group-widget) {
|
|
|
border-top: 1px solid #636363;
|
|
|
border-bottom: 1px solid #000000;
|
|
|
padding: 15px 10px;
|
|
@@ -364,7 +362,7 @@ ul.MenuOptions li.chosen {
|
|
|
border-top: none;
|
|
|
}
|
|
|
|
|
|
-.toolRight div.content ul>li>* {
|
|
|
+.toolRight div.content ul>li:not(.group-widget)>*, .group-widget .inner>.widget-wrapper>*{
|
|
|
margin: 7px 0 12px 0;
|
|
|
line-height: 32px;
|
|
|
height: 100%;
|
|
@@ -757,7 +755,7 @@ ul.MenuOptions li.chosen {
|
|
|
}
|
|
|
|
|
|
.toolRight .mediaUpload .itemTitle {
|
|
|
- height: 32px;
|
|
|
+ height: 32px !important;
|
|
|
}
|
|
|
|
|
|
.toolRight .itemTitle::before {
|
|
@@ -777,7 +775,7 @@ ul.MenuOptions li.chosen {
|
|
|
}
|
|
|
|
|
|
.toolRight .itemTitle:not(:first-child) {
|
|
|
- margin: 25px 0 2px 0 !important;
|
|
|
+ margin: 13px 0 2px 0 !important;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -789,7 +787,7 @@ ul.MenuOptions li.chosen {
|
|
|
font-size: 13px;
|
|
|
line-height: 12px;
|
|
|
}
|
|
|
-.toolRight li[name="content"]>ul>li {
|
|
|
+.toolRight li[name="content"] .widget-wrapper>ul>li {
|
|
|
background: #212121;
|
|
|
padding: 8px 5px 8px 10px;
|
|
|
margin: 18px 0;
|
|
@@ -2102,4 +2100,85 @@ ul.MenuOptions li.chosen {
|
|
|
/* background: #4c4c4c; */
|
|
|
margin: 17px 0px;
|
|
|
border-bottom: 1px dotted #404040;
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/* from 4dmodel: */
|
|
|
+ .layout-widget{
|
|
|
+ display:-webkit-box;
|
|
|
+ display:-webkit-flex;
|
|
|
+ display:-ms-flexbox;
|
|
|
+ display:flex;
|
|
|
+ -webkit-box-orient:vertical;
|
|
|
+ -webkit-box-direction:normal;
|
|
|
+ -webkit-flex-direction:column;
|
|
|
+ -ms-flex-direction:column;
|
|
|
+ flex-direction:column;
|
|
|
+ height:inherit;
|
|
|
+}
|
|
|
+.widget-wrapper>.header{
|
|
|
+ background: #616161;
|
|
|
+ position:relative;
|
|
|
+ height:32px;
|
|
|
+ border-top: 1px solid #18232e;
|
|
|
+ border-bottom: 1px solid #18232e;
|
|
|
+ padding-left: 10px;
|
|
|
+ font-size:12px;
|
|
|
+ line-height:29px;
|
|
|
+ color: #ffffff;
|
|
|
+ opacity:1;
|
|
|
+ cursor:pointer;
|
|
|
+ transition: color 0.1s;
|
|
|
+ text-align:left;
|
|
|
+}
|
|
|
+
|
|
|
+.widget-wrapper>.header:before{
|
|
|
+ content: "\f0d7";
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ width: 20px;
|
|
|
+ height: 29px;
|
|
|
+ font-family: FontAwesome;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 29px;
|
|
|
+}
|
|
|
+.widget-wrapper>.header.closed:before{
|
|
|
+ content: "\f0da";
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.inner>.widget-wrapper{
|
|
|
+ position:relative;
|
|
|
+ margin: 13px 0 19px 0;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+ .group-widget > .widget-wrapper > .header .pic{
|
|
|
+ position:absolute;
|
|
|
+ top:6px;
|
|
|
+}
|
|
|
+ .group-widget > .widget-wrapper > .header a{
|
|
|
+ margin-left: 12px;
|
|
|
+ font-size: 14px;
|
|
|
+ letter-spacing: 3px;
|
|
|
+ /* font-weight: 700; */
|
|
|
+
|
|
|
+}
|
|
|
+.group-widget > .widget-wrapper > .inner {
|
|
|
+ padding: 0px 13px;
|
|
|
+ overflow: visible;
|
|
|
+ max-height: 1000px;
|
|
|
+ transition:all 0.2s; /* 透明度和高度 */
|
|
|
+}
|
|
|
+
|
|
|
+[name="content"] .group-widget > .widget-wrapper > .inner {
|
|
|
+ max-height: 2800px;
|
|
|
+}
|
|
|
+
|
|
|
+.group-widget > .widget-wrapper > .inner.closed{
|
|
|
+ max-height:0;
|
|
|
+ overflow: hidden;
|
|
|
+}
|