【类 型】: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

29
App.vue
View File

@ -54,12 +54,12 @@
.r { .r {
float: right; float: right;
} }
.pr{ .pr {
position: relative; position: relative;
} }
.pa{ .pa {
position: absolute; position: absolute;
} }
@ -70,18 +70,21 @@
.fr { .fr {
text-align: right; text-align: right;
} }
.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,12 +94,13 @@
weight: 40rpx; weight: 40rpx;
height: 40rpx; height: 40rpx;
} }
// //
.numberBut { .numberBut {
width: 130rpx; width: 130rpx;
height: 48rpx; height: 48rpx;
} }
.nullBut { .nullBut {
width: 159rpx; width: 159rpx;
height: 48rpx; height: 48rpx;
@ -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,7 +307,8 @@
.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;
} }