Browse Source

feat: 字体设置

v1.0.1
jiannibang 3 years ago
parent
commit
dfe5374243
  1. BIN
      src/assets/font/HarmonyOS_Sans_SC_Bold.ttf
  2. BIN
      src/assets/font/HarmonyOS_Sans_SC_Light.ttf
  3. BIN
      src/assets/font/HarmonyOS_Sans_SC_Medium.ttf
  4. BIN
      src/assets/font/Montserrat-Regular.ttf
  5. 2
      src/assets/scss/base.scss
  6. 18
      src/assets/scss/font.scss
  7. 1
      src/base/Go/Go.vue
  8. 1
      src/base/QRCode/QRCode.vue
  9. 1
      src/base/ShopItem/ShopItem.vue
  10. 1
      src/base/Temperature/Temperature.vue
  11. 2
      src/components/ActivityDetail/ActivityDetail.vue
  12. 8
      src/components/BrandDetail/BrandDetail.vue
  13. 7
      src/components/BrandDetail/children/Activity.vue
  14. 4
      src/components/BrandDetail/children/Comment.vue
  15. 5
      src/components/BrandDetail/children/Goods.vue
  16. 3
      src/components/BrandDetail/children/Info.vue
  17. 3
      src/components/BrandDetail/children/Recommend.vue
  18. 1
      src/components/BrandDetail/children/tabs.vue
  19. 3
      src/components/BrandRecommend/BrandRecommend.vue
  20. 5
      src/components/Busniness/Busniness.vue
  21. 4
      src/components/CarInfo/CarInfo.vue
  22. 2
      src/components/Customer/Customer.vue
  23. 2
      src/components/Industry/Industry.vue
  24. 1
      src/components/KeyboardByLetter/KeyboardByLetter.vue
  25. 1
      src/components/KeyboardByWritten/KeyboardByWritten.vue
  26. 2
      src/components/Language/Language.vue
  27. 4
      src/components/LoginByPhone/LoginByPhone.vue
  28. 1
      src/components/MallIntroduce/MallIntroduce.vue
  29. 2
      src/components/MockInput/MockInput.vue
  30. 9
      src/components/MovieDetail/MovieDetail.vue
  31. 3
      src/components/PlateInput/PlateInput.vue
  32. 1
      src/components/PlateKeyboard/PlateKeyboard.vue
  33. 1
      src/components/PublicComponent/SearchBar.vue
  34. 1
      src/components/QRCode/QRCode.vue
  35. 2
      src/components/QuestionClassify/QuestionClassify.vue
  36. 5
      src/components/QuestionList/QuestionList.vue
  37. 1
      src/components/SearchResultList/SearchResultList.vue
  38. 1
      src/components/ServiceList/ServiceList.vue
  39. 1
      src/components/Sidebar/Sidebar.vue
  40. 6
      src/components/Voice/Voice.vue
  41. 2
      src/components/WaterfallList/WaterfallList.vue
  42. 11
      src/views/Guide/Guide.vue
  43. 1
      src/views/Index/Index.vue
  44. 1
      src/views/Nav/Nav.vue
  45. 5
      src/views/Nav/children/PassShop.vue
  46. 1
      src/views/Nav/children/QRCode.vue
  47. 3
      src/views/Waterfall/Waterfall.vue

BIN
src/assets/font/HarmonyOS_Sans_SC_Bold.ttf

Binary file not shown.

BIN
src/assets/font/HarmonyOS_Sans_SC_Light.ttf

Binary file not shown.

BIN
src/assets/font/HarmonyOS_Sans_SC_Medium.ttf

Binary file not shown.

BIN
src/assets/font/Montserrat-Regular.ttf

Binary file not shown.

2
src/assets/scss/base.scss

@ -6,5 +6,5 @@ html {
user-select: none;
-webkit-tap-highlight-color: transparent;
touch-action: none;
font-family: 'font_light';
font-family: 'HarmonyOS_Sans_SC';
}

18
src/assets/scss/font.scss

@ -1,21 +1,9 @@
@font-face {
font-family: 'font_light';
src: url('@/assets/font/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
font-family: 'font_regular';
font-family: 'HarmonyOS_Sans_SC';
src: url('@/assets/font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
font-family: 'font_medium';
src: url('@/assets/font/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face {
font-family: 'font_bold';
src: url('@/assets/font/HarmonyOS_Sans_SC_Bold.ttf');
font-family: 'Montserrat';
src: url('@/assets/font/Montserrat-Regular.ttf');
}

1
src/base/Go/Go.vue

@ -29,7 +29,6 @@ function go() {
.text {
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
text-align: justify;
color: #ffffff;
}

1
src/base/QRCode/QRCode.vue

@ -43,7 +43,6 @@ function close() {
}
.text {
font-weight: 700;
font-family: 'font_bold';
font-size: 20px;
line-height: 23px;
text-align: center;

1
src/base/ShopItem/ShopItem.vue

@ -107,7 +107,6 @@ const deactivate = () => store.SET_SHOP(null)
font-weight: 700;
font-size: 12px;
line-height: 14px;
font-family: 'font_bold';
color: var(--brand-metaColor, rgba(0, 0, 0, 0.4));
}
.dir {

1
src/base/Temperature/Temperature.vue

@ -31,7 +31,6 @@ const { weather, icon } = useWeather()
color: var(--weather-iconColor);
font-size: 36px;
font-weight: bolder;
font-family: 'font_bold';
}
.temperature {
font-family: 'Montserrat';

2
src/components/ActivityDetail/ActivityDetail.vue

@ -107,14 +107,12 @@ function back() {
padding: 28px 56px 32px 56px;
font-weight: 700;
font-size: 24px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
}
}
.common {
font-weight: 700;
font-size: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
margin-left: 56px;
&.first {

8
src/components/BrandDetail/BrandDetail.vue

@ -205,7 +205,6 @@ function back() {
padding-left: 8px;
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
color: #ffffff;
}
}
@ -301,7 +300,6 @@ function back() {
}
.name {
font-weight: 700;
font-family: 'font_bold';
font-size: 12px;
line-height: 14px;
color: rgba(0, 0, 0, 0.6);
@ -321,7 +319,6 @@ function back() {
line-height: 38px;
text-align: justify;
color: rgba(0, 0, 0, 0.8);
font-family: 'font_bold';
padding-bottom: 40px;
}
.intro-scroll {
@ -372,7 +369,6 @@ function back() {
.title-tip {
font-weight: 700;
font-size: 14px;
font-family: 'font_bold';
text-align: justify;
color: rgba(0, 0, 0, 0.4);
padding-bottom: 15px;
@ -397,14 +393,12 @@ function back() {
font-size: 24px;
line-height: 22px;
color: rgba(0, 0, 0, 0.6);
font-family: 'font_bold';
padding-right: 4px;
}
.line-up-text {
font-weight: 700;
font-size: 14px;
line-height: 16px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.2);
}
}
@ -417,7 +411,6 @@ function back() {
}
.abs-money {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
text-align: right;
color: #f1b33e;
@ -433,7 +426,6 @@ function back() {
width: 128px;
height: 37px;
font-weight: 700;
font-family: 'font_bold';
font-size: 14px;
line-height: 37px;
text-align: center;

7
src/components/BrandDetail/children/Activity.vue

@ -76,7 +76,6 @@ function handleActivity(item) {
}
.title {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
margin-bottom: 24px;
color: rgba(0, 0, 0, 0.8);
@ -116,7 +115,6 @@ function handleActivity(item) {
.name {
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
}
.look {
@ -155,7 +153,6 @@ function handleActivity(item) {
font-weight: 700;
font-size: 18px;
line-height: 21px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
padding-bottom: 6px;
}
@ -165,7 +162,6 @@ function handleActivity(item) {
}
.money {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
color: #f1b33e;
margin-right: 27px;
@ -184,7 +180,6 @@ function handleActivity(item) {
border-radius: 160px;
color: #fff;
font-weight: 700;
font-family: 'font_bold';
}
}
}
@ -206,7 +201,6 @@ function handleActivity(item) {
font-size: 24px;
line-height: 28px;
text-align: justify;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
margin-bottom: 32px;
}
@ -239,7 +233,6 @@ function handleActivity(item) {
font-weight: 700;
font-size: 14px;
line-height: 16px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
&.first {
margin-bottom: 12px;

4
src/components/BrandDetail/children/Comment.vue

@ -64,7 +64,7 @@ function starList() {
<style lang="scss" scoped>
.title {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 24px;
@ -89,7 +89,6 @@ function starList() {
margin: 0 16px 16px 0;
span {
font-size: 16px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
font-weight: 700;
}
@ -110,7 +109,6 @@ function starList() {
margin-bottom: 25px;
.score-num {
font-weight: 700;
font-family: 'font_bold';
font-size: 48px;
color: #f1b33e;
margin-right: 19px;

5
src/components/BrandDetail/children/Goods.vue

@ -60,7 +60,7 @@ function show(flag) {
<style lang="scss" scoped>
.title {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 24px;
@ -100,7 +100,6 @@ function show(flag) {
}
.goods-title {
font-family: 'font_bold';
font-weight: 700;
font-size: 20px;
color: rgba(0, 0, 0, 0.6);
@ -120,7 +119,6 @@ function show(flag) {
display: flex;
align-items: baseline;
font-weight: 700;
font-family: 'font_bold';
font-size: 16px;
color: #f1b33e;
padding-right: 10px;
@ -148,7 +146,6 @@ function show(flag) {
border-radius: 150px;
font-weight: 700;
font-size: 14px;
font-family: 'font_bold';
color: #ffffff;
}
}

3
src/components/BrandDetail/children/Info.vue

@ -83,7 +83,7 @@ const serviceList = computed(() => info.value?.service_info?.service_tag_list ??
<style lang="scss" scoped>
.title {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 24px;
@ -111,7 +111,6 @@ const serviceList = computed(() => info.value?.service_info?.service_tag_list ??
.info {
font-weight: 700;
font-size: 16px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
}
}

3
src/components/BrandDetail/children/Recommend.vue

@ -31,7 +31,7 @@ const recommendList = ref([
<style lang="scss" scoped>
.title {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 24px;
@ -68,7 +68,6 @@ const recommendList = ref([
font-size: 12px;
color: rgba(0, 0, 0, 0.6);
padding-left: 12px;
font-family: 'font_bold';
}
}
}

1
src/components/BrandDetail/children/tabs.vue

@ -115,7 +115,6 @@ const currentComp = computed(() => menuList.value.dynamicCompList[tabIdx.value])
width: 128px;
height: 68px;
font-weight: 700;
font-family: 'font_bold';
font-size: 18px;
color: rgba(0, 0, 0, 0.4);
margin-right: 12px;

3
src/components/BrandRecommend/BrandRecommend.vue

@ -38,7 +38,6 @@ function handleShop(item) {
.title {
font-weight: 700;
font-size: 24px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
padding-bottom: 12px;
}
@ -83,7 +82,6 @@ function handleShop(item) {
font-weight: 700;
font-size: 12px;
line-height: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
}
.name-right {
@ -92,7 +90,6 @@ function handleShop(item) {
align-items: center;
font-size: 12px;
line-height: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.4);
}
.format-icon {

5
src/components/Busniness/Busniness.vue

@ -81,7 +81,6 @@ function handleCard(item, index) {
line-height: 83px;
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
text-align: center;
color: rgba(0, 0, 0, 0.6);
}
@ -114,12 +113,10 @@ function handleCard(item, index) {
.title-left {
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
}
.title-right {
font-size: 24px;
font-weight: 700;
font-family: 'font_bold';
i {
font-size: 48px;
font-weight: 700;
@ -132,7 +129,6 @@ function handleCard(item, index) {
font-size: 24px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 40px;
font-family: 'font_bold';
margin-left: 56px;
}
.intro-scroll {
@ -194,7 +190,6 @@ function handleCard(item, index) {
.text {
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
padding-top: 47px;
}

4
src/components/CarInfo/CarInfo.vue

@ -68,7 +68,6 @@ function close() {
.text-bold {
font-weight: 700;
font-size: 32px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
i {
font-size: 20px;
@ -86,7 +85,7 @@ function close() {
.last {
font-weight: 700;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
padding-left: 64px;
padding-top: 38px;
@ -132,7 +131,6 @@ function close() {
.tip {
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
padding-top: 41px;
}

2
src/components/Customer/Customer.vue

@ -73,7 +73,6 @@ function close() {
font-weight: 700;
font-size: 16px;
padding-left: 16px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
}
}
@ -81,7 +80,6 @@ function close() {
font-weight: 700;
font-size: 48px;
color: rgba(0, 0, 0, 0.8);
font-family: 'font_bold';
padding-bottom: 8px;
text-align: center;
}

2
src/components/Industry/Industry.vue

@ -162,12 +162,10 @@ function handleChildFormat(child, childIdx) {
.total {
font-weight: 700;
font-size: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
}
.total {
font-weight: 400;
font-family: 'font_regular';
color: rgba(0, 0, 0, 0.4);
}
.right-icon {

1
src/components/KeyboardByLetter/KeyboardByLetter.vue

@ -60,7 +60,6 @@ function handleLetter(item, index) {
border-radius: var(--global-radius, 8px);
font-weight: 700;
font-size: 18px;
font-family: 'font_bold';
color: var(--search-keyColor, rgba(0, 0, 0, 0.6));
margin-right: 8px;
margin-bottom: 8px;

1
src/components/KeyboardByWritten/KeyboardByWritten.vue

@ -78,7 +78,6 @@ function del() {
line-height: 56px;
font-weight: 700;
font-size: 18px;
font-family: 'font_bold';
color: var(--search-keyColor, rgba(0, 0, 0, 0.6));
&.active {
color: #fff;

2
src/components/Language/Language.vue

@ -39,7 +39,7 @@ function setLanguage(lang) {
line-height: 26px;
font-size: 14px;
color: var(--color-black-opacity-4);
font-family: 'font_bold';
font-weight: bolder;
&.active {
background: var(--color-linear-lightgoldenyellow);

4
src/components/LoginByPhone/LoginByPhone.vue

@ -185,7 +185,6 @@ function handleClose() {
margin-bottom: 40px;
padding-top: 48px;
padding-left: 72px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.8);
}
::-webkit-input-placeholder {
@ -216,7 +215,6 @@ function handleClose() {
font-weight: 700;
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
font-family: 'font_bold';
}
}
.phone-group {
@ -264,7 +262,6 @@ function handleClose() {
font-size: 18px;
text-align: center;
color: rgba(0, 0, 0, 0.6);
font-family: 'font_bold';
margin: 0 auto;
margin-bottom: 40px;
}
@ -281,7 +278,6 @@ function handleClose() {
border-radius: 8px;
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
display: flex;
align-items: center;
justify-content: center;

1
src/components/MallIntroduce/MallIntroduce.vue

@ -71,7 +71,6 @@ getMallInfoList().then(({ data }) => {
font-weight: 700;
font-size: 24px;
color: rgba(0, 0, 0, 0.8);
font-family: 'font_bold';
}
.mall-intro-scroll {
position: relative;

2
src/components/MockInput/MockInput.vue

@ -85,12 +85,10 @@ function handleVoice() {
font-weight: 700;
font-size: 20px;
line-height: 28px;
font-family: 'font_bold';
color: var(--color-black-opacity-6);
}
.search-en {
font-weight: 700;
font-family: 'font_bold';
font-size: 14px;
text-transform: uppercase;
color: var(--color-black-opacity-4);

9
src/components/MovieDetail/MovieDetail.vue

@ -145,7 +145,6 @@ function close() {
padding-right: 24px;
color: #f1b33e;
font-weight: 700;
font-family: 'font_bold';
font-size: 16px;
i {
font-size: 32px;
@ -175,7 +174,6 @@ function close() {
font-weight: 700;
font-size: 20px;
color: rgba(0, 0, 0, 0.8);
font-family: 'font_bold';
margin-bottom: 20px;
@include no-wrap;
padding-left: 24px;
@ -194,7 +192,6 @@ function close() {
.text {
font-weight: 700;
font-size: 12px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.4);
padding-right: 8px;
flex-shrink: 0;
@ -211,7 +208,6 @@ function close() {
font-weight: 700;
color: rgba(0, 0, 0, 0.6);
margin-left: 24px;
font-family: 'font_bold';
font-size: 14px;
margin-right: 24px;
padding-bottom: 47px;
@ -270,7 +266,6 @@ function close() {
position: relative;
z-index: 5;
font-weight: 700;
font-family: 'font_bold';
font-size: 20px;
color: #ffffff;
padding-bottom: 5px;
@ -309,7 +304,6 @@ function close() {
.start {
font-weight: 700;
font-size: 24px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
padding-bottom: 4px;
}
@ -320,7 +314,6 @@ function close() {
}
.type {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
color: rgba(0, 0, 0, 0.6);
padding-bottom: 4px;
@ -334,7 +327,6 @@ function close() {
font-weight: 700;
font-size: 24px;
color: rgba(0, 0, 0, 0.6);
font-family: 'font_bold';
padding-bottom: 4px;
}
.rest {
@ -352,7 +344,6 @@ function close() {
border-radius: 53px;
font-weight: 700;
font-size: 18px;
font-family: 'font_bold';
color: #ffffff;
}
}

3
src/components/PlateInput/PlateInput.vue

@ -100,7 +100,7 @@ function confirm() {
line-height: 100px;
text-align: center;
color: rgba(0, 0, 0, 0.8);
font-family: 'font_bold';
background: #ffffff;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
border-radius: 8px;
@ -184,7 +184,6 @@ function confirm() {
display: inline-block;
font-weight: 700;
font-size: 18px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.4);
border: 2px solid #fff;
text-align: center;

1
src/components/PlateKeyboard/PlateKeyboard.vue

@ -60,7 +60,6 @@ function handleKeyboard(item, index) {
margin-right: 7px;
margin-bottom: 8px;
font-size: 18px;
font-family: 'font_medium';
line-height: 48px;
color: rgba(0, 0, 0, 0.8);
&.space {

1
src/components/PublicComponent/SearchBar.vue

@ -60,7 +60,6 @@ const { theme } = storeToRefs(store)
margin: 0 32px;
}
.placeholder {
font-family: 'HarmonyOS Sans SC';
font-style: normal;
font-weight: 700;
font-size: 20px;

1
src/components/QRCode/QRCode.vue

@ -65,7 +65,6 @@ function handleClose() {
}
.youhui {
font-weight: 700;
font-family: 'font_bold';
font-size: 20px;
line-height: 23px;
text-align: center;

2
src/components/QuestionClassify/QuestionClassify.vue

@ -58,7 +58,6 @@ function closeQuestionClassify() {
.title {
font-weight: 700;
font-size: 32px;
font-family: 'font_bold';
text-align: center;
color: rgba(0, 0, 0, 0.8);
padding-bottom: 40px;
@ -68,7 +67,6 @@ function closeQuestionClassify() {
text-align: center;
font-weight: 700;
font-size: 24px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
margin-bottom: 24px;
}

5
src/components/QuestionList/QuestionList.vue

@ -63,7 +63,6 @@ function closeQuestionDetail() {
font-weight: 700;
font-size: 20px;
color: rgba(0, 0, 0, 0.8);
font-family: 'font_bold';
padding: 32px 20px 15px 32px;
@include no-wrap;
}
@ -76,7 +75,6 @@ function closeQuestionDetail() {
}
.prefix_detail {
padding-top: 23px;
font-family: 'font_bold';
padding-left: 32px;
font-weight: 700;
font-size: 16px;
@ -114,7 +112,6 @@ function closeQuestionDetail() {
.title {
font-weight: 700;
font-size: 32px;
font-family: 'font_bold';
text-align: center;
color: rgba(0, 0, 0, 0.8);
padding-bottom: 40px;
@ -124,7 +121,6 @@ function closeQuestionDetail() {
text-align: center;
font-weight: 700;
font-size: 24px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
margin-bottom: 24px;
}
@ -162,7 +158,6 @@ function closeQuestionDetail() {
.ask {
font-weight: 700;
font-size: 18px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
margin-bottom: 16px;
}

1
src/components/SearchResultList/SearchResultList.vue

@ -73,7 +73,6 @@ function handleShop(item) {
font-weight: 700;
font-size: 18px;
color: rgba(0, 0, 0, 0.6);
font-family: 'font_bold';
padding-bottom: 16px;
}
.intro {

1
src/components/ServiceList/ServiceList.vue

@ -68,7 +68,6 @@ getServeList().then(({ data }) => {
}
.name {
font-weight: 700;
font-family: 'font_bold';
font-size: 16px;
padding-left: 32px;
color: rgba(0, 0, 0, 0.6);

1
src/components/Sidebar/Sidebar.vue

@ -86,7 +86,6 @@ function goPage(item) {
position: relative;
z-index: 10;
color: var(--color-black-opacity-6);
font-family: 'font_bold';
font-weight: 700;
font-size: 14px;
padding: 4px 0;

6
src/components/Voice/Voice.vue

@ -123,7 +123,6 @@ const showCustomerDialog = ref(false)
font-weight: 700;
font-size: 18px;
color: rgba(0, 0, 0, 0.6);
font-family: 'font_bold';
}
}
&.active {
@ -146,7 +145,6 @@ const showCustomerDialog = ref(false)
.title {
font-weight: 700;
font-size: 24px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
padding-bottom: 24px;
}
@ -173,7 +171,6 @@ const showCustomerDialog = ref(false)
.sub {
font-weight: 700;
font-size: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
padding-bottom: 6px;
}
@ -202,7 +199,6 @@ const showCustomerDialog = ref(false)
font-weight: 700;
font-size: 16px;
line-height: 19px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
padding-left: 32px;
padding-top: 23px;
@ -232,7 +228,7 @@ const showCustomerDialog = ref(false)
font-weight: 700;
font-size: 24px;
line-height: 28px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
border-radius: 32px 0px 32px 32px;
text-align: right;

2
src/components/WaterfallList/WaterfallList.vue

@ -91,7 +91,6 @@ function handleWaterfall(item) {
.waterfall-title {
font-weight: 700;
font-size: 20px;
font-family: 'font_bold';
color: var(--color-black-opacity-8);
padding-bottom: 13px;
@include no-wrap;
@ -103,7 +102,6 @@ function handleWaterfall(item) {
.waterfall-name,
.house-num {
font-weight: 700;
font-family: 'font_bold';
font-size: 16px;
line-height: 19px;
color: var(--color-black-opacity-4);

11
src/views/Guide/Guide.vue

@ -327,6 +327,7 @@ const handleFacility = async fac => {
display: flex;
padding: 0 68px;
border-bottom: 1px solid #fff;
overflow: hidden;
.format {
flex: 1;
font-weight: 700;
@ -339,9 +340,9 @@ const handleFacility = async fac => {
.facs {
flex: 0;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: flex-end;
padding-top: 9px;
.fac {
display: flex;
flex-direction: column;
@ -455,6 +456,8 @@ const handleFacility = async fac => {
flex: 1;
display: flex;
padding: 0 68px;
height: 94.44px;
overflow: hidden;
&.current {
background: #fff;
}
@ -474,9 +477,9 @@ const handleFacility = async fac => {
.facs {
flex: 0;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: flex-end;
padding-top: 16px;
.fac {
display: flex;
flex-direction: column;

1
src/views/Index/Index.vue

@ -493,7 +493,6 @@ getActivityList(3).then(({ data }) => {
.text {
font-size: 88px;
font-weight: 700;
font-family: 'font_bold';
color: var(--color-white-opacity);
text-transform: uppercase;
i {

1
src/views/Nav/Nav.vue

@ -145,7 +145,6 @@ onBeforeUnmount(() => {
}
.name {
font-weight: 700;
font-family: 'font_bold';
font-size: 14px;
color: var(--color-black-opacity-6);
padding-bottom: 2px;

5
src/views/Nav/children/PassShop.vue

@ -184,7 +184,6 @@ defineProps({
}
.floor {
font-weight: 700;
font-family: 'font_bold';
font-size: 48px;
line-height: 56px;
color: rgba(0, 0, 0, 0.6);
@ -204,7 +203,6 @@ defineProps({
font-weight: 700;
font-size: 12px;
line-height: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.4);
}
.thumb-arrow {
@ -244,7 +242,6 @@ defineProps({
}
.name {
font-weight: 700;
font-family: 'font_bold';
font-size: 12px;
line-height: 14px;
color: rgba(0, 0, 0, 0.6);
@ -366,7 +363,6 @@ defineProps({
font-weight: 700;
font-size: 12px;
line-height: 14px;
font-family: 'font_bold';
color: rgba(0, 0, 0, 0.6);
}
}
@ -386,7 +382,6 @@ defineProps({
color: rgba(0, 0, 0, 0.4);
i {
font-weight: 700;
font-family: 'font_bold';
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
padding-left: 8px;

1
src/views/Nav/children/QRCode.vue

@ -30,7 +30,6 @@ defineProps({
}
.tip {
font-weight: 700;
font-family: 'font_bold';
font-size: 14px;
line-height: 16px;
text-align: center;

3
src/views/Waterfall/Waterfall.vue

@ -68,7 +68,6 @@ function handleMore() {
.title {
font-weight: 700;
font-family: 'font_bold';
font-size: 40px;
line-height: 47px;
color: var(--color-black-opacity-8);
@ -77,7 +76,6 @@ function handleMore() {
}
.sub {
font-weight: 700;
font-family: 'font_bold';
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
@ -112,7 +110,6 @@ function handleMore() {
border-radius: 53px;
font-weight: 700;
font-size: 14px;
font-family: 'font_bold';
color: #ffffff;
}
}

Loading…
Cancel
Save