Skip to content

CSS: view

.instui-view — Nguyên thủy View: một hộp trung tính với các modifier khóa-giá trị cho nền, viền, bán kính, bóng, hiển thị, vị trí, tràn và con trỏ. Mỗi modifier này cũng có sẵn ở phạm vi toàn cục (trơ, hoặc nối vào bất kỳ component nào khác) — xem các tiện ích background/border/shadow/display/position/overflow/cursor.

Source: view.css

Sử dụng

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/view.css";

Các ví dụ

html
<div class="instui-view -background-secondary -border-radius-medium -shadow-resting">
  A card-like surface.
</div>

Bộ sửa

Bộ sửaMô tả
.-background-alertNền bề mặt cảnh báo.
.-background-brandNền bề mặt thương hiệu.
.-background-dangerNền bề mặt nguy hiểm.
.-background-infoNền bề mặt thông tin.
.-background-primaryNền bề mặt chính.
.-background-primary-inverseNền bề mặt chính đảo ngược.
.-background-secondaryNền bề mặt phụ.
.-background-successNền bề mặt thành công.
.-background-transparentNền trong suốt.
.-background-warningNền bề mặt cảnh báo (warning).
.-border-color-brandMàu viền stroke thương hiệu.
.-border-color-dangerMàu viền stroke lỗi.
.-border-color-infoMàu viền stroke thông tin.
.-border-color-primaryMàu viền stroke cơ bản.
.-border-color-successMàu viền stroke thành công.
.-border-color-warningMàu viền stroke cảnh báo.
.-border-radius-circleBán kính hoàn toàn tròn (50%).
.-border-radius-largeBán kính góc lớn.
.-border-radius-mediumBán kính góc trung bình.
.-border-radius-pillBán kính pill (đầy đủ).
.-border-radius-smallBán kính góc nhỏ.
.-border-width-largeViền đặc lớn với màu stroke cơ bản.
.-border-width-mediumViền đặc trung bình với màu stroke cơ bản.
.-border-width-smallViền đặc nhỏ với màu stroke cơ bản.
.-cursor-autocursor: auto.
.-cursor-defaultcursor: default.
.-cursor-grabcursor: grab.
.-cursor-movecursor: move.
.-cursor-not-allowedcursor: not-allowed.
.-cursor-pointercursor: pointer.
.-cursor-textcursor: text.
.-cursor-waitcursor: wait.
.-display-blockdisplay: block.
.-display-flexdisplay: flex.
.-display-inlinedisplay: inline.
.-display-inline-blockdisplay: inline-block.
.-display-inline-flexdisplay: inline-flex.
.-display-nonedisplay: none.
.-overflow-x-autooverflow-x: auto.
.-overflow-x-clipoverflow-x: clip.
.-overflow-x-hiddenoverflow-x: hidden.
.-overflow-x-scrolloverflow-x: scroll.
.-overflow-x-visibleoverflow-x: visible.
.-overflow-y-autooverflow-y: auto.
.-overflow-y-clipoverflow-y: clip.
.-overflow-y-hiddenoverflow-y: hidden.
.-overflow-y-scrolloverflow-y: scroll.
.-overflow-y-visibleoverflow-y: visible.
.-position-absoluteposition: absolute.
.-position-fixedposition: fixed.
.-position-relativeposition: relative.
.-position-staticposition: static.
.-position-stickyposition: sticky.
.-shadow-aboveBóng nâng cao (elevation) phía trên.
.-shadow-restingBóng nâng khi nghỉ (resting elevation).
.-shadow-topmostBóng nâng cao nhất (topmost elevation).

Token tiêu thụ

TokenKiểuGiá trị
--instui-border-radius-full<length>999rem
--instui-border-radius-lg<length>0.75rem
--instui-border-radius-md<length>0.5rem
--instui-border-radius-sm<length>0.25rem
--instui-border-width-lg<length>0.25rem
--instui-border-width-md<length>0.125rem
--instui-border-width-sm<length>0.0625rem
--instui-color-stroke-base<color>LightDarklight-dark(#8D959F, #6A7883)
--instui-color-stroke-brand<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-color-stroke-error<color>#E62429
--instui-color-stroke-info<color>#2B7ABC
--instui-color-stroke-success<color>#03893D
--instui-color-stroke-warning<color>#CF4A00
--instui-component-view-background-alert<color>#2B7ABC
--instui-component-view-background-brand<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-component-view-background-danger<color>#E62429
--instui-component-view-background-info<color>#2B7ABC
--instui-component-view-background-primary<color>LightDarklight-dark(#ffffff, #171B21)
--instui-component-view-background-primary-inverse<color>LightDarklight-dark(#334450, #F2F4F5)
--instui-component-view-background-secondary<color>LightDarklight-dark(#F2F4F5, #273540)
--instui-component-view-background-success<color>#03893D
--instui-component-view-background-warning<color>#CF4A00
--instui-elevation-abovenone | <shadow>#
--instui-elevation-restingnone | <shadow>#
--instui-elevation-topmostnone | <shadow>#