59 lines
923 B
Plaintext
59 lines
923 B
Plaintext
/**index.wxss**/
|
|
|
|
.head {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 2%;
|
|
margin-top: 0%;
|
|
padding-top: 5%;
|
|
padding-bottom: 3%;
|
|
align-items: center;
|
|
background-color: white;
|
|
border-radius: 5%;
|
|
}
|
|
.title {
|
|
font-weight: bold;
|
|
}
|
|
.subtitle {
|
|
color: lightgray;
|
|
font-size: 85%;
|
|
margin-bottom: 5%;
|
|
}
|
|
.head-button {
|
|
color: orange;
|
|
background-color: orange;
|
|
width: 50%;
|
|
}
|
|
.small-card {
|
|
margin-left: 2%;
|
|
margin-bottom: 3%;
|
|
padding-top: 5%;
|
|
padding-left: 20px;
|
|
background-color: white;
|
|
height: 75px;
|
|
border-radius: 5%;
|
|
}
|
|
.small-card-title {
|
|
font-size: 85%;
|
|
font-weight: bold;
|
|
margin-bottom: 3%;
|
|
}
|
|
|
|
.small-card-subtitle {
|
|
color: gray;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.custom-tabs {
|
|
margin-bottom: 32rpx;
|
|
background-color: gray;
|
|
}
|
|
|
|
.custom-tab-items {
|
|
background-color: rgb(245, 245, 245);
|
|
border: hidden;
|
|
}
|
|
|
|
|
|
|