24 lines
971 B
CSS
24 lines
971 B
CSS
|
|
.page { padding-bottom: 4.375rem;
|
|
}
|
|
.card { background:#fff; margin: 0.5rem; padding: 0.375rem 0.5rem; border-radius: 0.5rem;
|
|
}
|
|
.row { display:flex; justify-content: space-between; padding: 0.5625rem 0.25rem; border-bottom: 0.03125rem solid #f3f3f3;
|
|
}
|
|
.row:last-child { border-bottom: 0;
|
|
}
|
|
.label { color:#666;
|
|
}
|
|
.value { color:#333; max-width: 60%; text-align: right;
|
|
}
|
|
.value-input { color:#333; text-align: right; flex: 1;
|
|
}
|
|
.emp { color:#107e9b; font-weight: 700;
|
|
}
|
|
.bottom { position: fixed; left:0; right:0; bottom:0; background:#fff; padding: 0.5rem 0.75rem calc(env(safe-area-inset-bottom) + 0.5rem); box-shadow: 0 -0.125rem 0.375rem rgba(0,0,0,0.06); display:flex; gap: 0.375rem;
|
|
}
|
|
.primary { flex:1; background: linear-gradient(135deg, #A0E4FF 0%, #17A2C4 100%); color:#fff; border-radius: 31.21875rem; padding: 0.625rem 0;
|
|
}
|
|
.ghost { flex:1; background:#fff; color:#107e9b; border: 0.0625rem solid #A0E4FF; border-radius: 31.21875rem; padding: 0.5625rem 0;
|
|
}
|