style(设置默认字体): 将之前页面设置的字体全部删除

This commit is contained in:
hzj 2026-01-05 15:46:56 +08:00
parent de9bf30b24
commit 3adc77efd6
69 changed files with 2 additions and 138 deletions

View File

@ -30,7 +30,6 @@ body {
padding: 0;
width: 100%;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;

View File

@ -225,10 +225,6 @@ onMounted(() => {
</script>
<style scoped>
* {
font-family: 'SF Pro Text';
}
.back-btn,
.help-btn {
border: none;

View File

@ -12,6 +12,5 @@
.page-container {
background: linear-gradient(180deg, #e8d5ff 0%, #f5f1ff 50%, #ffffff 100%);
min-height: 100vh;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
</style>

View File

@ -106,7 +106,6 @@ const getTypeText = (type) => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
font-weight: 700;
}

View File

@ -150,7 +150,6 @@ watch(
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
font-weight: 700;
}

View File

@ -215,7 +215,6 @@ const coinWidth = computed(() => {
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -702,7 +702,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -144,7 +144,6 @@ const props = defineProps({
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -714,7 +714,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -216,7 +216,6 @@ const coinWidth = computed(() => {
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -780,7 +780,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -228,10 +228,6 @@ watch(
</script>
<style scoped>
* {
font-family: 'SF Pro Text';
}
/* 样式保持不变(同之前版本) */
.barrage-item {
will-change: transform;

View File

@ -240,7 +240,6 @@ const coinWidth = computed(() => {
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -2702,7 +2702,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'Baloo 2';
}
.fullPage {

View File

@ -204,7 +204,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: white;
font-family: 'SF Pro Text';
}
.textGold {

View File

@ -341,7 +341,6 @@ onMounted(() => {
<style scoped>
* {
color: black;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -456,13 +456,11 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {
max-height: 100vh;
overflow-y: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #ffffff;
background-image: url(../../assets/images/secondBg.png);
}

View File

@ -458,13 +458,11 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {
max-height: 100vh;
overflow-y: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #ffffff;
background-image: url(../../assets/images/secondBg.png);
}

View File

@ -453,13 +453,11 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {
max-height: 100vh;
overflow-y: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #ffffff;
background-image: url(../../assets/images/secondBg.png);
}

View File

@ -251,7 +251,6 @@ const formatPrice = (value) => {
<style scoped>
* {
color: black;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -106,7 +106,6 @@ const getTypeText = (type) => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
font-weight: 700;
}

View File

@ -563,7 +563,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -75,11 +75,9 @@ const { userInfo } = usePageInitializationWithConfig('AGENCY_CENTER')
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.host-setting {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
width: 100vw;
min-height: 100vh;
background-color: #ffffff;

View File

@ -43,10 +43,6 @@ locale.value && setDocumentDirection(locale.value)
</script>
<style scoped>
.invite-members {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {
padding: 16px;
position: relative;

View File

@ -226,11 +226,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.message {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
/* 加载状态 */

View File

@ -360,11 +360,9 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.team-bill {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
min-height: 100vh;
background-color: #f1f2f3;
}

View File

@ -586,7 +586,6 @@ onUnmounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
input::placeholder {
@ -604,7 +603,6 @@ input::placeholder {
}
.team-member {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
min-height: 100vh;
background-color: #f1f2f3;
}

View File

@ -470,7 +470,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
input::placeholder {

View File

@ -137,7 +137,6 @@ watch(
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
font-weight: 700;
}

View File

@ -644,7 +644,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.contentText {
@ -661,10 +660,6 @@ onMounted(() => {
color: rgba(0, 0, 0, 0.4);
}
.agency-center {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {
padding: 16px;
position: relative;

View File

@ -458,11 +458,9 @@ usePageInitializationWithConfig('APPLY', {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.apply-view {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
width: 100vw;
min-height: 100vh;
background-color: #ffffff;

View File

@ -187,7 +187,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -665,7 +665,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.overflow-y-auto {
@ -679,7 +678,6 @@ onMounted(() => {
.bd-center {
max-height: 100vh;
overflow-y: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #ffffff;
background-image: url(../../assets/images/secondBg.png);
}

View File

@ -1154,7 +1154,6 @@ onMounted(() => {
.bd-center {
max-height: 100vh;
overflow-y: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #ffffff;
background-image: url(../../assets/images/secondBg.png);
}
@ -1177,7 +1176,6 @@ onMounted(() => {
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
font-weight: 700;
}

View File

@ -276,7 +276,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: white;
font-family: 'Baloo 2';
}
.textGold {

View File

@ -144,11 +144,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.host-setting {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.leave-btn {

View File

@ -271,11 +271,9 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.host-center {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
width: 100vw;
min-height: 100vh;
background-color: #ffffff;

View File

@ -787,7 +787,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: white;
font-family: 'Baloo 2';
}
.fullPage {

View File

@ -366,7 +366,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -370,7 +370,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
input::placeholder {

View File

@ -369,7 +369,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
input::placeholder {

View File

@ -349,7 +349,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -262,7 +262,6 @@ onUnmounted(() => {
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
overflow: hidden;
}

View File

@ -173,11 +173,9 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.platform-policy {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
min-height: 100vh;
background-color: #f1f2f3;
}

View File

@ -248,7 +248,6 @@ const isTopOne = computed(() => {
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -510,7 +510,6 @@
text-align: center;
font-size: 1.2em;
font-weight: 900;
font-family: Atma;
"
>
{{ showDetail(reward.type, reward) }}
@ -588,7 +587,6 @@
text-align: center;
font-size: 1.2em;
font-weight: 900;
font-family: Atma;
"
>
{{ showDetail(reward.type, reward) }}
@ -1064,7 +1062,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -1144,7 +1144,6 @@ onUnmounted(() => {
<style scoped>
* {
color: black;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -17,15 +17,7 @@
justify-content: center;
"
>
<div
style="
color: #fff;
font-size: 1.3em;
font-weight: 860;
font-family: 'SF Pro';
margin-bottom: 1%;
"
>
<div style="color: #fff; font-size: 1.3em; font-weight: 860; margin-bottom: 1%">
{{ title }}
</div>
</div>

View File

@ -701,7 +701,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -200,7 +200,6 @@ const InfoBoxHeight = computed(() => {
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -1213,7 +1213,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -107,7 +107,6 @@ const props = defineProps({
<style lang="scss" scoped>
* {
font-family: 'SF Pro';
color: black;
}

View File

@ -177,7 +177,6 @@ onMounted(() => {
<style scoped>
* {
color: black;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -139,7 +139,6 @@ const confirm = () => {
<style scoped>
* {
color: black;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -359,7 +359,6 @@ onMounted(async () => {
<style scoped>
* {
color: black;
font-family: 'SF Pro';
}
.fullPage {

View File

@ -565,7 +565,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: #fff;
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -278,7 +278,6 @@ const confirmSelection = () => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
input::placeholder {
@ -286,10 +285,6 @@ input::placeholder {
color: rgba(0, 0, 0, 0.4);
}
.coin-seller-search {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {
padding: 16px;
position: relative;

View File

@ -474,11 +474,9 @@ onMounted(async () => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.seller-records {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
overflow-y: auto;
max-height: 100vh;
}

View File

@ -627,11 +627,6 @@ onMounted(() => {})
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.coin-seller {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
/* 加载状态 */

View File

@ -558,7 +558,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -575,7 +575,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -98,7 +98,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -441,7 +441,6 @@ onMounted(() => {
<style lang="scss" scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.fullPage {

View File

@ -515,7 +515,6 @@ onMounted(async () => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.closeBt {
@ -536,10 +535,6 @@ onMounted(async () => {
color: #2fff3d;
}
.history-salary {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {
padding: 16px;
position: relative;

View File

@ -159,11 +159,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.information-details {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {

View File

@ -251,11 +251,6 @@ onMounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.exchange-gold-coins {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {

View File

@ -343,7 +343,7 @@ const Confirm = async () => {
setSelectedPayee({ ...selectedUser.value })
// availableIncome
if (Object.keys(route.query).length>0 ) {
if (Object.keys(route.query).length > 0) {
console.log('route.query:', route.query)
try {
@ -383,7 +383,6 @@ onMounted(() => {})
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.content {

View File

@ -383,11 +383,6 @@ onUnmounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
.transfer {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.content {

View File

@ -1155,7 +1155,6 @@ onUnmounted(() => {
<style scoped>
* {
color: rgba(0, 0, 0, 0.8);
font-family: 'SF Pro Text';
}
input::placeholder {
@ -1164,7 +1163,6 @@ input::placeholder {
}
.transfer {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
width: 100vw;
min-height: 100vh;
background-color: #ffffff;