|
@@ -274,6 +274,30 @@
|
|
|
div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
|
|
|
.free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
|
|
|
}
|
|
|
+
|
|
|
+ /* 产品体验*/
|
|
|
+ .platform-products-experience{
|
|
|
+ p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
|
|
|
+ .experience-ul-box{
|
|
|
+ margin: 0 -16px;
|
|
|
+ li{
|
|
|
+ width:25%;display: inline-block;text-align: center;font-size: 16px;
|
|
|
+ div{margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative}
|
|
|
+ i{display: inline-block;width: 46px;height: 46px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;}
|
|
|
+ h5{font-size: 22px;color: rgb(16, 16, 16);margin-bottom: 24px;}
|
|
|
+ p{font-size: 16px;padding: 0;margin: 0;color: #101010;line-height: 26px;}
|
|
|
+ a{width: 180px;height: 40px;line-height: 40px;display: inline-block;margin-top: 24px;text-align: center;background-color: #3e7ce7;
|
|
|
+ border-color: rgba(255, 0, 0, 0);border-width: 1px;border-style: solid;color: rgb(255, 255, 255);border-radius:4px;font-weight: normal;cursor: pointer}
|
|
|
+ span{display: block;transition: 0.5s;position: absolute;top: 0;bottom: 305px;left: 0;right: 0;overflow: hidden;}
|
|
|
+ em{width:180px;height:180px;display: block;margin: 24px auto;background-image:url("~static/images/client/exam/exam-code-img.png")}
|
|
|
+ }
|
|
|
+ li:nth-child(1) i{background-image:url("~static/images/client/exam/exam-tel-icon.png")}
|
|
|
+ li:nth-child(2) i{background-image:url("~static/images/client/exam/exam-pc-icon.png")}
|
|
|
+ li:nth-child(3) i{background-image:url("~static/images/client/exam/exam-sz-icon.png")}
|
|
|
+ li:nth-child(4) i{background-image:url("~static/images/client/exam/exam-sx-icon.svg")}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/* 产品优势 */
|
|
|
.platform-products-services{
|
|
|
li:not(:last-child){border-bottom:1px solid #eee; }
|