this is lastest update 3.27

This commit is contained in:
chen-xin-zhi 2025-03-27 13:52:23 +08:00
parent 9681c3a572
commit 9ff3350729
3 changed files with 11 additions and 3 deletions

View File

@ -254,6 +254,13 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/testPage/testPage",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"plugins": {

View File

@ -249,7 +249,8 @@ const showStop =()=>{
font-size: 18.75rpx;
font-family: 'FangZhengFonts';
line-height: 17.29rpx;
color: #faddde;
// color: #faddde;
color: #F29FA3;
}
.text_3 {
line-height: 18.09rpx;

View File

@ -239,7 +239,7 @@ const checkGeneralGood = async () => {
background-color: #ffffff;
border-radius: 18.75rpx;
width: 726rpx;
height: 100%;
height: auto;
padding: 20rpx;
margin: 20rpx auto 160rpx;
}
@ -259,7 +259,7 @@ button::after {
.page {
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
height: 100vh;
width: 100%;
overflow-y: auto;
overflow-x: hidden;