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

51 lines
915 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
.TrendPage.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
min-height: 100vh;
}
2024-10-11 10:04:19 +08:00
.boxTime.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 10px 10px 0 0;
}
2024-10-11 10:04:19 +08:00
.boxTime .one.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
width: 100%;
display: flex;
line-height: 25px;
justify-content: space-between;
align-items: center;
}
2024-10-11 10:04:19 +08:00
.boxTime .center.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
width: 10%;
margin: 0 15px;
}
2024-10-11 10:04:19 +08:00
.boxTime picker.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
width: 50%;
border: none;
display: flex;
justify-content: center;
}
2024-10-11 10:04:19 +08:00
.boxTime .iconfont.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
color: #333333;
font-size: 36rpx;
}
2024-10-11 10:04:19 +08:00
.line.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
padding-top: 15px;
}
2024-10-11 10:04:19 +08:00
.title.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
width: 100%;
text-align: center;
color: #999;
font-size: 14PX;
margin-top: 15px;
}
2024-10-11 10:04:19 +08:00
.title text.data-v-4f87f1ca {
2024-10-04 13:36:52 +08:00
width: 15px;
height: 10px;
margin-right: 5px;
display: inline-block;
}