28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
|
|
|
||
|
|
.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;
|
||
|
|
}
|