/* pages/home/session/session.wxss */ .main {} .header { height: 20%; display: flex; justify-content: space-between; margin: 10px; margin-bottom: 20px; padding: 10px; background-color: rgba(255, 255, 255, 0.829); border-radius: 0.5rem; --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); border-width: 2px; border-style: solid; border-color: rgba(230, 230, 230, 0.719); } .type { font-size: 1.25rem; line-height: 1.75rem; font-weight: 600; margin-bottom: 5px; margin-left: 10px; width: 100%; } .type-code { font-size: 1rem; color: rgb(165, 165, 165); } .type-tag { margin-left: 10px; } .header-icon { margin-right: 10px; } .header-image { width: 72px; height: 72px; border-radius: 0.5rem; } .header-time { width: 100%; text-align: right; bottom: 0; font-size: 0.75rem; margin-right: 10px; color: rgb(150, 150, 150); } .left { width: 100%; height: 76px; display: flex; flex-wrap: wrap; align-content: space-between; } .right { display: flex; align-items: flex-end; } .body { width: 100%; height: 80%; } .total { margin: 30px; overflow: auto; } .body-section { margin-left: 10px; margin-right: 10px; margin-bottom: 25px; } .body-row { display: flex; flex-wrap: nowrap; margin-bottom: 5px; } .body-key { font-size: 1rem; line-height: 1.5rem; font-weight: 500; color: rgb(20, 20, 20); } .body-title { font-weight: 600; } .body-value { font-size: 1rem; line-height: 1.5rem; color: rgb(90, 90, 90); } .body-company { display: flex; flex-wrap: nowrap; margin-top: 10px; } .body-company-icon { margin-right: 10px; } .body-company-raw { font-size: 1rem; line-height: 1.5rem; color: rgb(90, 90, 90); width: 100%; } .additive { padding: 15px; } .additive-item { /* width: 100%; */ margin-bottom: 20px; padding: 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); } .additive-title { width: 100%; display: flex; justify-content: space-between; margin-bottom: 10px; } .additive-name { font-size: 1.125rem; line-height: 1.75rem; font-weight: 550; } .additive-type { margin-left: 5px; color: rgb(150, 150, 150); } .additive-standard { font-size: 0.875rem; line-height: 1.25rem; color: rgb(150, 150, 150); margin-bottom: 10px; } .additive-chemical { 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); margin-bottom: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; } .additive-chemical-name { font-size: 1rem; line-height: 1.5rem; } .additive-chemical-right-icon { display: flex; align-items: center; } .additive-chemical-cas { margin-left: 10px; margin-top: 5px; color: rgb(150, 150, 150); } .no-data { display: flex; justify-content: center; margin-top: 40px; }