|
@@ -1,61 +1,12 @@
|
|
|
-body {
|
|
|
- background-color: f5f5f5;
|
|
|
-}
|
|
|
-
|
|
|
-.banner-container {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 480px;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.banner-container .cm-container {
|
|
|
- position: absolute;
|
|
|
- width: 1920px;
|
|
|
- height: 480px;
|
|
|
- left: 50%;
|
|
|
- top: 0;
|
|
|
- transform: translateX(-50%);
|
|
|
-}
|
|
|
-
|
|
|
-.cm-content {
|
|
|
- width: 1200px;
|
|
|
- margin: 0 auto 80px;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.cm-content img {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.cm-footer {
|
|
|
- background: #4a4f58;
|
|
|
- padding: 28px;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.cm-content-h5 {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.cm-content-h5 img{
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 1200px) {
|
|
|
- .cm-content {
|
|
|
- width: 850px !important;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 760px) {
|
|
|
- .cm-content-h5 {
|
|
|
- display: block;
|
|
|
- }
|
|
|
- .banner-container,.cm-content{
|
|
|
- display: none !important;
|
|
|
- }
|
|
|
+body{background-color:f5f5f5}
|
|
|
+.banner-container{position:relative;width:100%;height:480px;overflow:hidden}
|
|
|
+.banner-container .cm-container{position:absolute;width:1920px;height:480px;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
|
|
|
+.cm-content{width:1200px;margin:0 auto 80px;background:#fff}
|
|
|
+.cm-content img{width:100%}
|
|
|
+.cm-footer{background:#4a4f58;padding:28px;text-align:center;color:#fff;font-size:14px}
|
|
|
+.cm-content-h5{display:none}
|
|
|
+.cm-content-h5 img{display:block;width:100%}
|
|
|
+@media (max-width:1200px){.cm-content{width:850px !important}
|
|
|
+}@media (max-width:760px){.cm-content-h5{display:block}
|
|
|
+.banner-container,.cm-content{display:none !important}
|
|
|
}
|