|
@@ -86,7 +86,7 @@ export default {
|
|
|
return {
|
|
|
banner_image: require(`~/static/images/client/course/weike/weike-banner.png`),
|
|
|
project: {
|
|
|
- title: '课程定制类型',
|
|
|
+ title: '微课制作',
|
|
|
data: [
|
|
|
{
|
|
|
type: 'donghuaweike',
|
|
@@ -144,7 +144,7 @@ export default {
|
|
|
type: 'wentuweike',
|
|
|
title: '图文微课',
|
|
|
mainTitle: '长文图/文图/E-Learning/电子杂志/H5交互',
|
|
|
- subhead: '麦塔微课制作-灵感/经验/细节缺一不可',
|
|
|
+ subhead: '灵感/经验/细节缺一不可',
|
|
|
videos: [
|
|
|
{
|
|
|
title: '图文微课',
|
|
@@ -273,7 +273,7 @@ export default {
|
|
|
text-align: center;
|
|
|
font-weight: normal;
|
|
|
color: #333333;
|
|
|
- margin-bottom: 16px;
|
|
|
+ margin-bottom: 24px;
|
|
|
font-size: 24px;
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
@@ -283,7 +283,7 @@ export default {
|
|
|
font-size: 18px;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
-
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -362,10 +362,10 @@ export default {
|
|
|
background-size: cover;padding-top: 42px;
|
|
|
|
|
|
.classification__info-mainTitle{
|
|
|
- font-size: 15px;color: #333;margin-bottom: 16px;
|
|
|
+ font-size: 15px;color: #333;margin-bottom: 16px;letter-spacing:0;
|
|
|
}
|
|
|
.classification__info-subHead{
|
|
|
- font-size: 13px;color: #555;margin-bottom: 16px;
|
|
|
+ font-size: 13px;color: #555;margin-bottom: 16px;letter-spacing:0;
|
|
|
}
|
|
|
|
|
|
.classification-btns {
|