|
@@ -230,21 +230,6 @@ export default {
|
|
|
height: 737px;
|
|
|
padding-top: 135px;
|
|
|
|
|
|
- .classification-items {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- li{
|
|
|
- width: 279px;height: 333px;position:relative;background-size: cover;
|
|
|
- background-repeat: no-repeat;cursor: pointer;
|
|
|
- p{font-size: 24px;color: #333;position: absolute;bottom: 65px;left:0;right:0;text-align: center;}
|
|
|
- }
|
|
|
- li.active{
|
|
|
- p{color: #2770FF;}
|
|
|
- }
|
|
|
-
|
|
|
li:nth-child(1){
|
|
|
background-image: url("~static/images/client/course/animationCard/kc-img1.png");
|
|
|
}
|
|
@@ -298,21 +283,6 @@ export default {
|
|
|
|
|
|
}
|
|
|
|
|
|
- .classification__info-videos {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- margin: 122px 0 50px 0;
|
|
|
-
|
|
|
-
|
|
|
- .classification-video-item {
|
|
|
- width: 380px;height: 280px;
|
|
|
- &:last-child {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
.classification-btns {
|
|
|
text-align: center;
|
|
@@ -379,51 +349,17 @@ export default {
|
|
|
text-align: center;
|
|
|
height: unset;
|
|
|
padding: 35px 0;
|
|
|
-
|
|
|
- .classification-items{
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: space-evenly;
|
|
|
- }
|
|
|
- .classification-item {
|
|
|
- width: 140px;
|
|
|
- height: 167px;
|
|
|
- margin: 10px;
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- p{font-size: 14px;bottom: 30px;}
|
|
|
-
|
|
|
- &:not(:nth-child(even)) {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
- &:nth-child(n+3) {
|
|
|
- margin-top: 0;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.client-course-classification__info{
|
|
|
- height: auto;
|
|
|
- padding-top: 42px;
|
|
|
+ height: auto;background-repeat: no-repeat;
|
|
|
+ background-size: cover;padding-top: 42px;
|
|
|
|
|
|
- .classification__info-videos {
|
|
|
- flex-wrap: wrap;
|
|
|
- flex-direction: column;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 20px;
|
|
|
- margin: 30px 0 0 0;
|
|
|
-
|
|
|
- .classification-video-item {
|
|
|
- height: auto;
|
|
|
- flex: 1;
|
|
|
- width: 100%;
|
|
|
- margin: 0 0 10px;
|
|
|
-
|
|
|
- img {
|
|
|
- height: auto;
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
+ .classification__info-mainTitle{
|
|
|
+ font-size: 15px;color: #333;margin-bottom: 16px;
|
|
|
+ }
|
|
|
+ .classification__info-subHead{
|
|
|
+ font-size: 13px;color: #555;margin-bottom: 16px;
|
|
|
}
|
|
|
|
|
|
.classification-btns {
|
|
@@ -433,6 +369,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.client-course-quotation {
|
|
|
margin-bottom: 200px;
|
|
|
height: 400px;
|