|
@@ -1363,7 +1363,7 @@
|
|
/******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
|
|
/******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
|
|
.course-develop-page{
|
|
.course-develop-page{
|
|
// 标题
|
|
// 标题
|
|
- .course-develop-title{background-color: rgb(39, 68, 98);padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
|
|
|
|
|
|
+ .course-develop-title{background-color: #00b96b;padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
|
|
|
|
|
|
// form
|
|
// form
|
|
.course-develop-form{width: 90%;min-height: 380px;background: #fff;margin: -50px auto 0;padding: 40px 24px;box-sizing: border-box;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;}
|
|
.course-develop-form{width: 90%;min-height: 380px;background: #fff;margin: -50px auto 0;padding: 40px 24px;box-sizing: border-box;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;}
|
|
@@ -1382,7 +1382,7 @@
|
|
|
|
|
|
// 输入框-验证码
|
|
// 输入框-验证码
|
|
.course-develop-input-code{width: calc(100% - 122px);}
|
|
.course-develop-input-code{width: calc(100% - 122px);}
|
|
- .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: rgb(0, 102, 204);color: #fff;}
|
|
|
|
|
|
+ .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: #00b96b;color: #fff;}
|
|
|
|
|
|
// 公司名称
|
|
// 公司名称
|
|
.dialog-input-company{
|
|
.dialog-input-company{
|
|
@@ -1394,8 +1394,8 @@
|
|
width: 100%;height: 50px;line-height: 50px;color: rgb(255, 255, 255);border-radius: 5px;@include setFontStyle(-4);text-align: center;border: 1px solid transparent;
|
|
width: 100%;height: 50px;line-height: 50px;color: rgb(255, 255, 255);border-radius: 5px;@include setFontStyle(-4);text-align: center;border: 1px solid transparent;
|
|
}
|
|
}
|
|
|
|
|
|
- .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
|
|
|
|
- .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
|
|
|
|
|
|
+ .form-blue-btn{background-color: #00b96b;border-color:#00b96b;}
|
|
|
|
+ .form-border-btn{display:block;border-color:#00b96b;color:#00b96b;margin-top: 20px; }
|
|
|
|
|
|
// 咨询电话
|
|
// 咨询电话
|
|
.course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
|
|
.course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
|