28 lines
473 B
Plaintext
Raw Normal View History

2025-04-14 10:57:27 +08:00
.container {
background-color: b-body-gray;
height: 100vh;
background-color: #fff;
position: relative;
}
.nav-panel {
position: fixed;
bottom: 0rpx;
width: 100%;
padding-bottom: 20px;
background-color: #fff;
z-index: 105;
}
.divCenter {
display: flex;
align-items: center;
height: 35px
}
.uni-section .uni-section-header {
padding: 10px 0px !important;
}
.buttonclass {
width: 100%;
background-color: rgba(243, 249, 255, 0.9) !important;
}