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.
104 lines
1.9 KiB
104 lines
1.9 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; */
|
|
padding: 12px;
|
|
margin-top: 12px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
background-image: linear-gradient(0deg, #F3F7FF 84%, #DBE6FF 100%);
|
|
|
|
}
|
|
.heightStyle{
|
|
height: 100%;
|
|
}
|
|
|
|
.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-between;
|
|
margin-bottom: 10px;
|
|
margin-top:10px;
|
|
align-items: center;
|
|
position: relative;
|
|
/* margin-left: -22px; */
|
|
}
|
|
|
|
.yellowClass .van-calendar__bottom-info{
|
|
font-size: 50px;
|
|
color:yellow;
|
|
|
|
}
|
|
.greenClass .van-calendar__bottom-info{
|
|
font-size: 50px;
|
|
color:green;
|
|
}
|
|
.imgStyle {
|
|
position: absolute;
|
|
width: 115px;
|
|
height: 67px;
|
|
right: 0;
|
|
|
|
}
|
|
.top{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px;
|
|
}
|
|
|
|
.fontStyle {
|
|
width: 64px;
|
|
height: 22px;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #000000d9;
|
|
letter-spacing: 0;
|
|
margin-left: 5px;
|
|
}
|
|
.countStyle {
|
|
width: 89px;
|
|
height: 24px;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-size: 17px;
|
|
color: #1684FF;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|