|
|
@@ -53,9 +53,24 @@
|
|
|
flex:1 !important;
|
|
|
width:100% !important;
|
|
|
}
|
|
|
+ .solution .section-2 .content{
|
|
|
+ width:100% !important;
|
|
|
+ height:100% !important;
|
|
|
+ display:flex !important;
|
|
|
+ display:-webkit-box !important;
|
|
|
+ display: -moz-box !important;
|
|
|
+ display: -ms-flexbox !important;
|
|
|
+ display: -webkit-flex !important;
|
|
|
+ flex-direction:column !important;
|
|
|
+ -webkit-flex-direction:column !important;
|
|
|
+ }
|
|
|
+ .solution .section-2 .sort-item{
|
|
|
+ width:100% !important;
|
|
|
+ height:0.68rem !important;
|
|
|
+ }
|
|
|
.solution .section-2 .sort-item ul {
|
|
|
line-height:0.16rem !important;
|
|
|
- height:0.68rem;
|
|
|
+ height:100% !important;
|
|
|
padding-left:0.05rem !important;
|
|
|
}
|
|
|
.solution .section-2 .sort-item ul li{
|
|
|
@@ -67,8 +82,16 @@
|
|
|
|
|
|
}
|
|
|
.solution .section-2 .content-right{
|
|
|
+ flex:1 !important;
|
|
|
width:100% !important;
|
|
|
float:none !important;
|
|
|
+ display:flex !important;
|
|
|
+ display:-webkit-box !important;
|
|
|
+ display: -moz-box !important;
|
|
|
+ display: -ms-flexbox !important;
|
|
|
+ display: -webkit-flex !important;
|
|
|
+ flex-direction:column !important;
|
|
|
+ -webkit-flex-direction:column !important;
|
|
|
}
|
|
|
.solution .section-2 .content-right .content-detail{
|
|
|
margin-top:0.2rem !important;
|
|
|
@@ -76,12 +99,14 @@
|
|
|
padding-left:0.05rem !important;
|
|
|
padding-right:0.05rem !important;
|
|
|
width:100% !important;
|
|
|
+ flex:1 !important;
|
|
|
}
|
|
|
.solution .section-2 .content-right .content-detail li{
|
|
|
list-style: disc !important;
|
|
|
}
|
|
|
.solution .section-2 .content-right .content-toggle{
|
|
|
margin-top:0.2rem !important;
|
|
|
+ height:0.7rem !important;
|
|
|
}
|
|
|
.solution .section-2 .content-right .content-toggle p {
|
|
|
float:left !important;
|