feat: 添加引导内容,第一步引导

This commit is contained in:
2025-06-17 17:31:33 +08:00
parent 02df74f35f
commit c0c55fb4f1
15 changed files with 373 additions and 8 deletions
+5 -3
View File
@@ -25,7 +25,8 @@
&.active {
transform: translateY(10rpx);
box-shadow: 0 0 0 rgba(219, 185, 23, 0.5); /* 阴影效果 */
box-shadow: 0 0 0 rgba(219, 185, 23, 0.5);
/* 阴影效果 */
}
}
@@ -40,7 +41,8 @@
&.active {
transform: translateY(10rpx);
box-shadow: 0 0 0 rgba(121, 185, 21, 0.5); /* 阴影效果 */
box-shadow: 0 0 0 rgba(121, 185, 21, 0.5);
/* 阴影效果 */
}
}
@@ -48,5 +50,5 @@
&__icon {
margin-right: 24rpx;
}
}