|
@@ -396,14 +396,14 @@
|
|
|
// 申请方案按钮
|
|
|
.free-trial-default-btn{width:230px;display: inline-block;margin: 0}
|
|
|
// 联系我们按钮
|
|
|
- .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
|
|
|
+ .course-apply-btn{background: #fff;color: #00AEBA;border:1px solid #00AEBA;box-sizing: border-box;margin-left: 36px;}
|
|
|
|
|
|
// 课程定制开发流程
|
|
|
.course-dzkf-box{
|
|
|
display: flex;justify-content: center;margin: 32px 0 72px;
|
|
|
div{width: 82px;display: inline-block;vertical-align: top;}
|
|
|
i{width: 80px;height: 80px;display: block;border: 2px solid rgb(0, 174, 186);border-radius: 50%;margin-bottom: 16px;}
|
|
|
- i:before{content: '';width: 40px;height: 40px;display: block;background-size: cover;background-repeat: no-repeat;margin: 20px auto;}
|
|
|
+ i:before{content: '';width: 40px;height: 40px;display: block;background-size: contain;background-repeat: no-repeat;margin: 20px auto;}
|
|
|
span{font-weight: 700;font-size: 18px;color: rgb(16, 16, 16);margin-bottom: 16px;display: block;}
|
|
|
p{text-align: justify;font-weight: 400;font-size: 16px;color: #101010;}
|
|
|
em{content: '';width: 30px;height: 30px;background-image: url("~static/images/client/course/course-jt-icon.svg");display: inline-block;margin: 25px 20px 0;}
|