/*
 *-------------所有页面公共样式写在此页面-------------
 */
/* 底部弹出calendar，头部右侧加入按钮*/
.calendar-header.right-btn{
    display: flex;
    justify-content: space-between;
}
/* 底部弹出calendar，工具栏颜色*/
.calendar .toolbar{
    background: var(--f7-theme-color);
    color: #fff;
}

.mescroll-totop{
    bottom: 100px;
}
