页面切图
This commit is contained in:
@@ -200,7 +200,7 @@ export default {
|
||||
}
|
||||
|
||||
&-active {
|
||||
background: $uni-color-primary;
|
||||
background: $uni-theme-blue;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -193,7 +193,7 @@ export default {
|
||||
|
||||
|
||||
&-active {
|
||||
background: $uni-color-primary;
|
||||
background: $uni-theme-blue;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user