examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/PublicCards/contrast.wxss

50 lines
1002 B
Plaintext

@charset "UTF-8";
/* 主题色 */
.calendar.data-v-1d66deb7 {
padding-top: 60px;
}
.data-v-1d66deb7 .calendar-wrapper {
margin: 15px;
}
.data-v-1d66deb7 .calendar-wrapper .header {
background-color: #fff;
color: #37cc92;
border-radius: 10px 10px 0 0;
}
.data-v-1d66deb7 .calendar-wrapper /deep/uni-icons {
color: #37cc92;
}
.item.data-v-1d66deb7 {
font-size: 30rpx !important;
}
.tabbar.data-v-1d66deb7 {
display: flex;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
justify-content: space-between;
border-bottom: 1px solid #f7f7f7;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
background-color: #fff;
}
.tabbar .scroll-menu.data-v-1d66deb7 {
width: 100%;
white-space: nowrap;
}
.tabbar .scroll-menu view.data-v-1d66deb7 {
height: 55px;
line-height: 55px;
display: inline-block;
min-width: 100px;
margin: 0 10px;
text-align: center;
}
.tabbar .active.data-v-1d66deb7 {
color: #37cc92;
font-weight: bold;
border-bottom: 2px solid #37cc92;
}