页面切图

This commit is contained in:
仲么了
2023-02-07 17:59:54 +08:00
parent 6cd009f621
commit 3f50cca6db
35 changed files with 933 additions and 164 deletions

View File

@@ -59,7 +59,7 @@ page {
bottom: 200rpx;
width: 126rpx;
height: 126rpx;
background: #fff;
background: $uni-theme-white;
border-radius: 50%;
display: flex;
align-items: center;
@@ -74,10 +74,11 @@ page {
.grid-card {
background: #fff;
background: $uni-theme-white;
border-radius: 12rpx;
padding: 20rpx;
margin-bottom: 20rpx;
.grid-card-title {
font-size: 28rpx;
color: #111;
@@ -86,10 +87,12 @@ page {
}
.grid-card-content-4,
.grid-card-content-3 {
.grid-card-content-3,
.grid-card-content-5 {
display: grid;
font-size: 24rpx;
grid-template-columns: 1fr 1fr 1fr 1fr;
.item {
display: flex;
align-items: center;
@@ -100,4 +103,9 @@ page {
.grid-card-content-3 {
grid-template-columns: 1fr 1fr 1fr;
}
}
.grid-card-content-5 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
}