this is lastest update 3.27
This commit is contained in:
parent
9681c3a572
commit
9ff3350729
|
@ -254,6 +254,13 @@
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": ""
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/testPage/testPage",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
|
@ -249,7 +249,8 @@ const showStop =()=>{
|
||||||
font-size: 18.75rpx;
|
font-size: 18.75rpx;
|
||||||
font-family: 'FangZhengFonts';
|
font-family: 'FangZhengFonts';
|
||||||
line-height: 17.29rpx;
|
line-height: 17.29rpx;
|
||||||
color: #faddde;
|
// color: #faddde;
|
||||||
|
color: #F29FA3;
|
||||||
}
|
}
|
||||||
.text_3 {
|
.text_3 {
|
||||||
line-height: 18.09rpx;
|
line-height: 18.09rpx;
|
||||||
|
|
|
@ -239,7 +239,7 @@ const checkGeneralGood = async () => {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
width: 726rpx;
|
width: 726rpx;
|
||||||
height: 100%;
|
height: auto;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
margin: 20rpx auto 160rpx;
|
margin: 20rpx auto 160rpx;
|
||||||
}
|
}
|
||||||
|
@ -259,7 +259,7 @@ button::after {
|
||||||
.page {
|
.page {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user