this is lastest update 3.27
This commit is contained in:
parent
9681c3a572
commit
9ff3350729
|
@ -254,6 +254,13 @@
|
|||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/testPage/testPage",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"plugins": {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user