135 lines
2.5 KiB
Plaintext

/* pages/home/chemical/chemical.wxss */
.main {
width: 100%;
}
.main-item {
margin: 10px;
margin-bottom: 15px;
border-radius: 0.5rem;
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-style: solid;
border-width: 2px;
border-color: rgba(230, 230, 230, 0.719);
padding: 15px;
}
.logo-image {
width: 50px;
height: 50px;
border-radius: 9999px;
border-style: solid;
border-width: 2px;
border-color: rgba(200, 200, 200, 0.548);
padding: 10px;
}
.title {
display: flex;
}
.main-title {
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 600;
margin: 10px;
}
.title-name {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
}
.title-enname {
color: rgb(150, 150, 150);
}
.total {
margin: 30px;
overflow: auto;
font-size: 1rem;
line-height: 1.5rem;
}
.no-data {
display: flex;
justify-content: center;
margin-top: 40px;
}
.title {
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 600;
margin-bottom: 20px;
}
.toxicity-top {
display: flex;
justify-content: space-between;
font-size: 0.75rem;
line-height: 1.25rem;
font-weight: 600;
}
.toxicity-item {
padding: 5px;
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-style: solid;
border-width: 2px;
border-color: rgba(230, 230, 230, 0.719);
border-radius: 0.5rem;
margin-top: 15px;
}
.toxicity-bottom {
margin-top: 5px;
font-size: 0.75rem;
line-height: 1.25rem;
margin-left: 8px;
margin-right: 8px;
}
.disease-top {
display: flex;
justify-content: space-between;
}
.disease-name {
font-size: 0.75rem;
line-height: 1.25rem;
font-weight: 600;
}
.disease-key {
font-size: 0.75rem;
line-height: 1.25rem;
}
.disease-value {
margin-right: 10px;
font-size: 0.75rem;
line-height: 1.25rem;
font-weight: 600;
color: #0052d9;
display: flex;
flex-wrap: wrap;
}
.disease-item {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-style: solid;
border-width: 1px;
border-color: rgba(230, 230, 230, 0.719);
border-radius: 0.5rem;
margin-top: 15px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}