|
@@ -391,18 +391,26 @@ a:focus{
|
|
|
.data-scene .scene-item:nth-child(4){
|
|
|
background-image: url(/dataSmt/images/scene-item-4.png);
|
|
|
}
|
|
|
+.data-scene .scene-btn-container{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin: 40px 0 0;
|
|
|
+}
|
|
|
.data-scene .scene-btn{
|
|
|
width: 240px;
|
|
|
height: 48px;
|
|
|
line-height: 48px;
|
|
|
- margin: 48px auto 0;
|
|
|
- background-color: #fff;
|
|
|
border-radius: 8px;
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
|
+ font-size: 20px;
|
|
|
}
|
|
|
-
|
|
|
-.data-scene .scene-btn > span{
|
|
|
+.data-scene .consult-btn{
|
|
|
+ background-color: #fff;
|
|
|
+ margin-right: 72px;
|
|
|
+}
|
|
|
+.data-scene .consult-btn > span{
|
|
|
/* background: linear-gradient(#33CCCC, #3399FF);
|
|
|
-webkit-background-clip: text;
|
|
|
-moz-background-clip:text;
|
|
@@ -417,6 +425,10 @@ a:focus{
|
|
|
background: url(/dataSmt/images/zixun-font.png) no-repeat center center;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
+.data-scene .download-btn{
|
|
|
+ color: #fff;
|
|
|
+ background: linear-gradient(to right,rgba(42, 190, 209, 1),rgba(54, 135, 255, 1));
|
|
|
+}
|
|
|
|
|
|
.btn-light{
|
|
|
position: relative;
|