style(设置默认字体): 将之前页面设置的字体全部删除
This commit is contained in:
parent
de9bf30b24
commit
3adc77efd6
@ -30,7 +30,6 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|||||||
@ -225,10 +225,6 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.back-btn,
|
.back-btn,
|
||||||
.help-btn {
|
.help-btn {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@ -12,6 +12,5 @@
|
|||||||
.page-container {
|
.page-container {
|
||||||
background: linear-gradient(180deg, #e8d5ff 0%, #f5f1ff 50%, #ffffff 100%);
|
background: linear-gradient(180deg, #e8d5ff 0%, #f5f1ff 50%, #ffffff 100%);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -106,7 +106,6 @@ const getTypeText = (type) => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -150,7 +150,6 @@ watch(
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -215,7 +215,6 @@ const coinWidth = computed(() => {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -702,7 +702,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -144,7 +144,6 @@ const props = defineProps({
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -714,7 +714,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -216,7 +216,6 @@ const coinWidth = computed(() => {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -780,7 +780,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -228,10 +228,6 @@ watch(
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 样式保持不变(同之前版本) */
|
/* 样式保持不变(同之前版本) */
|
||||||
.barrage-item {
|
.barrage-item {
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
|||||||
@ -240,7 +240,6 @@ const coinWidth = computed(() => {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2702,7 +2702,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'Baloo 2';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -204,7 +204,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.textGold {
|
.textGold {
|
||||||
|
|||||||
@ -341,7 +341,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -456,13 +456,11 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(../../assets/images/secondBg.png);
|
background-image: url(../../assets/images/secondBg.png);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -458,13 +458,11 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(../../assets/images/secondBg.png);
|
background-image: url(../../assets/images/secondBg.png);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -453,13 +453,11 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(../../assets/images/secondBg.png);
|
background-image: url(../../assets/images/secondBg.png);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -251,7 +251,6 @@ const formatPrice = (value) => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -106,7 +106,6 @@ const getTypeText = (type) => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -563,7 +563,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -75,11 +75,9 @@ const { userInfo } = usePageInitializationWithConfig('AGENCY_CENTER')
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.host-setting {
|
.host-setting {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
@ -43,10 +43,6 @@ locale.value && setDocumentDirection(locale.value)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.invite-members {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -226,11 +226,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.message {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 加载状态 */
|
/* 加载状态 */
|
||||||
|
|||||||
@ -360,11 +360,9 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-bill {
|
.team-bill {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #f1f2f3;
|
background-color: #f1f2f3;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -586,7 +586,6 @@ onUnmounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
@ -604,7 +603,6 @@ input::placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.team-member {
|
.team-member {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #f1f2f3;
|
background-color: #f1f2f3;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -470,7 +470,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
|
|||||||
@ -137,7 +137,6 @@ watch(
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -644,7 +644,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentText {
|
.contentText {
|
||||||
@ -661,10 +660,6 @@ onMounted(() => {
|
|||||||
color: rgba(0, 0, 0, 0.4);
|
color: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.agency-center {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -458,11 +458,9 @@ usePageInitializationWithConfig('APPLY', {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.apply-view {
|
.apply-view {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
@ -187,7 +187,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -665,7 +665,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow-y-auto {
|
.overflow-y-auto {
|
||||||
@ -679,7 +678,6 @@ onMounted(() => {
|
|||||||
.bd-center {
|
.bd-center {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(../../assets/images/secondBg.png);
|
background-image: url(../../assets/images/secondBg.png);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1154,7 +1154,6 @@ onMounted(() => {
|
|||||||
.bd-center {
|
.bd-center {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(../../assets/images/secondBg.png);
|
background-image: url(../../assets/images/secondBg.png);
|
||||||
}
|
}
|
||||||
@ -1177,7 +1176,6 @@ onMounted(() => {
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -276,7 +276,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Baloo 2';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.textGold {
|
.textGold {
|
||||||
|
|||||||
@ -144,11 +144,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.host-setting {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.leave-btn {
|
.leave-btn {
|
||||||
|
|||||||
@ -271,11 +271,9 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.host-center {
|
.host-center {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
@ -787,7 +787,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Baloo 2';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -366,7 +366,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -370,7 +370,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
|
|||||||
@ -369,7 +369,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
|
|||||||
@ -349,7 +349,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -262,7 +262,6 @@ onUnmounted(() => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -173,11 +173,9 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.platform-policy {
|
.platform-policy {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #f1f2f3;
|
background-color: #f1f2f3;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -248,7 +248,6 @@ const isTopOne = computed(() => {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -510,7 +510,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-family: Atma;
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{{ showDetail(reward.type, reward) }}
|
{{ showDetail(reward.type, reward) }}
|
||||||
@ -588,7 +587,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-family: Atma;
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{{ showDetail(reward.type, reward) }}
|
{{ showDetail(reward.type, reward) }}
|
||||||
@ -1064,7 +1062,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -1144,7 +1144,6 @@ onUnmounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -17,15 +17,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div style="color: #fff; font-size: 1.3em; font-weight: 860; margin-bottom: 1%">
|
||||||
style="
|
|
||||||
color: #fff;
|
|
||||||
font-size: 1.3em;
|
|
||||||
font-weight: 860;
|
|
||||||
font-family: 'SF Pro';
|
|
||||||
margin-bottom: 1%;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -701,7 +701,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -200,7 +200,6 @@ const InfoBoxHeight = computed(() => {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1213,7 +1213,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -107,7 +107,6 @@ const props = defineProps({
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
font-family: 'SF Pro';
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -177,7 +177,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -139,7 +139,6 @@ const confirm = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -359,7 +359,6 @@ onMounted(async () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'SF Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -565,7 +565,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -278,7 +278,6 @@ const confirmSelection = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
@ -286,10 +285,6 @@ input::placeholder {
|
|||||||
color: rgba(0, 0, 0, 0.4);
|
color: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.coin-seller-search {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -474,11 +474,9 @@ onMounted(async () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.seller-records {
|
.seller-records {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -627,11 +627,6 @@ onMounted(() => {})
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.coin-seller {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 加载状态 */
|
/* 加载状态 */
|
||||||
|
|||||||
@ -558,7 +558,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -575,7 +575,6 @@ onUnmounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -98,7 +98,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -441,7 +441,6 @@ onMounted(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullPage {
|
.fullPage {
|
||||||
|
|||||||
@ -515,7 +515,6 @@ onMounted(async () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.closeBt {
|
.closeBt {
|
||||||
@ -536,10 +535,6 @@ onMounted(async () => {
|
|||||||
color: #2fff3d;
|
color: #2fff3d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.history-salary {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -159,11 +159,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.information-details {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@ -251,11 +251,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.exchange-gold-coins {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@ -343,7 +343,7 @@ const Confirm = async () => {
|
|||||||
setSelectedPayee({ ...selectedUser.value })
|
setSelectedPayee({ ...selectedUser.value })
|
||||||
|
|
||||||
// 检查是否来自 availableIncome 页面
|
// 检查是否来自 availableIncome 页面
|
||||||
if (Object.keys(route.query).length>0 ) {
|
if (Object.keys(route.query).length > 0) {
|
||||||
console.log('route.query:', route.query)
|
console.log('route.query:', route.query)
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -383,7 +383,6 @@ onMounted(() => {})
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@ -383,11 +383,6 @@ onUnmounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
|
||||||
|
|
||||||
.transfer {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@ -1155,7 +1155,6 @@ onUnmounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
@ -1164,7 +1163,6 @@ input::placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.transfer {
|
.transfer {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user