页面切图

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

@@ -24,7 +24,7 @@ export default {
justify-content: center;
align-items: center;
background: $uni-theme-white;
height: 236rpx;
height: 180rpx;
.grid-card-content-item-icon {
display: flex;
@@ -33,7 +33,7 @@ export default {
position: relative;
width: 80rpx;
height: 80rpx;
background: rgba(78, 159, 255, 1);
background: $uni-theme-yellow;
border-radius: 20rpx;
.grid-card-content-item-icon-2 {