16 lines
670 B
CSS
16 lines
670 B
CSS
|
|
.page { padding-bottom: 4.375rem;
|
|
}
|
|
.field { display:flex; justify-content: space-between; padding: 0.6875rem 0.75rem; background:#fff; border-bottom:0.03125rem solid #eee;
|
|
}
|
|
.label { color:#666;
|
|
}
|
|
.value { color:#333; text-align: right; flex: 1;
|
|
}
|
|
.textarea { padding: 0.5rem 0.75rem; background:#fff; margin-top: 0.375rem;
|
|
}
|
|
.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);
|
|
}
|
|
.primary { width: 100%; background: linear-gradient(135deg, #A0E4FF 0%, #17A2C4 100%); color:#fff; border-radius: 31.21875rem; padding: 0.625rem 0;
|
|
}
|