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

50 lines
1002 B
Plaintext
Raw Normal View History

2024-10-04 13:36:52 +08:00
@charset "UTF-8";
/* 主题色 */
2024-10-11 10:04:19 +08:00
.calendar.data-v-1d66deb7 {
2024-10-04 13:36:52 +08:00
padding-top: 60px;
}
2024-10-11 10:04:19 +08:00
.data-v-1d66deb7 .calendar-wrapper {
2024-10-04 13:36:52 +08:00
margin: 15px;
}
2024-10-11 10:04:19 +08:00
.data-v-1d66deb7 .calendar-wrapper .header {
2024-10-04 13:36:52 +08:00
background-color: #fff;
color: #37cc92;
border-radius: 10px 10px 0 0;
}
2024-10-11 10:04:19 +08:00
.data-v-1d66deb7 .calendar-wrapper /deep/uni-icons {
2024-10-04 13:36:52 +08:00
color: #37cc92;
}
2024-10-11 10:04:19 +08:00
.item.data-v-1d66deb7 {
2024-10-04 13:36:52 +08:00
font-size: 30rpx !important;
}
2024-10-11 10:04:19 +08:00
.tabbar.data-v-1d66deb7 {
2024-10-04 13:36:52 +08:00
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;
}
2024-10-11 10:04:19 +08:00
.tabbar .scroll-menu.data-v-1d66deb7 {
2024-10-04 13:36:52 +08:00
width: 100%;
white-space: nowrap;
}
2024-10-11 10:04:19 +08:00
.tabbar .scroll-menu view.data-v-1d66deb7 {
2024-10-04 13:36:52 +08:00
height: 55px;
line-height: 55px;
display: inline-block;
min-width: 100px;
margin: 0 10px;
text-align: center;
}
2024-10-11 10:04:19 +08:00
.tabbar .active.data-v-1d66deb7 {
2024-10-04 13:36:52 +08:00
color: #37cc92;
font-weight: bold;
border-bottom: 2px solid #37cc92;
}