@import '/behaviors/picker/template-selector.wxss';
|
|
.popup-block {
|
width: 100vw;
|
height: 50vh;
|
}
|
|
.t-class-checkbox-label {
|
font-size: var(--td-font-size-base);
|
}
|
|
.page-header {
|
background: white;
|
}
|
|
.footer {
|
box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
|
position: fixed;
|
bottom: 0;
|
width: 100%;
|
display: flex;
|
justify-content: space-around;
|
z-index: 1;
|
padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
|
background-color: white;
|
}
|
|
.t-class-button {
|
margin: initial !important;
|
}
|
|
.popup-btn-group {
|
display: flex;
|
justify-content: space-between;
|
padding: var(--td-spacer);
|
}
|
|
.filter-wrap {
|
width: 100%;
|
height: 88rpx;
|
display: flex;
|
justify-content: space-between;
|
position: relative;
|
background: #fff;
|
/* box-shadow: var(--td-shadow-4); */
|
}
|