Skip to content

Commit f8d0b8b

Browse files
committed
push
1 parent 50ec40f commit f8d0b8b

11 files changed

+98
-75
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

summit/src/assets/scss/main.scss

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
@import 'normalize.css';
2-
2+
@font-face {
3+
font-family: HarmonyOS Sans SC Black;
4+
src: url('../font/HarmonyOS_Sans_SC_Black.ttf');
5+
}
6+
@font-face {
7+
font-family: HarmonyOS Sans SC Bold;
8+
src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
9+
}
10+
@font-face {
11+
font-family: HarmonyOS Sans SC Medium;
12+
src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
13+
}
14+
@font-face {
15+
font-family: HarmonyOS Sans SC Regular;
16+
src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
17+
}
318
* {
419
box-sizing: border-box;
520
font-size: .296rem;
@@ -10,7 +25,7 @@
1025
}
1126

1227
body,html {
13-
background: #F4F9FF;
28+
1429
}
1530

1631
*::-webkit-scrollbar {

summit/src/components/Exhibition.vue

+6-6
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
flex: 1;
174174
padding: .4rem 0 .4rem .6rem;
175175
.title{
176-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
176+
font-family: HarmonyOS Sans SC Bold;
177177
font-weight: bold;
178178
font-size: .45rem;
179179
color: #000000;
@@ -184,7 +184,7 @@
184184
}
185185
.s_title{
186186
margin-top: .3rem;
187-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
187+
font-family: HarmonyOS Sans SC Regular;
188188
font-weight: 400;
189189
font-size: .296rem;
190190
color: #000000;
@@ -196,7 +196,7 @@
196196
.price{
197197
margin-top: .556rem;
198198
.big{
199-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
199+
font-family: HarmonyOS Sans SC Bold;
200200
font-weight: bold;
201201
font-size: .45rem;
202202
color: #008AFF;
@@ -205,7 +205,7 @@
205205
text-transform: none;
206206
}
207207
.blod{
208-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
208+
font-family: HarmonyOS Sans SC Bold;
209209
font-weight: 400;
210210
font-size: .296rem;
211211
color: #000000;
@@ -216,7 +216,7 @@
216216
}
217217
.list{
218218
margin-top: .3rem;
219-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
219+
font-family: HarmonyOS Sans SC Regular;
220220
font-weight: 400;
221221
font-size: .296rem;
222222
color: rgba(0,0,0,.5);
@@ -267,7 +267,7 @@
267267
align-items: end;
268268
}
269269
.big {
270-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
270+
font-family: HarmonyOS Sans SC Bold;
271271
font-weight: bold;
272272
font-size: 24px;
273273
color: #000000;

summit/src/components/Footer.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
<style scoped lang='scss'>
6868
.footer{
6969
background: #000000;
70-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
70+
font-family: HarmonyOS Sans SC Regular;
7171
font-weight: 400;
7272
font-size: .296rem;
7373
color: rgba(255,255,255,.5);
@@ -94,7 +94,7 @@ export default {
9494
flex-direction: column;
9595
margin-top: 1rem;
9696
.title{
97-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
97+
font-family: HarmonyOS Sans SC Bold;
9898
font-weight: bold;
9999
font-size: 24px;
100100
color: #FFFFFF;
@@ -117,7 +117,7 @@ export default {
117117
}
118118
}
119119
.bottom{
120-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
120+
font-family: HarmonyOS Sans SC Regular;
121121
font-weight: 400;
122122
font-size: .259rem;
123123
color: rgba(255,255,255,.5);

summit/src/components/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default {
147147
margin-left: .5rem;
148148
a{
149149
text-decoration: none;
150-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
150+
font-family: HarmonyOS Sans SC Bold;
151151
font-weight: 400;
152152
font-size: .296rem;
153153
color: #78808F;

summit/src/components/PersionItem.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default {
104104
padding-top: .2rem;
105105
106106
.name{
107-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
107+
font-family: HarmonyOS Sans SC Bold;
108108
font-weight: bold;
109109
font-size: .37rem;
110110
color: #1D2A42;
@@ -113,7 +113,7 @@ export default {
113113
text-transform: none;
114114
}
115115
.job{
116-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
116+
font-family: HarmonyOS Sans SC Regular;
117117
font-weight: 400;
118118
font-size: .296rem;
119119
color: #78808F;
@@ -126,7 +126,7 @@ export default {
126126
height: .7rem;
127127
background: #008AFF;
128128
border-radius: 0px 0px 0px 0px;
129-
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
129+
font-family: HarmonyOS Sans SC Regular;
130130
font-weight: 400;
131131
font-size: .259rem;
132132
color: #FFFFFF;
@@ -154,4 +154,4 @@ export default {
154154
right: .5rem;
155155
}
156156
}
157-
</style>
157+
</style>

summit/src/components/Swiper.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ export default {
8585
.slick-carousel{
8686
width: 100%;
8787
}
88-
</style>
88+
</style>

0 commit comments

Comments
 (0)