feat: base 添加uniform样式
This commit is contained in:
parent
88a6ad160b
commit
7b2e58c318
15
App.vue
15
App.vue
|
@ -76,6 +76,10 @@
|
||||||
.uni-forms-item--border {
|
.uni-forms-item--border {
|
||||||
padding: 4rpx
|
padding: 4rpx
|
||||||
}
|
}
|
||||||
|
.uni-forms-item__content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.dialogWrap {
|
.dialogWrap {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
@ -122,5 +126,14 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
.footer_fixed {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 12rpx;
|
||||||
|
box-shadow: 0 -2rpx 8rpx rgba(0, 0, 0, 0.1);
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue