change_sass_version_and_fix_fontsize

This commit is contained in:
WanP
2025-10-17 17:15:27 +08:00
parent 7becbb8ca3
commit c5a7840d43
10 changed files with 16 additions and 379 deletions

View File

@@ -16,6 +16,7 @@ body,
uni-page-body {
margin: 0;
padding: 0;
font-family: 'PingFangSC';
}
/* #ifdef H5 */

View File

@@ -188,7 +188,6 @@ const totalCommentCount = computed(() =>
.commentcount {
width: fit-content;
height: 100%;
font-family: PingFangSC;
font-size: 14px;
font-weight: 500;
font-stretch: normal;
@@ -197,6 +196,8 @@ const totalCommentCount = computed(() =>
letter-spacing: normal;
text-align: left;
color: #333;
display: flex;
align-items: center;
}
.headswitch {
@@ -220,7 +221,6 @@ const totalCommentCount = computed(() =>
display: flex;
align-items: center;
justify-content: center;
font-family: PingFangSC;
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -273,7 +273,7 @@ const totalCommentCount = computed(() =>
.commentusername {
width: fit-content;
height: 18px;
font-family: PingFangSC;
font-family: 'SFPro';
font-size: 13px;
font-weight: normal;
font-stretch: normal;
@@ -285,7 +285,6 @@ const totalCommentCount = computed(() =>
}
.commentusercontent {
font-family: PingFangSC;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
@@ -334,7 +333,6 @@ const totalCommentCount = computed(() =>
.commentlikecount {
min-width: 40px;
height: 17px;
font-family: PingFangSC;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
@@ -388,7 +386,6 @@ const totalCommentCount = computed(() =>
.expandcommenttext {
flex: 1;
font-family: PingFangSC;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
@@ -433,7 +430,6 @@ const totalCommentCount = computed(() =>
.edittext {
flex: 1;
flex-grow: 0;
font-family: PingFangSC;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
@@ -467,8 +463,8 @@ const totalCommentCount = computed(() =>
.collectioncount,
.likecount {
height: 17px;
font-family: SFPro;
font-size: 17px;
font-family: 'SFPro';
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;

View File

@@ -28,7 +28,6 @@ const common = useCommonStore()
.openapptext {
width: 96px;
height: 22px;
font-family: PingFangSC;
font-size: 16px;
font-weight: 600;
font-stretch: normal;

View File

@@ -44,7 +44,6 @@ const common = useCommonStore()
border-radius: 29px;
background-image: linear-gradient(156deg, #7c45ed -1%, #7c68ef 19%, #7bd8f8 97%);
color: #fff;
font-family: PingFangSC;
font-size: 14px;
display: flex;
align-items: center;

View File

@@ -265,7 +265,6 @@ swiper-item {
}
.title {
font-family: PingFangSC;
font-size: 20px;
font-weight: 600;
font-stretch: normal;
@@ -283,7 +282,6 @@ swiper-item {
}
.copywriting {
font-family: PingFangSC;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
@@ -301,7 +299,6 @@ swiper-item {
.source,
.date-text {
font-family: PingFangSC;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
@@ -330,7 +327,6 @@ swiper-item {
}
.toseealltext {
font-family: PingFangSC;
font-size: 13px;
font-weight: 500;
font-stretch: normal;

View File

@@ -208,7 +208,6 @@ page,
.username {
flex: 1;
font-family: PingFangSC;
font-size: 17px;
font-weight: 600;
color: #333
@@ -221,7 +220,6 @@ page,
font-size: 14px;
font-weight: 600;
line-height: 32px;
font-family: PingFangSC;
border-radius: 8px;
background-color: rgba(51, 51, 51, .05);
display: flex;
@@ -297,7 +295,6 @@ swiper-item {
}
.copywriting {
font-family: PingFangSC;
font-size: 15px;
font-weight: normal;
font-stretch: normal;

View File

@@ -360,7 +360,6 @@ const toggleMute = () => {
}
.username {
font-family: PingFangSC;
font-size: 17px;
font-weight: 600;
font-stretch: normal;
@@ -376,7 +375,6 @@ const toggleMute = () => {
}
.datetime {
font-family: PingFangSC;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
@@ -392,7 +390,6 @@ const toggleMute = () => {
}
.content {
font-family: PingFangSC;
font-size: 13px;
font-weight: normal;
font-stretch: normal;

View File

@@ -61,7 +61,6 @@ page,
border-radius: 29px;
background-image: linear-gradient(156deg, #7c45ed -1%, #7c68ef 19%, #7bd8f8 97%);
color: #fff;
font-family: PingFangSC;
font-size: 14px;
display: inline-block;
text-align: center;