【类 型】:factor
【原 因】:新的样式 【过 程】: 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
e45f370794
commit
e87be8ab3c
29
App.vue
29
App.vue
@ -54,12 +54,12 @@
|
||||
.r {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.pr{
|
||||
|
||||
.pr {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pa{
|
||||
|
||||
.pa {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@ -70,18 +70,21 @@
|
||||
.fr {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.animation {
|
||||
transition: all 0.2s ease;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
//占位 空符
|
||||
.extra-space {
|
||||
height: 156rpx;
|
||||
}
|
||||
|
||||
//占位 空符
|
||||
.extra-space1 {
|
||||
height: 400rpx;
|
||||
}
|
||||
|
||||
//占位 空符
|
||||
.extra-space2 {
|
||||
height: 200rpx;
|
||||
@ -91,12 +94,13 @@
|
||||
weight: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
|
||||
//按钮
|
||||
.numberBut {
|
||||
width: 130rpx;
|
||||
height: 48rpx;
|
||||
}
|
||||
|
||||
|
||||
.nullBut {
|
||||
width: 159rpx;
|
||||
height: 48rpx;
|
||||
@ -126,6 +130,10 @@
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
.bg-mb {
|
||||
background-color: $uni-text-color-disable;
|
||||
}
|
||||
|
||||
.bg-b {
|
||||
background-color: #383838;
|
||||
}
|
||||
@ -299,7 +307,8 @@
|
||||
.fb {
|
||||
font-weight: bold;
|
||||
}
|
||||
.fn{
|
||||
|
||||
.fn {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@ -311,6 +320,10 @@
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.fz20 {
|
||||
font-size: 20rpx;
|
||||
}
|
||||
|
||||
.fz24 {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user