You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.2 KiB
70 lines
1.2 KiB
/* package/subSystem/subSystem.wxss */
|
|
.number{
|
|
width: 40px;
|
|
height: 26px;
|
|
font-family: D-DINExp;
|
|
font-weight: DINExp;
|
|
font-size: 24px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.card {
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 8px;
|
|
/* padding: 10px 10px; */
|
|
margin: 5px 5px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
/* width: 300px; */
|
|
height: 300px;
|
|
}
|
|
.heightStyle{
|
|
height: auto;
|
|
}
|
|
|
|
.xunjian{
|
|
width: 64px;
|
|
height: 22px;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #000000d9;
|
|
letter-spacing: 0;
|
|
}
|
|
.yearMonth{
|
|
width: 85px;
|
|
height: 20px;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #1684FF;
|
|
letter-spacing: 0;
|
|
text-align: right;
|
|
}
|
|
.header{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-bottom: 10px;
|
|
margin-top:10px;
|
|
}
|
|
|
|
.yellowClass .van-calendar__bottom-info{
|
|
font-size: 50px;
|
|
color:yellow;
|
|
|
|
}
|
|
.greenClass .van-calendar__bottom-info{
|
|
font-size: 50px;
|
|
color:green;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|