@@ -38,7 +38,7 @@
.app-loading .app-loading-title {
margin-bottom: 30px;
font-size: 20px;
- font-weight: bold;
+ font-family: 'MiSans-Bold';
text-align: center;
}
@@ -16,8 +16,7 @@ defineProps({
<style scoped lang="scss">
.loader {
width: fit-content;
- font-family: monospace;
font-size: 30px;
color :#0000;
overflow: hidden;
@@ -168,6 +168,7 @@ const handlePosition = (item) => {
max-width: none;
.sub-li-info .name {
+ font-family: 'MiSans-Semibold';
position: relative;
margin-right: 8px;
@@ -16,7 +16,7 @@
职位发布次数不够用?点击查看更多优惠套餐
<v-icon>mdi-chevron-double-right</v-icon>
</div>
- <div :class="{'pb-5': !showOriginalPrice}" style="color: var(--v-error-base); font-weight: bold; text-align: center;">
+ <div :class="{'pb-5': !showOriginalPrice}" style="color: var(--v-error-base); font-family: 'MiSans-Bold'; text-align: center;">
<!-- <span class="font-size-13">¥</span> -->
<span class="font-size-40"> {{ cost / 100 }}</span>
<span class="font-size-16 ml-1">{{ payUnit }}</span>
.vipBox .userName {
background: -webkit-linear-gradient(45deg, #333, #b29701);
background: linear-gradient(45deg, #333, #b29701);
-webkit-background-clip: text;
@@ -15,7 +15,7 @@
.userName {
@@ -43,7 +43,7 @@ a, button {
h1, h2, h3, h4, h5, h6, em, strong, b {
del, ins, u, s, a, a:hover {
@@ -41,7 +41,7 @@ a,button {
h1,h2,h3,h4,h5,h6,em,strong,b {
del,ins,u,s,a,a:hover {
@@ -3,7 +3,7 @@
<div class="box">
<div class="d-flex justify-center" style="padding-top: 80px;">
<div style="text-align: center;">
- <div style="font-size: 40px; font-weight: bold;">
+ <div style="font-size: 40px; font-family: 'MiSans-Bold';">
<span v-for="(val, i) in bigTitle" :key="'bigTitle' + i" :class="{'ml-2': i}">{{ val }}</span>
<div style="font-size: 24px; color: #777" class="mt-5">
@@ -24,7 +24,7 @@
</v-card>
<v-card class="right ml-3" style="padding: 30px 60px">
- <div style="font-size: 18px; font-weight: bold;">{{ $t('rulesOfPoints.' + items[tab].key) }}</div>
+ <div style="font-size: 18px; font-family: 'MiSans-Bold';">{{ $t('rulesOfPoints.' + items[tab].key) }}</div>
<div class="mt-5 mb-8" style="max-height: calc(100% - 120px); overflow-y: auto;">
<div v-if="htmlContent" class="requirement mr-2" v-html="htmlContent"></div>
<Empty v-else :elevation="false"></Empty>
@@ -94,7 +94,7 @@ const handleClickMall = () => {
color: var(--color-333);
line-height: 28px;
.item-value {
font-size: 42px;
@@ -103,7 +103,7 @@
.address .addressCon .name {
font-size: 16px;
color: #282828;
// margin-bottom: 10px;
</style>
@@ -10,7 +10,7 @@
indeterminate
></v-progress-linear>
</template>
- <div style="color: var(--v-error-base); font-weight: bold; text-align: center;">
+ <div style="color: var(--v-error-base); font-family: 'MiSans-Bold'; text-align: center;">
<span class="font-size-13 mr-2">¥</span>
<span class="font-size-40"> {{ orderInfo?.price ? orderInfo?.price / 100 : 0 }}</span>
@@ -237,7 +237,7 @@ const goBack = () => {
line-height: 1.25;
color: #000;
margin-bottom: 12px;
.title-introduction {
font-size: 18px;
@@ -509,7 +509,7 @@
.getPrizeTip {
font-size: 13px;
text-decoration: underline;
.prizeArea {
@@ -177,7 +177,7 @@ const handleSubmit = async () => {
.numberBox {
padding: 2px 38px;
border-bottom: 3px solid var(--v-primary-base);
@@ -96,7 +96,7 @@
.title {
font-size: 17px;
width: 30%;
.skuString {
@@ -6,7 +6,7 @@
<!-- 统计 -->
<div class="statisticsBox">
<div class="statisticsBox-item" :class="{'act': index === active}" v-for="(item, index) in statisticsList" :key="item.value" @click="handleStatisticsItem(item, index)">
- <div style="font-size: 18px; color: var(--color-333); font-weight: bold;">{{ item.count }}</div>
+ <div style="font-size: 18px; color: var(--color-333); font-family: 'MiSans-Bold';">{{ item.count }}</div>
<div style="font-size: 13px; color: var(--color-666);">{{ item.label }}</div>
@@ -13,7 +13,7 @@
<span>原因:{{ failureReason }}</span>
<!-- 标题 -->
- <div class="mb-10" :class="isMobile ? 'mt-0': 'mt-n8'" style="font-size: 22px; font-weight: bold; text-align: center;">{{ $t('enterprise.registeringNewEnterprise') }}</div>
+ <div class="mb-10" :class="isMobile ? 'mt-0': 'mt-n8'" style="font-size: 22px; font-family: 'MiSans-Bold'; text-align: center;">{{ $t('enterprise.registeringNewEnterprise') }}</div>
<CtForm ref="CtFormRef" :items="formItems" style="width: 100%;">
<template #nameTip>
<div style="color:var(--color-999); font-size: 13px;" class="mt-2">
@@ -154,7 +154,7 @@ const handleUploadFile = async (e) => {
.uploadPrompt { font-size: 14px; line-height: 24px; }
.logoBox {
.typeTitle {
.file-item {
@@ -159,7 +159,7 @@ const handleEnter = (e) => {
align-items: center;
justify-content: center;
font-size: 1.5em;
color: #fff;
top: 0;
border-radius: 12px;
@@ -75,6 +75,6 @@ watch(
.active {
color: var(--v-primary-base);
@@ -14,7 +14,7 @@
<div class="mt-10 d-flex flex-column align-center">
<div v-if="joinSuccess">
- <div style="color: var(--v-primary-base); font-size: 18px; font-weight: bold;">加入成功!</div>
+ <div style="color: var(--v-primary-base); font-size: 18px; font-family: 'MiSans-Bold';">加入成功!</div>
<!-- <div class="mt-3">您使用企业邮箱登录招聘端的初始密码为"邮箱账号",请尽快登录招聘端修改密码!</div> -->
<div class="mt-3">您使用企业邮箱登录招聘端的初始密码</div>
<div class="mt-2">为 <span style="color: var(--v-error-base);">"{{ joinPersonEmail }}"</span></div>
@@ -11,7 +11,7 @@
<div class="color-666 px-8 py-3" style="">{{ timesTampChange(val?.time, 'M月D日') || '--' }}</div>
<div class="white-bgc pa-6">
<div class="mb-3 d-flex justify-space-between">
- <div style="font-weight: bold;">{{ val?.enterprise?.anotherName || '--' }}</div>
+ <div style="font-family: 'MiSans-Bold';">{{ val?.enterprise?.anotherName || '--' }}</div>
<div
class="fz-15"
:style="{ 'color': val?.status.toString() === '0' ?
@@ -23,7 +23,7 @@
<div class="educExpItem" @mouseenter="item.active = true" @mouseleave="item.active = false">
<div class="level1 d-flex align-center justify-space-between" style="height: 40px;">
<div>
- <span style="font-size: 18px; font-weight: bold;">{{ item.schoolName }}</span>
+ <span style="font-size: 18px; font-family: 'MiSans-Bold';">{{ item.schoolName }}</span>
<span class="color6 font15 ml-5">
<span>{{ timesTampChange(item.startTime, 'Y-M') }}</span>
<span class="mx-1">至</span>
@@ -21,7 +21,7 @@
</span>
<div class="d-flex align-center justify-space-between" style="height: 40px;">
- <span style="font-size: 18px; font-weight: bold;">{{ k.name }}</span>
+ <span style="font-size: 18px; font-family: 'MiSans-Bold';">{{ k.name }}</span>
<span class="label-title ml-5">
<span>{{ timesTampChange(k.startTime, 'Y-M') }}</span>
- <span style="font-size: 18px; font-weight: bold;">{{ k.orgName }}</span>
+ <span style="font-size: 18px; font-family: 'MiSans-Bold';">{{ k.orgName }}</span>
@@ -41,7 +41,7 @@
- <span style="font-size: 18px; font-weight: bold;">{{ item.enterpriseName }}</span>
+ <span style="font-size: 18px; font-family: 'MiSans-Bold';">{{ item.enterpriseName }}</span>
@@ -125,7 +125,7 @@ const handleRecharge = () => {
@@ -109,7 +109,7 @@ const handleRecharge = () => {
@@ -2,7 +2,7 @@
<div class="box" style="overflow-x: hidden;" :style="{'background-image': 'url(' + webContent.loginBgUrl + ')'}">
<navBar :showLoginBtn="false" class="navBar"></navBar>
<div class="content pa-5">
- <div class="mb-10 mt-5" style="font-size: 22px; font-weight: bold; text-align: center;">
+ <div class="mb-10 mt-5" style="font-size: 22px; font-family: 'MiSans-Bold'; text-align: center;">
{{ isUpdate ? '注册信息修改' : '老师注册'}}
<CtForm class="mt-5" ref="CtFormRef" :items="formItems">