|
@@ -144,9 +144,12 @@ $marginTop:14%;
|
|
|
width: 100%;
|
|
|
height: calc(100% - #{$marginTop});
|
|
|
display: flex;
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ margin-top: 0 !important;
|
|
|
+ }
|
|
|
}
|
|
|
- //24.1.25 产品调整各个版式的位置,将chart-wrap宽度置为100%
|
|
|
- //版式1,6 不用改,还是用这个
|
|
|
+ //24.1.25 产品调整各个版式的位置,将chart-wrap宽度置为100% 高度尽量调高
|
|
|
+ //版式1,6
|
|
|
.full {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -157,8 +160,6 @@ $marginTop:14%;
|
|
|
.chart-wrap {
|
|
|
width: 90%;
|
|
|
height: 90%;
|
|
|
- margin-top: 10px;
|
|
|
- /* background-color: rgba(255, 192, 203, 0.507); */
|
|
|
}
|
|
|
.editor-wrap {
|
|
|
width: 90%;
|
|
@@ -170,6 +171,9 @@ $marginTop:14%;
|
|
|
top:0;
|
|
|
right:calc(5% - 10px);
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ bottom:4%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
//版式2
|
|
@@ -191,6 +195,9 @@ $marginTop:14%;
|
|
|
top:calc(10% - 10px);
|
|
|
right:calc(5% - 10px);
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:89%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.word-full-right {
|
|
@@ -208,7 +215,10 @@ $marginTop:14%;
|
|
|
.chart-wrap {
|
|
|
width: 100%;
|
|
|
height: 80%;
|
|
|
- }
|
|
|
+ }
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:89%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
//版式345 7
|
|
@@ -231,6 +241,9 @@ $marginTop:14%;
|
|
|
top:calc(4% - 10px);
|
|
|
right:2.5%;
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:89%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
&.bottom {
|
|
@@ -242,18 +255,20 @@ $marginTop:14%;
|
|
|
top:-1.5% !important;
|
|
|
}
|
|
|
.tool-list{
|
|
|
- top:-20px !important;
|
|
|
+ top:-10px !important;
|
|
|
}
|
|
|
}
|
|
|
.chart-wrap {
|
|
|
width: 100%;
|
|
|
height: 84%;
|
|
|
- /* background-color: coral; */
|
|
|
}
|
|
|
.closeBtn{
|
|
|
top:0;
|
|
|
right:2.5%;
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:84%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.chart-wrap {
|
|
@@ -268,6 +283,9 @@ $marginTop:14%;
|
|
|
top:calc(10% - 10px);
|
|
|
right:calc(5% - 10px);
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:90%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.wrap-full-right {
|
|
@@ -289,6 +307,9 @@ $marginTop:14%;
|
|
|
top:calc(4% - 10px);
|
|
|
right:2.5%;
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:89%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
&.bottom {
|
|
@@ -300,7 +321,7 @@ $marginTop:14%;
|
|
|
top:-1.5% !important;
|
|
|
}
|
|
|
.tool-list{
|
|
|
- top:-20px !important;
|
|
|
+ top:-10px !important;
|
|
|
}
|
|
|
}
|
|
|
.chart-wrap {
|
|
@@ -312,6 +333,9 @@ $marginTop:14%;
|
|
|
top:0;
|
|
|
right:2.5%;
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:84%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.editor-wrap {
|
|
@@ -326,6 +350,9 @@ $marginTop:14%;
|
|
|
top:calc(10% - 10px);
|
|
|
right:calc(5% - 10px);
|
|
|
}
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:90%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
//版式8 9
|
|
@@ -335,9 +362,15 @@ $marginTop:14%;
|
|
|
position:relative;
|
|
|
&.top-70{
|
|
|
height:70%;
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:93%;
|
|
|
+ }
|
|
|
}
|
|
|
&.bottom-30{
|
|
|
height: 30%;
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:85%;
|
|
|
+ }
|
|
|
}
|
|
|
.half{
|
|
|
height:100%;
|
|
@@ -365,7 +398,6 @@ $marginTop:14%;
|
|
|
.chart-wrap {
|
|
|
width: 100%;
|
|
|
height: 90%;
|
|
|
- /* margin-top: 10px; */
|
|
|
}
|
|
|
.editor-wrap {
|
|
|
width: 90%;
|
|
@@ -388,6 +420,11 @@ $marginTop:14%;
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+ .format-nine{
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:93%;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
//layer-mask 更改版式345 9布局, ↑原先样式保留不动
|
|
|
.wrap-full-left-half{
|
|
@@ -480,4 +517,35 @@ $marginTop:14%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ //版式10 11 12
|
|
|
+ .wrap-format-new{
|
|
|
+ .line{
|
|
|
+ .line-item{
|
|
|
+ height:100%;
|
|
|
+ .chart-wrap{
|
|
|
+ width:100%;
|
|
|
+ height:90%;
|
|
|
+ }
|
|
|
+ .editor-wrap{
|
|
|
+ width:90%;
|
|
|
+ height:90%
|
|
|
+ }
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:92%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .wrap-full-bottom {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
+ .bottom-15{
|
|
|
+ height: 18%;
|
|
|
+ .chart-bottom-insruction-info{
|
|
|
+ top:80%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|