|
|
@@ -0,0 +1,95 @@
|
|
|
+@media screen and (max-width:600px){
|
|
|
+ nav,footer,#sidebar,#newBridge,.content-left{
|
|
|
+ display:none !important;
|
|
|
+ }
|
|
|
+ html{
|
|
|
+ font-size:100px !important;
|
|
|
+ height:100% !important;
|
|
|
+ }
|
|
|
+ *{
|
|
|
+ box-sizing:border-box !important;
|
|
|
+ -moz-box-sizing:border-box !important; /* Firefox */
|
|
|
+ -webkit-box-sizing:border-box !important; /* Safari */
|
|
|
+ }
|
|
|
+ .solution{
|
|
|
+ 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;
|
|
|
+ width:100% !important;
|
|
|
+ }
|
|
|
+ .content{
|
|
|
+ height:100% !important;
|
|
|
+ width:100% !important;
|
|
|
+ }
|
|
|
+ .solution .section{
|
|
|
+ width:100% !important;
|
|
|
+ }
|
|
|
+ .solution .section-1{
|
|
|
+ height:2.6rem !important;
|
|
|
+ width:100% !important;
|
|
|
+ }
|
|
|
+ .solution .section-1 .section-text{
|
|
|
+ margin-top:0.6rem !important;
|
|
|
+ width:100% !important;
|
|
|
+ font-size:0.36rem !important;
|
|
|
+ height:1.3rem !important;
|
|
|
+ padding-left:0.05rem !important
|
|
|
+ }
|
|
|
+ .solution .section-1 .section-text>h3{
|
|
|
+ font-size:0.30rem !important;
|
|
|
+ }
|
|
|
+ .solution .section-1 .section-text>h3:nth-child(2){
|
|
|
+ text-align:left !important;
|
|
|
+ margin-left:1rem !important;
|
|
|
+ margin-top:0.2rem !important;
|
|
|
+ }
|
|
|
+ .solution .section-1 .dot{
|
|
|
+ width:100% !important;
|
|
|
+ float:none !important;
|
|
|
+ margin:0 !important;
|
|
|
+ overflow: hidden !important;
|
|
|
+ }
|
|
|
+ .solution .section-2{
|
|
|
+ flex:1 !important;
|
|
|
+ width:100% !important;
|
|
|
+ }
|
|
|
+ .solution .section-2 .sort-item ul {
|
|
|
+ line-height:0.16rem !important;
|
|
|
+ height:0.68rem;
|
|
|
+ padding-left:0.05rem !important;
|
|
|
+ }
|
|
|
+ .solution .section-2 .sort-item ul li{
|
|
|
+ margin-top:0.15rem !important;
|
|
|
+ }
|
|
|
+ .solution .section-2 .sort-item ul li a{
|
|
|
+ padding: 0 0.08rem 0 0 !important;
|
|
|
+ font-size:0.16rem !important;
|
|
|
+
|
|
|
+ }
|
|
|
+ .solution .section-2 .content-right{
|
|
|
+ width:100% !important;
|
|
|
+ float:none !important;
|
|
|
+ }
|
|
|
+ .solution .section-2 .content-right .content-detail{
|
|
|
+ margin-top:0.2rem !important;
|
|
|
+ font-size:0.16rem !important;
|
|
|
+ padding-left:0.05rem !important;
|
|
|
+ padding-right:0.05rem !important;
|
|
|
+ width:100% !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;
|
|
|
+ }
|
|
|
+ .solution .section-2 .content-right .content-toggle p {
|
|
|
+ float:left !important;
|
|
|
+ margin-top: 0.05rem !important;
|
|
|
+ display:inline !important;
|
|
|
+ }
|
|
|
+}
|