67 lines
1.1 KiB
Plaintext

/* pages/standard/list/index.wxss */
.main {
padding: 10px;
}
.top-empty {
width: 100%;
height: 150px;
}
.search-view {
display: flex;
justify-content: center;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
background-color: rgb(255, 255, 255);
}
.search {
width: 250px;
}
.standard-image {
padding-top: 30px;
display: flex;
justify-content: center;
}
.list-view {
padding: 10px;
margin-bottom: 80px;
}
.standard-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: 2px;
border-color: rgba(230, 230, 230, 0.719);
margin: 10px;
padding: 10px;
border-radius: 0.5rem;
}
.standard-name {
font-weight: 600;
}
.standard-code {
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
color: rgb(150, 150, 150);
}
.standard-bottom {
display: flex;
justify-content: space-between;
align-items: center;
}
.standard-public {
font-size: 0.875rem;
line-height: 1.25rem;
}