Browse Source

feat: 增加活动详情标题、介绍颜色配置

v1.0.1
jiannibang 4 years ago
parent
commit
9a60ec81b1
  1. 4
      src/components/ActivitiesList/ActivitiesList.vue
  2. 4
      src/themes/business/style.json
  3. 4
      src/themes/dark/style.json
  4. 4
      src/themes/fashion/style.json
  5. 4
      src/themes/highend/style.json
  6. 4
      src/themes/luxury/style.json
  7. 4
      src/themes/main/style.json

4
src/components/ActivitiesList/ActivitiesList.vue

@ -208,7 +208,7 @@ const { config } = storeToRefs(store)
font-size: 28px;
line-height: 150%;
padding: 48px 68px 40px 68px;
color: rgba(0, 0, 0, 0.8);
color: var(--activities-titleColor);
}
.desc {
padding: 0 68px;
@ -216,7 +216,7 @@ const { config } = storeToRefs(store)
font-weight: 400;
font-size: 16px;
line-height: 200%;
color: rgba(0, 0, 0, 0.6);
color: var(--activities-introColor);
}
}
}

4
src/themes/business/style.json

@ -106,6 +106,8 @@
"btnBg": "linear-gradient(113.71deg, #435ACD 0%, #749CF3 100%)",
"btnColor": "#FFFFFF",
"detailBg": "#FFFFFF",
"radius": "16px"
"radius": "16px",
"titleColor": "rgba(0, 0, 0, 0.8)",
"introColor": "rgba(0, 0, 0, 0.6)"
}
}

4
src/themes/dark/style.json

@ -106,6 +106,8 @@
"btnBg": "linear-gradient(113.71deg, #435ACD 0%, #749CF3 100%)",
"btnColor": "#FFFFFF",
"detailBg": "linear-gradient(180deg, #494B63 0%, #5A5D82 100%)",
"radius": "8px"
"radius": "8px",
"titleColor": "#FFFFFF",
"introColor": "rgba(255, 255, 255, 0.8)"
}
}

4
src/themes/fashion/style.json

@ -106,6 +106,8 @@
"btnBg": "linear-gradient(113.71deg, #435ACD 0%, #749CF3 100%)",
"btnColor": "#FFFFFF",
"detailBg": "#FFFFFF",
"radius": "16px"
"radius": "16px",
"titleColor": "rgba(0, 0, 0, 0.8)",
"introColor": "rgba(0, 0, 0, 0.6)"
}
}

4
src/themes/highend/style.json

@ -106,6 +106,8 @@
"btnBg": "linear-gradient(90deg, #BA9B7A 0%, #DBC2A1 100%)",
"btnColor": "rgba(0, 0, 0, 0.8)",
"detailBg": "linear-gradient(180deg, #BA9B7A 0%, #DBC2A1 100%)",
"radius": "12px"
"radius": "12px",
"titleColor": "rgba(0, 0, 0, 0.8)",
"introColor": "rgba(0, 0, 0, 0.6)"
}
}

4
src/themes/luxury/style.json

@ -106,6 +106,8 @@
"btnBg": "#D3AB80",
"btnColor": "#FFFFFF",
"detailBg": "#FFFFFF",
"radius": "16px"
"radius": "16px",
"titleColor": "rgba(0, 0, 0, 0.8)",
"introColor": "rgba(0, 0, 0, 0.6)"
}
}

4
src/themes/main/style.json

@ -106,6 +106,8 @@
"btnBg": "linear-gradient(113.71deg, #435ACD 0%, #749CF3 100%)",
"btnColor": "#FFFFFF",
"detailBg": "#FFFFFF",
"radius": "16px"
"radius": "16px",
"titleColor": "rgba(0, 0, 0, 0.8)",
"introColor": "rgba(0, 0, 0, 0.6)"
}
}

Loading…
Cancel
Save