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.
23 lines
482 B
23 lines
482 B
/* 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 0px;
|
|
margin: 5px 5px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
}
|