【类 型】:factor

【原  因】:新的样式
【过  程】:
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
This commit is contained in:
air 2025-01-20 23:08:13 +08:00
parent e45f370794
commit e87be8ab3c

13
App.vue
View File

@ -74,14 +74,17 @@
.animation { .animation {
transition: all 0.2s ease; transition: all 0.2s ease;
} }
// //
.extra-space { .extra-space {
height: 156rpx; height: 156rpx;
} }
// //
.extra-space1 { .extra-space1 {
height: 400rpx; height: 400rpx;
} }
// //
.extra-space2 { .extra-space2 {
height: 200rpx; height: 200rpx;
@ -91,6 +94,7 @@
weight: 40rpx; weight: 40rpx;
height: 40rpx; height: 40rpx;
} }
// //
.numberBut { .numberBut {
width: 130rpx; width: 130rpx;
@ -126,6 +130,10 @@
background-color: #888; background-color: #888;
} }
.bg-mb {
background-color: $uni-text-color-disable;
}
.bg-b { .bg-b {
background-color: #383838; background-color: #383838;
} }
@ -299,6 +307,7 @@
.fb { .fb {
font-weight: bold; font-weight: bold;
} }
.fn { .fn {
font-weight: normal; font-weight: normal;
} }
@ -311,6 +320,10 @@
line-height: 1.2em; line-height: 1.2em;
} }
.fz20 {
font-size: 20rpx;
}
.fz24 { .fz24 {
font-size: 24rpx; font-size: 24rpx;
} }