页面切图

This commit is contained in:
仲么了
2023-02-17 09:03:47 +08:00
parent c183f91ace
commit 7d28b3476a
11 changed files with 99 additions and 27 deletions

View File

@@ -200,7 +200,7 @@ export default {
}
&-active {
background: $uni-color-primary;
background: $uni-theme-blue;
color: #fff;
}
}

View File

@@ -193,7 +193,7 @@ export default {
&-active {
background: $uni-color-primary;
background: $uni-theme-blue;
color: #fff;
}
}

View File

@@ -43,7 +43,7 @@ export default {
.transfer-img {
width: 500rpx;
height: 500rpx;
background: $uni-color-primary ;
background: $uni-theme-blue ;
}
.transfer-text {
@@ -63,7 +63,7 @@ export default {
flex: 1;
height: 80rpx;
border-radius: 12rpx;
background-color: $uni-color-primary;
background-color: $uni-theme-blue;
font-size: 28rpx;
color: #fff;
display: flex;