更新记录

1.4.0(2026-02-23) 下载此版本

1.4.0 及以上版本不建议 1.4.0 版本下的直接更新;因为 border 调整 bt => b-t`; 注:减轻体积要素,严格按照运行发行版;如:小程序运行开发环境上传代码会多上传冗余代码;

优化:

  1. 配置 theme.generator 优化,目前可以获取所有颜色写法以及变量;
  2. 配置 theme.colors 优化支持无限嵌套;
  3. 所有百分比统一转化 n / 100;
  4. 配置 theme.rules 优化,[正则或者字符串,对象、[[key, value]]、函数 => 对象、[[key, value]]];
  5. 配置 theme.rulestheme.shortcuts 支持转换前的 class 选择器;如:text-#000、text-11.1
  6. h5 样式热更新优化;注:小程序样式不生效时需要把热更新关闭;
  7. 配置 theme.unit 优化为只支持字符串并增加 theme.handler 配置参与处理选择器和CSS`;
  8. border 预设调整;bb => b-b;
  9. 整个代码体积缩小;

增加:

  1. 增加 include 配置,指名哪些文件需要动态操作(include、exclude 两个只会生效一个且 include 优先级高);
  2. 所有属性增加任意值预设。如:w-[1rpx]、w-[--w];注:如果 [] 里以双横线开头,则会被认为是变量并自动拼接 css var 函数;
  3. 所有前缀再原有的 un-w-1 增加 : 预设。如:un:w-1;、uno:w-1(需配合配置 prefix 使用);
  4. 所有属性和前缀增加分组(简写速写)预设。如:text:1、text:(1 #fff)、text-(1 #fff)、un:text-1 un:(text-1 text-#fff);注:如果需要给组内所有成员增加层级可以简写到首或者尾。如:text:(1! !#ff) => !text:(1 #fff)、text:(1 #fff)!;
  5. 所有负数再原有的 -x-n 增加 x--n 预设。如:mt--1
  6. 颜色 16 进制 3、4位扩展透明度更改。如:text-#0000-1 => color:rgba(0,0,0,.01);
  7. 新增配置 default 定义变量默认值;
  8. 新增透明度公用变量。如:var(--un-opacity-default, default.opacity || 1);
  9. 增加 animation、border、background、box、clear、columns、column、content、float、filter、flex、font、aspect-ratio、gap、grid、inset、line、list、letter-spacing、mix-blend-mode、object、order、outline、overflow、position、perspective、pointer、resize、text、touch-action、transform、transition、user、vertical-align、white、will-change、word、zoom 所有属性预设;
  10. align-content、align-items、align-self 原有的 content-normal、flex-content-normal 增加 grid- 预设。如:grid-content-normal;
  11. backdrop-filter 增加 brightness、contrast、grayscale、hue-rotate、drop-shadow、invert、opacity、saturate、sepia、blur 预设。如:backdrop-blur-1、backdrop-brightness-50
  12. border 增加 缩写连字符预设。如:b-b b-b-solid b-b-#fff、b-b-(1 solid #fff)、bb:(1 solid #fff) 括号里顺序不固定;
  13. 新增 border width 公用变量。如:var(--un-line-width-default, default.line.width || 1px);
  14. 新增 none 公用变量。如:var(--un-none-default, default.none || 0);
  15. border-radiusfull 调整 => calc(infinity * 1rpx);
  16. border-radius 新增变量配置。default.radius.[lg|md|sm|xs|xl|2xl|3xl|4xl] => var(--un-radius-[lg|md|sm|xs|xl|2xl|3xl|4xl]-default, default.radius.[lg|md|sm|xs|xl|2xl|3xl|4xl] || [8rpx|6rpx|4rpx|2rpx|12rpx|16rpx|32rpx]);

reminder.css 文件只描述常用,如不满足需求,随意添加更改

由于时间关系其他功能下个版本,更新条目透露部分:

  1. 内置伪类预设;
  2. 文档;
  3. 支持 webpack 工具;
  4. 扩展更多常用属性预设;
  5. 扩展 CSS 函数预设;
  6. 样式表(style标签内)支持 theme.colorstheme.generator 开启获取 uni.scssCSS 变量;
  7. 建立默认样式变量文件;

1.3.9(2025-04-18) 下载此版本

App 打包漏编译

1.3.8(2025-02-08) 下载此版本

1.4 还在构件中,将实现 MDN 所有 CSS Properties;

目前先解决两点明显问题:

1: 热更新时编译两次;

  1. options.log 配置无效;
查看更多

平台兼容性

uni-app(3.6.17)

Vue2 Vue3 Chrome Safari app-vue app-nvue Android iOS 鸿蒙
微信小程序 支付宝小程序 抖音小程序 百度小程序 快手小程序 京东小程序 鸿蒙元服务 QQ小程序 飞书小程序 小红书小程序 快应用-华为 快应用-联盟

uni-app x(3.6.17)

Chrome Safari Android iOS 鸿蒙 微信小程序
5.0 12

其他

多语言 暗黑模式 宽屏模式
×

简单版轻量原子化CSS

Usage

/** vite.config.js */
import { defineConfig } from 'vite';
import uni from '@dcloudio/vite-plugin-uni';
import { unovite } from './js_sdk/a-hua-unocss';

export default defineConfig({
    plugins: [
        uni(),
        unovite()
    ]
});
自定义预设【原子化CSS】配置

/** vite.config.js */
import { defineConfig } from 'vite';
import uni from '@dcloudio/vite-plugin-uni';
import { unovite } from './js_sdk/a-hua-unocss';

export default defineConfig({
    plugins: [
        uni(),
        unocss({
            // unit: 'cm',
            // prefix: 'before',
            // handler(prefix, item) {
            //     if (prefix === 'before') {
            //         item.pseudo = '::before';
            //     };

            //     return item;
            // },
            // rules: [
                // ['m-1', { margin: '0.25rem' }]
                // [/^m-(\d+)$/, ([, d]) => ({ margin: `${d / 4}rem` })]
                // [/^h-(\d+)dvh$/, ([_, d]) => {
                //     return [
                //         ['height', `${d}vh`],
                //         ['height', `${d}dvh`],
                //     ];
                // }],
                // [/a/, { margin: '0.25rem' }] // 不建议此写法,推荐使用严格匹配 /^a$/
            // ],
            // shortcuts: {
            //     'red': 'text-red-100',
            //     'text-red': 'text-#0000 text-1',
            //     'btn-green': 'text-white bg-green-50',
            //     'btn': 'py-2 px-4 font-semibold rounded-lg shadow-md',
            // },
            // shortcuts: [
            //     { 
            //         'text-#000': 'text-red',
            //         // 'text-red': 'text-#0000 ',
            //         btn: 'py-2 px-4 font-semibold rounded-lg shadow-md'
            //     },
            //     [/^text-(.*)$/, ([, c]) => `bg-${c}-40 text-${c}-100 py-2 px-4 rounded-lg`],
            //     [/^btn-(.*)$/, ([, c]) => `bg-${c}-40 text-${c}-100 py-2 px-4 rounded-lg`]
            // ]
        })
    ]
});

Options

  • options.rules 预设规则;
  • options.theme.colors 默认色预设值;
  • options.theme.generator 是否开启关闭检测根目录 uni.scss 的变量文件生成颜色预设值;
  • options.shortcuts 快捷方式预设;
  • options.prefix 预设前缀;默认:[uno, un]
  • options.include 指名哪些文件需要动态监测预设;注:include、exclude 两个只会生效一个且 include 优先级高;
  • options.exclude 排除不需要使用预设的文件;注:include、exclude 两个只会生效一个且 include 优先级高;
  • options.handler 处理选择器和 CSS
  • options.unit 单位;默认:rpx
  • options.default.none 默认 none 值;默认:0
  • options.default.opacity 默认透明度值;默认:100
  • options.default.line.width 默认线条宽度值;默认:1rpx
  • options.default.radius.lg 默认圆角值;默认:8rpx
  • options.default.radius.md 默认圆角值;默认:6rpx
  • options.default.radius.sm 默认圆角值;默认:4rpx
  • options.default.radius.xl 默认圆角值;默认:10rpx
  • options.default.radius.xs 默认圆角值;默认:2rpx
  • options.default.radius.2xs 默认圆角值;默认:12rpx
  • options.default.radius.3xs 默认圆角值;默认:16rpx
  • options.default.radius.4xs 默认圆角值;默认:32rpx

Use Rule

<view class="content-baseline content-stretch content-normal content-center content-flex-start content-start 
    content-flex-end content-end content-between content-evenly content-around content-inherit content-initial
    content-unset content-revert content-revert-layer content-[first baseline] un-content-[safe center]
    !content-baseline content-baseline! flex-content-start flex-content-inherit flex-content-initial
    flex-content-baseline flex-content-stretch flex-content-normal flex-content-center flex-content-flex-start  flex-content-flex-end flex-content-end flex-content-between flex-content-evenly flex-content-around flex-content-unset flex-content-revert flex-content-revert-layer
    flex-content-[first baseline] content:stretch un-flex-content-[safe center] !flex-content-baseline flex-content-baseline! un-grid-content-[safe center] flex-content-start flex-content-inherit flex-content-initial !grid-content-baseline grid-content-baseline! grid-content-baseline grid-content-stretch grid-content-normal grid-content-center grid-content-flex-start  grid-content-flex-end grid-content-end grid-content-between grid-content-evenly grid-content-around  grid-content-unset grid-content-revert grid-content-revert-layer grid-content-[first baseline]
    content-[--c] content-[baseline stretch]) content:(stretch baseline)
    un-content-[space-around] uno-content-[space-around] un-flex-content-[space-around] content:[stretch baseline] uno-grid-content-[space-around] uno-grid-content-normal uno-flex-content-normal uno-content-normal un:flex-content-normal un:grid-content-normal un:content-normal
    uno:(content-normal content-baseline) un:(flex-content-normal) un:(grid-content-normal)
    un:(content-normal) uno:(content-[safe center]) uno:content-[safe center] un:(content-stretch"></view>

<view class="items-baseline items-stretch items-normal items-center items-start items-end items-flex-start
    items-flex-end items-self-start items-self-end items-inherit items-initial !items-initial items-initial!
    items-unset items-revert items-revert-layer items-[first baseline] !flex-items-initial flex-items-initial!
    flex-items-baseline flex-items-stretch flex-items-normal flex-items-center flex-items-start flex-items-end
    flex-items-flex-end flex-items-self-start flex-items-self-end flex-items-inherit flex-items-initial
    flex-items-unset flex-items-revert flex-items-revert-layer flex-items-[first baseline]
    flex-items-flex-start items:(baseline stretch)"></view>

<view class="self-baseline self-stretch self-normal self-center self-start self-end self-flex-start
    self-flex-end self-self-start self-self-end self-inherit self-initial !self-initial self-initial!
    self-unset self-revert self-revert-layer self-[first baseline] !flex-self-initial flex-self-initial!
    flex-self-baseline flex-self-stretch flex-self-normal flex-self-center flex-self-start flex-self-end
    flex-self-flex-end flex-self-self-start flex-self-self-end flex-self-inherit flex-self-initial
    flex-self-unset flex-self-revert flex-self-revert-layer flex-self-[first baseline]
    flex-self-flex-start self-auto flex-self-auto"></view>

<view class="aspect-video aspect-square aspect-[1 / 2] aspect-[2/1] aspect-revert-layer aspect-inherit
    aspect-initial aspect-unset aspect-revert aspect-contain !aspect-video aspect-square! !uno:aspect-[1/1]
    aspect-ratio-video aspect-ratio-square aspect-ratio-[1 / 2] aspect-ratio-[2/1] aspect-ratio-revert-layer
    aspect-ratio-inherit aspect-ratio-square! size-aspect-inherit size-aspect-square! size-aspect-ratio-inherit
    aspect-ratio-initial aspect-ratio-unset aspect-ratio-revert aspect-ratio-contain !aspect-ratio-video
    size-aspect-video size-aspect-square size-aspect-[1 / 2] size-aspect-[2/1] size-aspect-revert-layer
    size-aspect-initial size-aspect-unset size-aspect-revert size-aspect-contain !size-aspect-video
    size-aspect-ratio-video size-aspect-ratio-square size-aspect-ratio-[1 / 2] size-aspect-ratio-[2/1]
    size-aspect-ratio-revert-layer size-aspect-ratio-inherit !size-aspect-ratio-video size-aspect-ratio-square!
    size-aspect-ratio-initial size-aspect-ratio-unset size-aspect-ratio-revert size-aspect-ratio-contain
    !uno:aspect-[1/1]! !uno:(aspect-video aspect-square) uno:(aspect-video aspect-square)! aspect-[aspect]
    uno:(!aspect-video !aspect-square) uno:(aspect-video! aspect-square!) aspect:(!video square unset!)
    aspect:(inherit [1 / 21])!"></view>

<view class="animate-auto animate-none animate-[3s linear 1s slide-in] animate-inherit animate-initial 
    animate-unset animate-revert animate-revert-layer !animate-auto animate-none!"></view>

<view class="animate-accumulate animate-replace animate-add animate-composition-inherit
    animate-composition-initial animate-composition-unset animate-composition-revert
    animate-composition-revert-layer animate-composition-accumulate animate-composition-replace
    animate-composition-add animate-composition-[replace, add, accumulate]"></view>

<view class="-animate-delay-1 animate-delay--1 animate-delay-none animate-delay-inherit -animate-delay--2
    animate-delay-initial animate-delay-unset animate-delay-revert animate-delay-revert-layer
    animate-delay-[2.1s, 480ms] !animate-delay-1 !-animate-delay-1 animate-delay--1!"></view>

<view class="animate-alternate animate-alternate-reverse animate-normal animate-reverse
    animate-direction-alternate animate-direction-alternate-reverse animate-direction-normal
    animate-direction-reverse animate-direction-inherit animate-direction-initial animate-direction-unset
    animate-direction-revert animate-direction-revert-layer animate-direction-[alternate, reverse, normal]
    !animate-alternate animate-alternate!"></view>

<view class="animate-duration-1 animate-duration-none animate-duration-inherit !animate-duration-1
    animate-duration-initial animate-duration-unset animate-duration-revert animate-duration-revert-layer
    animate-duration-[2.1s, 480ms]"></view>

<view class="animate-backwards animate-both animate-forwards animate-fill-inherit animate-fill-initial
    animate-fill-backwards animate-fill-both animate-fill-forwards animate-fill-unset animate-fill-revert
    animate-mode-backwards animate-mode-both animate-mode-forwards animate-fill-revert-layer
    animate-mode-inherit animate-mode-initial animate-mode-unset animate-mode-revert animate-mode-revert-layer
    animate-fill-mode-backwards animate-fill-mode-both animate-fill-mode-forwards animate-fill-mode-inherit
    animate-fill-mode-initial animate-fill-mode-unset animate-fill-mode-revert animate-fill-mode-revert-layer
    animate-fill-[both, forwards, none] animate-mode-[both, forwards, none]
    animate-fill-mode-[both, forwards, none]"></view>

<view class="animate-infinite animate-count-infinite animate-iteration-count-infinite animate-count-1
    animate-iteration-infinite animate-count-[2, 0, infinite] animate-iteration-[2, 0, infinite]
    animate-iteration-count-[2, 0, infinite] animate-count-inherit animate-count-initial animate-count-unset
    animate-count-revert animate-count-revert-layer animate-iteration-inherit animate-iteration-initial
    animate-iteration-unset animate-iteration-revert animate-iteration-revert-layer animate-infinite!
    animate-iteration-count-inherit animate-iteration-count-initial animate-iteration-count-unset
    animate-iteration-count-revert animate-iteration-count-revert-layer !animate-infinite
    animate-iteration-1.1 animate-iteration-count-.1 animate-iteration-count-.1!"></view>

<view class="animate-name-auto animate-name-none animate-name-[test1, animation4] animate-name-inherit
    animate-name-initial animate-name-unset animate-name-revert animate-name-revert-layer
    !animate-name-auto animate-name-auto!"></view>

<view class="animate-running animate-paused animate-play-running animate-play-paused animate-state-running
    animate-state-paused animate-play-state-running animate-play-state-paused animate-play-inherit
    animate-play-initial animate-play-unset animate-play-revert animate-play-revert-layer animate-state-inherit
    animate-state-initial animate-state-unset animate-state-revert animate-state-revert-layer
    animate-play-state-inherit animate-play-state-initial animate-play-state-unset animate-play-state-revert
    animate-play-state-revert-layer animate-play-[paused, running, running] !animate-running animate-paused!
    animate-state-[paused, running, running] animate-play-state-[paused, running, running]"></view>

<view class="animate-timeline-none animate-timeline-auto animate-timeline-[--timeline_name]
    animate-timeline-inherit animate-timeline-initial animate-timeline-unset animate-timeline-revert
    animate-timeline-revert-layer"></view>

<view class="animate-step-start animate-step-end animate-linear animate-ease-in animate-ease-out
    animate-ease-in-out animate-timing-[steps(8, end)] animate-timing-ease-out animate-timing-function-unset
    animate-timing-step-start animate-timing-step-end animate-timing-linear animate-timing-ease-in
    animate-timing-ease animate-timing-ease-in-out animate-function-[steps(8, end)] animate-function-ease-out
    animate-function-step-start animate-function-step-end animate-function-linear animate-function-ease-in
    animate-function-ease animate-function-ease-in-out animate-timing-function-[steps(8, end)]
    animate-timing-function-ease-out animate-timing-function-step-start animate-timing-function-initial
    animate-timing-function-step-end animate-timing-function-linear animate-timing-function-ease-in
    animate-timing-function-ease animate-timing-function-ease-in-out animate-timing-function-revert-layer
    animate-timing-inherit animate-timing-initial animate-timing-unset animate-timing-revert
    animate-timing-revert-layer animate-function-inherit animate-function-initial animate-function-unset
    animate-function-revert animate-function-revert-layer animate-timing-function-inherit animate-ease
    animate-timing-function-revert !animate-step-start animate-step-start! 
    animate-timing-[steps(8, end)] animate-timing-function-[cubic-bezier(0.1, -0.6, 0.2, 0)]"></view>

<view class="animate-range-[cover 20%] animate-range-inherit animate-range-initial animate-range-unset
    animate-range-revert-layer animate-range-full animate-range-1%! -animate-range-1% animate-range-cover
    animate-range-revert animate-range-contain animate-range-normal -animate-range-full
    animate-range--full"></view>

<view class="animate-range-start-[cover 20%] animate-range-start-revert -animate-range-start-1%
    animate-range-start-inherit animate-range-start-initial animate-range-start-unset animate-start-normal
    animate-range-start-revert-layer animate-range-start-full animate-range-start-1%!
    animate-range-start-.1! animate-range-start-0.01 animate-start-contain animate-start-cover
    animate-start-[cover 20%] animate-start-revert -animate-start-1% animate-range-start-normal
    animate-start-inherit animate-start-initial animate-start-unset animate-range-start-contain
    animate-start-revert-layer animate-start-full animate-start-1%! animate-range-start-cover
    animate-start-.1! animate-start-0.01"></view>

<view class="animate-range-end-[cover 20%] animate-range-end-revert -animate-range-end-1% animate-end-.1!
    animate-range-end-inherit animate-range-end-initial animate-range-end-unset animate-end-normal
    animate-range-end-revert-layer animate-range-end-full animate-range-end-1%! animate-end-0.01
    animate-range-end-.1! animate-range-end-0.01 animate-end-contain animate-end-cover -animate:end-1
    animate-end-[cover 20%] animate-end-revert -animate-end-1% animate-range-end-normal animate:(-end-1!)
    animate-end-inherit animate-end-initial animate-end-unset animate-range-end-contain animate:(!-end-1)
    animate-end-revert-layer animate-end-full animate-end-1%! animate-range-end-cover"></view>

<view class="backdrop-none backdrop-inherit backdrop-initial backdrop-unset backdrop-revert backdrop-filter!
    backdrop-revert-layer backdrop-[url(filters.svg#filter) blur(4px) saturate(150%)] backdrop-none!
    !backdrop-none backdrop-auto backdrop-filter-revert backdrop-filter-none! backdrop-filter-auto backdrop-filter
    backdrop-filter-none backdrop-filter-inherit backdrop-filter-initial backdrop-filter-unset !backdrop-filter
    backdrop-filter-revert-layer backdrop-filter-[url(filters.svg#filter) blur(4px) saturate(150%)]
    !backdrop-filter-none backdrop-filter backdrop-blur-[2px] backdrop-filter-blur-[2px] backdrop-blur-1
    backdrop-filter-blur-1 backdrop-blur backdrop-filter-blur backdrop-filter-blur-md backdrop-filter-blur-sm
    backdrop-blur-3xl backdrop-blur-2xl backdrop-blur-xl backdrop-blur-lg backdrop-blur-md backdrop-blur-sm
    backdrop-filter-blur-3xl !backdrop-filter-blur-2xl backdrop-filter-blur-xl backdrop-filter-blur-lg
    backdrop-filter-blur-3xl! backdrop-brightness-[60%] backdrop-contrast-[60%] backdrop-contrast-1!
    backdrop-filter-brightness-[60%] backdrop-brightness-1 backdrop-filter-brightness-1 backdrop-grayscale
    backdrop-brightness-1%! backdrop-brightness-1! backdrop-filter-brightness-1% backdrop-contrast-1%
    backdrop-filter-contrast-[60%] backdrop-contrast-1 backdrop-filter-contrast-1 backdrop-filter-grayscale
    backdrop-filter-contrast-1% backdrop-grayscale! backdrop-grayscale-1 !backdrop-filter-grayscale
    backdrop-filter-grayscale-10%! backdrop-grayscale-.1% backdrop-filter-grayscale-1.1% backdrop-grayscale-0.1%
    backdrop-hue-rotate-[120deg] backdrop-filter-hue-rotate-[120deg] backdrop-hue-rotate-1 backdrop-opacity-1
    backdrop-hue-rotate-1turn backdrop-filter-hue-rotate-1turn backdrop-hue-rotate-1grad! backdrop-invert-1
    !backdrop-filter-hue-rotate-1grad backdrop-filter-hue-rotate-10 backdrop-filter-invert backdrop-invert!
    !backdrop-filter-invert backdrop-invert backdrop-filter-invert-10%! backdrop-opacity backdrop-opacity!
    backdrop-invert-.1% backdrop-filter-invert-1.1% backdrop-opacity-.1% backdrop-filter-opacity-1.1%
    !backdrop-filter-opacity backdrop-filter-opacity-10%! backdrop-sepia backdrop-sepia-1 backdrop-sepia-1%
    backdrop-sepia-[1.1%] backdrop-filter-sepia backdrop-filter-sepia-1 backdrop-filter-sepia-1%
    backdrop-filter-sepia-[1.1%] !backdrop-filter-sepia backdrop-sepia-1%! backdrop-saturate-1%!
    backdrop-sepia backdrop-sepia-1 backdrop-sepia-1% backdrop-saturate-1 backdrop-sepia-1%
    backdrop-saturate-[1.1%] backdrop-filter-saturate-1 backdrop-filter-saturate-1% backdrop-filter-drop-shadow
    backdrop-filter-saturate-[1.1%] backdrop-drop-shadow-color-white backdrop-drop-shadow-color-red
    backdrop-drop-shadow-[4px 4px 10px blue] backdrop-filter-drop-shadow-[4px 4px 10px blue]
    backdrop-drop-shadow-op-[01] backdrop-drop-shadow-opacity-[01] backdrop-drop-shadow-op-1%
    backdrop-filter-drop-shadow-opacity-1 backdrop-filter-drop-shadow-color-opacity-1
    backdrop-drop-shadow-blue backdrop-drop-shadow-gray backdrop-drop-shadow-transparent
    backdrop-drop-shadow-green backdrop-drop-shadow-red backdrop-drop-shadow-white backdrop-drop-shadow-#0000-full
    backdrop-drop-shadow-yellow backdrop-drop-shadow-current backdrop-drop-shadow-black
    backdrop-drop-shadow-pink backdrop-drop-shadow-op-full backdrop-drop-shadow-color-yellow
    backdrop-filter-drop-shadow-blue backdrop-filter-drop-shadow-gray backdrop-filter-drop-shadow-transparent
    backdrop-filter-drop-shadow-green backdrop-filter-drop-shadow-red backdrop-filter-drop-shadow-white
    backdrop-filter-drop-shadow-yellow backdrop-filter-drop-shadow-current backdrop-filter-drop-shadow-black
    backdrop-filter-drop-shadow-pink backdrop-filter-drop-shadow-op-full backdrop-drop-shadow-color-current
    backdrop-filter-drop-shadow-color-blue backdrop-filter-drop-shadow-color-gray
    backdrop-filter-drop-shadow-color-transparent backdrop-drop-shadow-color-black
    backdrop-filter-drop-shadow-color-green backdrop-filter-drop-shadow-color-red
    backdrop-filter-drop-shadow-color-white backdrop-drop-shadow-color-pink backdrop-drop-shadow-color-#0000-1
    backdrop-filter-drop-shadow-color-yellow backdrop-filter-drop-shadow-color-current
    backdrop-filter-drop-shadow-color-black backdrop-drop-shadow-color-op-full backdrop-drop-shadow
    backdrop-filter-drop-shadow-color-pink backdrop-filter-drop-shadow-color-op-full
    backdrop-drop-shadow-color-blue backdrop-drop-shadow-color-gray backdrop-drop-shadow-color-transparent
    backdrop-drop-shadow-color-green backdrop-drop-shadow-uni-bg-color-mask"></view>

<view class="backface-visible backface-hidden backface-initial backface-unset backface-inherit
    backface-revert backface-revert-layer backface-[hidden] backface-visible! !backface-visible"></view>

<view class="pos-bottom-full -pos-bottom-1 position-bottom-1 bottom-full bottom-auto bottom-inherit bottom-unset
    bottom-revert bottom-revert-layer bottom-initial bottom--full bottom-[100%] -bottom-auto"></view>

<view class="bg-inherit bg-revert-layer bg-initial bg-[no-repeat center/80% url('../img/image.png')]
    bg-unset bg-revert"></view>

<view class="bg-attachment-[scroll, local] bg-scroll bg-fixed bg-local bg-attachment-inherit
    bg-attachment-initial bg-attachment-unset bg-attachment-revert bg-attachment-revert-layer bg-attachment-scroll
    bg-attachment-fixed bg-attachment-local"></view>

<view class="bg-blend-inherit bg-blend-unset bg-blend-revert bg-blend-revert-layer bg-blend-screen
    bg-blend-initial bg-blend-normal bg-blend-color bg-blend-color-burn bg-blend-color-dodge bg-blend-lighten
    bg-blend-darken bg-blend-difference bg-blend-exclusion bg-blend-hard-light bg-blend-hue bg-blend-lighten
    bg-blend-[darken, luminosity] bg-blend-luminosity bg-blend-multiply bg-blend-overlay bg-blend-saturation
    bg-blend-hue-dodge bg-blend-hue-burn"></view>

<view class="bg-clip-text bg-clip-border bg-clip-inherit bg-clip-unset bg-clip-revert
    bg-clip-revert-layer bg-clip-initial bg-clip-content bg-clip-padding bg-clip-[text, box-border]"></view>

<view class="bg-color-op bg-op bg-op-full bg-blue bg-gray bg-green bg-red bg-white bg-yellow bg-transparent
    bg-current bg-pink bg-black bg-color-blue bg-color-gray bg-color-green bg-color-red bg-color-white
    bg-color-yellow bg-color-transparent bg-color-current bg-color-pink bg-color-black bg-currentcolor
    bg-color-[#000] bg-color-inherit bg-color-revert-layer bg-color-initial bg-color-unset bg-color-revert"></view>

<view class="bg-image-none bg-none bg-gradient bg-linear bg-radial bg-conic bg-repeating-gradient to-op-1
    bg-repeating-linear bg-repeating-radial bg-repeating-conic bg-gradient-tl bg-gradient-tr bg-gradient-bl
    bg-gradient-br bg-gradient-b bg-gradient-t bg-gradient-r bg-gradient-rt bg-gradient-rb bg-gradient-l
    bg-gradient-lt bg-gradient-lb bg-gradient-to-tl bg-gradient-to-tr bg-gradient-to-bl bg-gradient-to-lb
    bg-gradient-to-br bg-gradient-to-b bg-gradient-to-t bg-gradient-to-r bg-gradient-to-rt bg-gradient-to-rb
    bg-gradient-to-l bg-gradient-to-lt bg-gradient-1 bg-gradient-1deg bg-image-[url('../img/image.png')]
    bg-gradient-[url('../img/image.png')] bg-linear-[url('../img/image.png')] bg-gradient--1 -bg-gradient-1
    bg-radial-[url('../img/image.png')] bg-conic-[url('../img/image.png')] from-1 from-full from-.1 from-1.1
    bg-repeating-gradient-[url('../img/image.png')] bg-repeating-linear-[url('../img/image.png')] to-full to-1
    bg-repeating-radial-[url('../img/image.png')] bg-repeating-conic-[url('../img/image.png')] via-full via-1
    from-op-full from-opacity-1 from-op-1 via-op-.1 stops-current stops-pink stops-black stops-#000-full
    stops-op stops-op-full stops-blue stops-gray stops-green stops-red stops-white stops-yellow stops-transparent
    stops-color-op-1.1 stops-color-op-full from-current from-pink from-black from-#000-full to-yellow
    from-op from-op-full from-blue from-gray from-green from-red from-white from-yellow from-transparent
    from-color-op-1.1 from-color-op-full to-current to-pink to-black to-#000-full to-color-op-1.1 to-color-op-full
    to-op to-op-full to-blue to-gray to-green to-red to-white to-transparent to-color-op 
    to-op to-(7 #777 op-77)"></view>

<view class="bg-origin-border bg-origin-padding bg-origin-content bg-origin-inherit bg-origin-unset
    bg-origin-revert bg-origin-revert-layer bg-origin-initial bg-origin-[border, padding, content]"></view>

<view class="bg-position-unset bg-full bg-t bg-tc bg-tr bg-tl bg-r bg-rc bg-rt bg-rb bg-b bg-bc bg-br bg-bl
    bg-lc bg-lt bg-lb bg-c bg-ct bg-cc bg-cb bg-cl bg-cr bg-l bg-position-inherit bg-position-revert
    bg-position-revert-layer bg-position-initial bg-position-[top, left] bg-position-cr bg-position-l
    bg-position-full bg-position-t bg-position-tc bg-position-tr bg-position-tl bg-position-r bg-position-rc
    bg-position-rt bg-position-rb bg-position-b bg-position-bc bg-position-br bg-position-bl  bg-position-cl
    bg-position-lc bg-position-lt bg-position-lb bg-position-c bg-position-ct bg-position-cc bg-position-cb
    bg-top bg-top-center bg-top-right bg-top-left bg-right bg-right-center bg-right-top bg-right-bottom
    bg-bottom bg-bottom-center bg-bottom-right bg-bottom-left bg-left bg-left-center bg-left-top bg-left-bottom
    bg-center bg-center-top bg-center-right bg-center-bottom bg-center-left bg-center-center bg-position-center
    bg-position-top bg-position-top-center bg-position-top-right bg-position-top-left bg-position-right
    bg-position-right-center bg-position-right-top bg-position-right-bottom bg-position-center-center
    bg-position-bottom bg-position-bottom-center bg-position-bottom-right bg-position-bottom-left bg-position-left
    bg-position-left-center bg-position-left-top bg-position-left-bottom bg-position-center-left
    bg-position-center-top bg-position-center-right bg-position-center-bottom -bg-position-1 bg-position--1"></view>

<view class="bg-x-full bg-x-right bg-x-left bg-x-center bg-x-l bg-x-lc bg-x-lt bg-x-lb bg-x-r bg-x-rc
    bg-x-rb bg-x-inherit bg-x-cc bg-x-ct bg-x-cr bg-x-cl bg-x-cb bg-x-unset bg-x-revert bg-x-revert-layer
    bg-x-initial bg-x-rt bg-position-x-initial bg-position-x-rt bg-position-x-center bg-position-x-l
    bg-position-x-full bg-position-x-right bg-position-x-left bg-position-x-revert bg-position-x-revert-layer
    bg-position-x-lc bg-position-x-lt bg-position-x-lb bg-position-x-r bg-position-x-rc bg-position-x-unset
    bg-position-x-rb bg-position-x-inherit bg-position-x-cc bg-position-x-ct bg-position-x-cr bg-position-x-cl
    bg-position-x-cb bg-x-[-1] -bg-x-1 bg-x--full -bg-position-x-1 bg-position-x--1"></view>

<view class="bg-y-full bg-y-t bg-y-tc bg-y-tl bg-y-tr bg-y-b bg-y-bc bg-y-bl bg-y-br bg-y-c bg-y-cc
    bg-y-ct bg-y-cr bg-y-cl bg-y-cb bg-y-inherit bg-y-unset bg-y-revert bg-y-revert-layer bg-position-y-cb 
    bg-y-initial bg-position-y-initial bg-position-y-revert bg-position-y-revert-layer bg-position-y-unset
    bg-position-y-full bg-position-y-t bg-position-y-tc bg-position-y-tl bg-position-y-tr bg-position-y-b
    bg-position-y-bc bg-position-y-bl bg-position-y-br bg-position-y-c bg-position-y-cc bg-position-y-inherit 
    bg-position-y-ct bg-position-y-cr bg-position-y-cl"></view>

<view class="bg-repeat-x bg-repeat-y bg-repeat bg-no-repeat bg-space bg-round bg-repeat-inherit
    bg-repeat-unset bg-repeat-revert bg-repeat-revert-layer bg-repeat-initial bg-repeat-[repeat, round]
    bg-repeat-space bg-repeat-round"></view>

<view class="bg-auto bg-cover bg-contain bg-size-full bg-size-unset bg-size-revert bg-size-revert-layer
    bg-size-initial bg-size-inherit bg-size-auto bg-size-cover bg-size-contain bg-size-[1] bg-size-2"></view>

<view class="border-[1px solid] b-inherit b-unset b-revert b-revert-layer b-initial b-[solid 2px red]
    border-inherit border-unset border-revert border-revert-layer border-initial !border-initial
    border-unset!"></view>

<view class="border border-width b b-width b-full b-medium b-thick b-thin b-size-revert
    b-1 b-1px !b-.1 b-1.1% border-width-inherit border-width-unset border-width-initial b-size-1
    border-width-revert b-size-revert-layer b-size-initial b-size-[1] b-size b-size-inherit b-size-unset
    border-width-revert-layer"></view>

<view class="border-style-[solid] b-none b-hidden b-dotted b-dashed b-solid border-style-unset
    b-groove b-ridge b-inset b-outset b-double b-style-solid b-style-inherit b-style-initial
    b-style-revert b-style-revert-layer"></view>

<view class="border-op border-color-op b-op b-op-full b-blue b-gray b-green b-red b-white
    b-yellow b-transparent b-current b-black b-pink b-color-unset b-color-inherit b-color-initial
    b-color-revert b-color-revert-layer b-red-1 b-color-[rgba(0,0,0,.1)] border-color-[rgba(0,0,0,1.1)]"></view>

<view class="border-t-[1px solid] b-top-inherit b-top-unset b-top-revert b-top-revert-layer b-top-initial
    border-t-inherit border-t-unset border-t-revert border-t-revert-layer border-t-initial !border-t-initial
    border-t-unset! b-top-[solid 2px red]"></view>

<view class="border-top border-top-width b-top b-t-width b-t-full b-t-medium b-t-thick b-t-thin b-t-1
    !b-t-.1 b-t-1.1% border-top-width-inherit border-top-width-unset border-top-width-initial b-top-size-unset
    b-t-size-1 b-t-size-revert b-t-size-unset b-top-size-1 b-top-size-revert b-t-size b-t-size-inherit
    border-top-width-revert b-t-size-revert-layer b-t-size-initial border-top-width-revert-layer b-t-size-[1]
    b-t-1px"></view>

<view class="border-top-style-[solid] b-t-none b-t-hidden b-t-dotted b-t-dashed b-t-solid
    b-t-groove b-t-ridge b-t-inset b-t-outset b-t-double b-t-style-solid b-t-style-inherit b-t-style-initial
    b-t-style-revert b-t-style-revert-layer border-top-style-unset"></view>

<view class="border-top-op border-top-color-op b-t-op b-t-op-full b-t-blue b-t-gray b-t-green
    b-t-yellow b-t-transparent b-t-current b-t-black b-t-pink b-t-color-unset b-t-color-inherit
    b-t-color-revert b-t-color-revert-layer b-t-red-1 b-t-color-[rgba(0,0,0,.1)] b-t-red b-t-white
    border-top-color-[rgba(0,0,0,1.1)] b-t-color-initial"></view>

<view class="border-l-[1px solid] b-left-inherit b-left-unset b-left-revert b-left-revert-layer
    border-l-inherit border-l-unset border-l-revert border-l-revert-layer border-l-initial !border-l-initial
    border-l-unset! b-left-[solid 2px red] b-left-initial"></view>

<view class="border-left border-left-width b-left b-l-width b-l-full b-l-medium b-l-thick b-l-thin b-l-1
    !b-l-.1 b-l-1.1% border-left-width-inherit border-left-width-unset border-left-width-initial
    b-l-size-1 b-l-size-revert b-l-size-unset b-left-size-1 b-left-size-revert b-l-size b-l-size-inherit
    border-left-width-revert b-l-size-revert-layer b-l-size-initial border-left-width-revert-layer b-l-size-[1]
    b-l-1px b-left-size-unset"></view>

<view class="border-left-style-[solid] b-l-none b-l-hidden b-l-dotted b-l-dashed b-l-solid
    b-l-groove b-l-ridge b-l-inset b-l-outset b-l-double b-l-style-solid b-l-style-inherit b-l-style-initial
    b-l-style-revert b-l-style-revert-layer border-left-style-unset"></view>

<view class="border-left-op border-left-color-op b-l-op b-l-op-full b-l-blue b-l-gray b-l-green
    b-l-yellow b-l-transparent b-l-current b-l-black b-l-pink b-l-color-unset b-l-color-inherit
    b-l-color-revert b-l-color-revert-layer b-l-red-1 b-l-color-[rgba(0,0,0,.1)] b-l-red b-l-white
    border-left-color-[rgba(0,0,0,1.1)] b-l-color-initial"></view>

<view class="border-r-[1px solid] b-right-inherit b-right-unset b-right-revert b-right-revert-layer
    border-r-inherit border-r-unset border-r-revert border-r-revert-layer border-r-initial !border-r-initial
    border-r-unset! b-right-[solid 2px red] b-right-initial"></view>

<view class="border-right border-right-width b-right b-r-width b-r-full b-r-medium b-r-thick b-r-thin b-r-1
    !b-r-.1 b-r-1.1% border-right-width-inherit border-right-width-unset border-right-width-initial
    b-r-size-1 b-r-size-revert b-r-size-unset b-right-size-1 b-right-size-revert b-r-size b-r-size-inherit
    border-right-width-revert b-r-size-revert-layer b-r-size-initial border-right-width-revert-layer
    b-r-1px b-right-size-unset b-r-size-[1]"></view>

<view class="border-right-style-[solid] b-r-none b-r-hidden b-r-dotted b-r-dashed b-r-solid
    b-r-groove b-r-ridge b-r-inset b-r-outset b-r-double b-r-style-solid b-r-style-inherit b-r-style-initial
    b-r-style-revert b-r-style-revert-layer border-right-style-unset"></view>

<view class="border-right-op border-right-color-op b-r-op b-r-op-full b-r-blue b-r-gray b-r-green
    b-r-yellow b-r-transparent b-r-current b-r-black b-r-pink b-r-color-unset b-r-color-inherit
    b-r-color-revert b-r-color-revert-layer b-r-red-1 b-r-color-[rgba(0,0,0,.1)] b-r-red b-r-white
    border-right-color-[rgba(0,0,0,1.1)] b-r-color-initial"></view>

<view class="border-b-[1px solid] b-bottom-inherit b-bottom-unset b-bottom-revert b-bottom-revert-layer
    border-b-inherit border-b-unset border-b-revert border-b-revert-layer border-b-initial !border-b-initial
    border-b-unset! b-bottom-[solid 2px red] b-bottom-initial"></view>

<view class="border-bottom border-bottom-width b-bottom b-b-width b-b-full b-b-medium b-b-thick
    !b-b-.1 b-b-1.1% border-bottom-width-inherit border-bottom-width-unset border-bottom-width-initial
    b-b-size-1 b-b-size-revert b-b-size-unset b-bottom-size-1 b-bottom-size-revert b-b-size b-b-size-inherit
    border-bottom-width-revert b-b-size-revert-layer b-b-size-initial border-bottom-width-revert-layer
    b-b-1px b-bottom-size-unset b-b-size-[1] b-b-thin b-b-1"></view>

<view class="border-bottom-style-[solid] b-b-none b-b-hidden b-b-dotted b-b-dashed b-b-solid
    b-b-groove b-b-ridge b-b-inset b-b-outset b-b-double b-b-style-solid b-b-style-inherit b-b-style-initial
    b-b-style-revert b-b-style-revert-layer border-bottom-style-unset"></view>

<view class="border-bottom-op border-bottom-color-op b-b-op b-b-op-full b-b-blue b-b-gray b-b-green
    b-b-yellow b-b-transparent b-b-current b-b-black b-b-pink b-b-color-unset b-b-color-inherit
    b-b-color-revert b-b-color-revert-layer b-b-red-1 b-b-color-[rgba(0,0,0,.1)] b-b-red b-b-white
    border-bottom-color-[rgba(0,0,0,1.1)] b-b-color-initial"></view>

<view class="border-x-[1px solid] b-x-inherit b-x-unset b-x-revert b-x-revert-layer b-x-initial
    border-x-inherit border-x-unset border-x-revert border-x-revert-layer border-x-initial !border-x-initial
    border-x-unset! b-x-[solid 2px red]"></view>

<view class="border-x border-x-width b-x b-x-width b-x-full b-x-medium b-x-thick b-x-thin b-x-1
    !b-x-.1 b-x-1.1% border-x-width-inherit border-x-width-unset border-x-width-initial b-x-size-[1]
    b-x-size-1 b-x-size-revert b-x-size-unset b-x-size-1 b-x-size-revert b-x-size b-x-size-inherit
    border-x-width-revert b-x-size-revert-layer b-x-size-initial border-x-width-revert-layer
    b-x-1px b-x-size-unset"></view>

<view class="border-x-style-[solid] b-x-none b-x-hidden b-x-dotted b-x-dashed b-x-solid
    b-x-groove b-x-ridge b-x-inset b-x-outset b-x-double b-x-style-solid b-x-style-inherit b-x-style-initial
    b-x-style-revert b-x-style-revert-layer border-x-style-unset"></view>

<view class="border-x-op border-x-color-op b-x-op b-x-op-full b-x-blue b-x-gray b-x-green
    b-x-yellow b-x-transparent b-x-current b-x-black b-x-pink b-x-color-unset b-x-color-inherit
    b-x-color-revert b-x-color-revert-layer b-x-red-1 b-x-color-[rgba(0,0,0,.1)] b-x-red b-x-white
    border-x-color-[rgba(0,0,0,1.1)] b-x-color-initial"></view>

<view class="border-y-[1px solid] b-y-inherit b-y-unset b-y-revert b-y-revert-layer b-y-initial
    border-y-inherit border-y-unset border-y-revert border-y-revert-layer border-y-initial !border-y-initial
    border-y-unset! b-y-[solid 2px red]"></view>

<view class="border-y border-y-width b-x b-y-width b-y-full b-y-medium b-y-thick b-y-thin b-y-1
    !b-y-.1 b-y-1.1% border-y-width-inherit border-y-width-unset border-y-width-initial b-y-size-[1]
    b-y-size-1 b-y-size-revert b-y-size-unset b-y-size-1 b-y-size-revert b-y-size b-y-size-inherit
    border-y-width-revert b-y-size-revert-layer b-y-size-initial border-y-width-revert-layer
    b-y-1px b-y-size-unset"></view>

<view class="border-y-style-[solid] b-y-none b-y-hidden b-y-dotted b-y-dashed b-y-solid
    b-y-groove b-y-ridge b-y-inset b-y-outset b-y-double b-y-style-solid b-y-style-inherit b-y-style-initial
    b-y-style-revert b-y-style-revert-layer border-y-style-unset"></view>

<view class="border-y-op border-y-color-op b-y-op b-y-op-full b-y-blue b-y-gray b-y-green
    b-y-yellow b-y-transparent b-y-current b-y-black b-y-pink b-y-color-unset b-y-color-inherit
    b-y-color-revert b-y-color-revert-layer b-y-red-1 b-y-color-[rgba(0,0,0,.1)] b-y-red b-y-white
    border-y-color-[rgba(0,0,0,1.1)] b-y-color-initial"></view>

<view class="border-s-[1px solid] b-s-inherit b-s-unset b-s-revert b-s-revert-layer b-s-initial
    border-s-inherit border-s-unset border-s-revert border-s-revert-layer border-s-initial !border-s-initial
    border-s-unset! b-s-[solid 2px red]"></view>

<view class="border-s border-s-width b-x b-s-width b-s-full b-s-medium b-s-thick b-s-thin b-s-1
    !b-s-.1 b-s-1.1% border-s-width-inherit border-s-width-unset border-s-width-initial b-s-size-[1]
    b-s-size-1 b-s-size-revert b-s-size-unset b-s-size-1 b-s-size-revert b-s-size b-s-size-inherit
    border-s-width-revert b-s-size-revert-layer b-s-size-initial border-s-width-revert-layer
    b-s-1px b-s-size-unset"></view>

<view class="border-s-style-[solid] b-s-none b-s-hidden b-s-dotted b-s-dashed b-s-solid
    b-s-groove b-s-ridge b-s-inset b-s-outset b-s-double b-s-style-solid b-s-style-inherit b-s-style-initial
    b-s-style-revert b-s-style-revert-layer border-s-style-unset"></view>

<view class="border-s-op border-s-color-op b-s-op b-s-op-full b-s-blue b-s-gray b-s-green
    b-s-yellow b-s-transparent b-s-current b-s-black b-s-pink b-s-color-unset b-s-color-inherit
    b-s-color-revert b-s-color-revert-layer b-s-red-1 b-s-color-[rgba(0,0,0,.1)] b-s-red b-s-white
    border-s-color-[rgba(0,0,0,1.1)] b-s-color-initial"></view>

<view class="border-e-[1px solid] b-e-inherit b-e-unset b-e-revert b-e-revert-layer b-e-initial
    border-e-inherit border-e-unset border-e-revert border-e-revert-layer border-e-initial !border-e-initial
    border-e-unset! b-e-[solid 2px red]"></view>

<view class="border-e border-e-width b-x b-e-width b-e-full b-e-medium b-e-thick b-e-thin b-e-1
    !b-e-.1 b-e-1.1% border-e-width-inherit border-e-width-unset border-e-width-initial b-e-size-[1]
    b-e-size-1 b-e-size-revert b-e-size-unset b-e-size-1 b-e-size-revert b-e-size b-e-size-inherit
    border-e-width-revert b-e-size-revert-layer b-e-size-initial border-e-width-revert-layer
    b-e-1px b-e-size-unset"></view>

<view class="border-e-style-[solid] b-e-none b-e-hidden b-e-dotted b-e-dashed b-e-solid
    b-e-groove b-e-ridge b-e-inset b-e-outset b-e-double b-e-style-solid b-e-style-inherit b-e-style-initial
    b-e-style-revert b-e-style-revert-layer border-e-style-unset"></view>

<view class="border-e-op border-e-color-op b-e-op b-e-op-full b-e-blue b-e-gray b-e-green
    b-e-yellow b-e-transparent b-e-current b-e-black b-e-pink b-e-color-unset b-e-color-inherit
    b-e-color-revert b-e-color-revert-layer b-e-red-1 b-e-color-[rgba(0,0,0,.1)] b-e-red b-e-white
    border-e-color-[rgba(0,0,0,1.1)] b-e-color-initial"></view>

<view class="border-ie-[1px solid] b-ie-inherit b-ie-unset b-ie-revert b-ie-revert-layer b-ie-initial
    border-ie-inherit border-ie-unset border-ie-revert border-ie-revert-layer border-ie-initial
    border-ie-unset! b-ie-[solid 2px red] !border-ie-initial"></view>

<view class="border-ie border-ie-width b-x b-ie-width b-ie-full b-ie-medium b-ie-thick b-ie-thin b-ie-1
    !b-ie-.1 b-ie-1.1% border-ie-width-inherit border-ie-width-unset border-ie-width-initial b-ie-size-[1]
    b-ie-size-1 b-ie-size-revert b-ie-size-unset b-ie-size-1 b-ie-size-revert b-ie-size b-ie-size-inherit
    border-ie-width-revert b-ie-size-revert-layer b-ie-size-initial border-ie-width-revert-layer
    b-ie-1px b-ie-size-unset"></view>

<view class="border-ie-style-[solid] b-ie-none b-ie-hidden b-ie-dotted b-ie-dashed b-ie-solid
    b-ie-groove b-ie-ridge b-ie-inset b-ie-outset b-ie-double b-ie-style-solid b-ie-style-inherit
    b-ie-style-revert b-ie-style-revert-layer border-ie-style-unset b-ie-style-initial"></view>

<view class="border-ie-op border-ie-color-op b-ie-op b-ie-op-full b-ie-blue b-ie-gray b-ie-green
    b-ie-yellow b-ie-transparent b-ie-current b-ie-black b-ie-pink b-ie-color-unset b-ie-color-inherit
    b-ie-color-revert b-ie-color-revert-layer b-ie-red-1 b-ie-color-[rgba(0,0,0,.1)] b-ie-red b-ie-white
    border-ie-color-[rgba(0,0,0,1.1)] b-ie-color-initial"></view>

<view class="border-is-[1px solid] b-is-inherit b-is-unset b-is-revert b-is-revert-layer b-is-initial
    border-is-inherit border-is-unset border-is-revert border-is-revert-layer border-is-initial
    border-is-unset! b-is-[solid 2px red] !border-is-initial"></view>

<view class="border-is border-is-width b-x b-is-width b-is-full b-is-medium b-is-thick b-is-thin b-is-1
    !b-is-.1 b-is-1.1% border-is-width-inherit border-is-width-unset border-is-width-initial b-is-size-[1]
    b-is-size-1 b-is-size-revert b-is-size-unset b-is-size-1 b-is-size-revert b-is-size b-is-size-inherit
    border-is-width-revert b-is-size-revert-layer b-is-size-initial border-is-width-revert-layer
    b-is-1px b-is-size-unset"></view>

<view class="border-is-style-[solid] b-is-none b-is-hidden b-is-dotted b-is-dashed b-is-solid
    b-is-groove b-is-ridge b-is-inset b-is-outset b-is-double b-is-style-solid b-is-style-inherit
    b-is-style-revert b-is-style-revert-layer border-is-style-unset b-is-style-initial"></view>

<view class="border-is-op border-is-color-op b-is-op b-is-op-full b-is-blue b-is-gray b-is-green
    b-is-yellow b-is-transparent b-is-current b-is-black b-is-pink b-is-color-unset b-is-color-inherit
    b-is-color-revert b-is-color-revert-layer b-is-red-1 b-is-color-[rgba(0,0,0,.1)] b-is-red b-is-white
    border-is-color-[rgba(0,0,0,1.1)] b-is-color-initial"></view>

<view class="border-bs-[1px solid] b-bs-inherit b-bs-unset b-bs-revert b-bs-revert-layer b-bs-initial
    border-bs-inherit border-bs-unset border-bs-revert border-bs-revert-layer border-bs-initial
    border-bs-unset! b-bs-[solid 2px red] !border-bs-initial"></view>

<view class="border-bs border-bs-width b-x b-bs-width b-bs-full b-bs-medium b-bs-thick b-bs-thin b-bs-1
    !b-bs-.1 b-bs-1.1% border-bs-width-inherit border-bs-width-unset border-bs-width-initial b-bs-size-[1]
    b-bs-size-1 b-bs-size-revert b-bs-size-unset b-bs-size-1 b-bs-size-revert b-bs-size b-bs-size-inherit
    border-bs-width-revert b-bs-size-revert-layer b-bs-size-initial border-bs-width-revert-layer
    b-bs-1px b-bs-size-unset"></view>

<view class="border-bs-style-[solid] b-bs-none b-bs-hidden b-bs-dotted b-bs-dashed b-bs-solid
    b-bs-groove b-bs-ridge b-bs-inset b-bs-outset b-bs-double b-bs-style-solid b-bs-style-inherit
    b-bs-style-revert b-bs-style-revert-layer border-bs-style-unset b-bs-style-initial"></view>

<view class="border-bs-op border-bs-color-op b-bs-op b-bs-op-full b-bs-blue b-bs-gray b-bs-green
    b-bs-yellow b-bs-transparent b-bs-current b-bs-black b-bs-pink b-bs-color-unset b-bs-color-inherit
    b-bs-color-revert b-bs-color-revert-layer b-bs-red-1 b-bs-color-[rgba(0,0,0,.1)] b-bs-red b-bs-white
    border-bs-color-[rgba(0,0,0,1.1)] b-bs-color-initial"></view>

<view class="border-be-[1px solid] b-be-inherit b-be-unset b-be-revert b-be-revert-layer b-be-initial
    border-be-inherit border-be-unset border-be-revert border-be-revert-layer border-be-initial
    border-be-unset! b-be-[solid 2px red] !border-be-initial"></view>

<view class="border-be border-be-width b-x b-be-width b-be-full b-be-medium b-be-thick b-be-thin b-be-1
    !b-be-.1 b-be-1.1% border-be-width-inherit border-be-width-unset border-be-width-initial b-be-size-[1]
    b-be-size-1 b-be-size-revert b-be-size-unset b-be-size-1 b-be-size-revert b-be-size b-be-size-inherit
    border-be-width-revert b-be-size-revert-layer b-be-size-initial border-be-width-revert-layer
    b-be-1px b-be-size-unset"></view>

<view class="border-be-style-[solid] b-be-none b-be-hidden b-be-dotted b-be-dashed b-be-solid
    b-be-groove b-be-ridge b-be-inset b-be-outset b-be-double b-be-style-solid b-be-style-inherit
    b-be-style-revert b-be-style-revert-layer border-be-style-unset b-be-style-initial"></view>

<view class="border-be-op border-be-color-op b-be-op b-be-op-full b-be-blue b-be-gray b-be-green
    b-be-yellow b-be-transparent b-be-current b-be-black b-be-pink b-be-color-unset b-be-color-inherit
    b-be-color-revert b-be-color-revert-layer b-be-red-1 b-be-color-[rgba(0,0,0,.1)] b-be-red b-be-white
    border-be-color-[rgba(0,0,0,1.1)] b-be-color-initial"></view>

<view class="border-block-[1px solid] b-block-inherit b-block-unset b-block-revert b-block-revert-layer
    border-block-inherit border-block-unset border-block-revert border-block-revert-layer border-block-initial
    border-block-unset! b-block-[solid 2px red] !border-block-initial b-block-initial"></view>

<view class="border-block border-block-width b-x b-block-width b-block-full b-block-medium b-block-thick
    !b-block-.1 b-block-1.1% border-block-width-inherit border-block-width-unset border-block-width-initial
    b-block-size-1 b-block-size-revert b-block-size-unset b-block-size-1 b-block-size-revert b-block-size
    border-block-width-revert b-block-size-revert-layer b-block-size-initial border-block-width-revert-layer
    b-block-1px b-block-size-unset b-block-thin b-block-1 b-block-size-[1] b-block-size-inherit"></view>

<view class="border-block-style-[solid] b-block-none b-block-hidden b-block-dotted b-block-dashed
    b-block-groove b-block-ridge b-block-inset b-block-outset b-block-double b-block-style-solid
    b-block-style-revert b-block-style-revert-layer border-block-style-unset b-block-style-initial
    b-block-solid b-block-style-inherit"></view>

<view class="border-block-op border-block-color-op b-block-op b-block-op-full b-block-blue b-block-gray
    b-block-yellow b-block-transparent b-block-current b-block-black b-block-pink b-block-color-unset
    b-block-color-revert b-block-color-revert-layer b-block-red-1 b-block-color-[rgba(0,0,0,.1)] b-block-red
    border-block-color-[rgba(0,0,0,1.1)] b-block-color-initial b-block-green b-block-color-inherit
    b-block-white"></view>

<view class="border-inline-[1px solid] b-inline-inherit b-inline-unset b-inline-revert
    border-inline-inherit border-inline-unset border-inline-revert border-inline-revert-layer 
    border-inline-unset! b-inline-[solid 2px red] !border-inline-initial b-inline-initial
    b-inline-revert-layer border-inline-initial"></view>

<view class="border-inline border-inline-width b-x b-inline-width b-inline-full b-inline-medium
    !b-inline-.1 b-inline-1.1% border-inline-width-inherit border-inline-width-unset border-inline-width-initial
    b-inline-size-1 b-inline-size-revert b-inline-size-unset b-inline-size-1 b-inline-size-revert b-inline-size
    border-inline-width-revert b-inline-size-revert-layer b-inline-size-initial border-inline-width-revert-layer
    b-inline-1px b-inline-size-unset b-inline-thin b-inline-1 b-inline-size-[1] b-inline-size-inherit
    b-inline-thick"></view>

<view class="border-inline-style-[solid] b-inline-none b-inline-hidden b-inline-dotted b-inline-dashed
    b-inline-groove b-inline-ridge b-inline-inset b-inline-outset b-inline-double b-inline-style-solid
    b-inline-style-revert b-inline-style-revert-layer border-inline-style-unset b-inline-style-initial
    b-inline-solid b-inline-style-inherit"></view>

<view class="border-inline-op border-inline-color-op b-inline-op b-inline-op-full b-inline-blue
    b-inline-yellow b-inline-transparent b-inline-current b-inline-black b-inline-pink b-inline-color-unset
    b-inline-color-revert b-inline-color-revert-layer b-inline-red-1 b-inline-color-[rgba(0,0,0,.1)] b-inline-red
    border-inline-color-[rgba(0,0,0,1.1)] b-inline-color-initial b-inline-green b-inline-color-inherit
    b-inline-white b-inline-gray"></view>

<view class="rd-full rd-lg rd-md rd-sm rd-xl rd-xs rd-2xl rd-3xl rd-4xl rd-inherit rd-initial rd-unset
    rd-revert-layer rd-revert rd-[100%] rd-.1 rd-.11% rounded-inherit rounded-initial rounded-unset
    rounded-full rounded-lg rounded-md rounded-sm rounded-xl rounded-xs rounded-2xl rounded-3xl rounded-4xl
    rounded-revert-layer rounded-revert rounded-[100%] rounded-.1 rounded-.11% b-rounded-4xl border-rd-unset
    b-rounded-inherit b-rounded-initial b-rounded-unset border-rd-4xl border-rd-inherit border-rd-initial
    b-rounded-full b-rounded-lg b-rounded-md b-rounded-sm b-rounded-xl b-rounded-xs b-rounded-2xl b-rounded-3xl
    b-rounded-revert-layer b-rounded-revert b-rounded-[100%] b-rounded-.1 b-rounded-.11% border-rd-.11%
    border-rd-full border-rd-lg border-rd-md border-rd-sm border-rd-xl border-rd-xs border-rd-2xl border-rd-3xl
    border-rd-revert-layer border-rd-revert border-rd-[100%] border-rd-.1"></view>

<view class="rd-t-full rd-t-lg rd-t-md rd-t-sm rd-t-xl rd-t-xs rd-t-2xl rd-t-3xl rd-t-4xl rd-t-inherit
    rd-t-revert-layer rd-t-revert rd-t-[100%] rd-t-.1 rd-t-.11% rounded-t-inherit rounded-t-initial
    rounded-t-full rounded-t-lg rounded-t-md rounded-t-sm rounded-t-xl rounded-t-xs rounded-t-2xl rounded-t-3xl
    rounded-t-revert-layer rounded-t-revert rounded-t-[100%] rounded-t-.1 rounded-t-.11% b-rounded-t-4xl
    b-rounded-t-inherit b-rounded-t-initial b-rounded-t-unset border-rd-t-4xl border-rd-t-inherit
    b-rounded-t-full b-rounded-t-lg b-rounded-t-md b-rounded-t-sm b-rounded-t-xl b-rounded-t-xs b-rounded-t-2xl 
    b-rounded-t-revert-layer b-rounded-t-revert b-rounded-t-[100%] b-rounded-t-.1 b-rounded-t-.11%
    border-rd-t-full border-rd-t-lg border-rd-t-md border-rd-t-sm border-rd-t-xl border-rd-t-xs border-rd-t-2xl 
    border-rd-t-revert-layer border-rd-t-revert border-rd-t-[100%] border-rd-t-.1 rd-t-initial rd-t-unset
    rounded-t-unset rounded-t-4xl border-rd-t-unset border-rd-t-initial b-rounded-t-3xl border-rd-t-3xl
    border-rd-t-.11%"></view>

<view class="rd-tr-full rd-tr-lg rd-tr-md rd-tr-sm rd-tr-xl rd-tr-xs rd-tr-2xl rd-tr-3xl rd-tr-4xl
    rd-tr-revert-layer rd-tr-revert rd-tr-[100%] rd-tr-.1 rd-tr-.11% rounded-tr-inherit rounded-tr-initial
    rounded-tr-full rounded-tr-lg rounded-tr-md rounded-tr-sm rounded-tr-xl rounded-tr-xs rounded-tr-2xl
    rounded-tr-revert-layer rounded-tr-revert rounded-tr-[100%] rounded-tr-.1 rounded-tr-.11% b-rounded-tr-4xl
    b-rounded-tr-inherit b-rounded-tr-initial b-rounded-tr-unset border-rd-tr-4xl border-rd-tr-inherit
    b-rounded-tr-full b-rounded-tr-lg b-rounded-tr-md b-rounded-tr-sm b-rounded-tr-xl b-rounded-tr-xs
    b-rounded-tr-revert-layer b-rounded-tr-revert b-rounded-tr-[100%] b-rounded-tr-.1 b-rounded-tr-.11%
    border-rd-tr-full border-rd-tr-lg border-rd-tr-md border-rd-tr-sm border-rd-tr-xl border-rd-tr-xs
    border-rd-tr-revert-layer border-rd-tr-revert border-rd-tr-[100%] border-rd-tr-.1 rd-tr-initial rd-tr-unset
    rounded-tr-unset rounded-tr-4xl border-rd-tr-unset border-rd-tr-initial b-rounded-tr-3xl border-rd-tr-3xl
    border-rd-tr-.11% rounded-tr-3xl b-rounded-tr-2xl border-rd-tr-2xl rd-tr-inherit"></view>

<view class="rd-tl-full rd-tl-lg rd-tl-md rd-tl-sm rd-tl-xl rd-tl-xs rd-tl-2xl rd-tl-3xl rd-tl-4xl
    rd-tl-revert-layer rd-tl-revert rd-tl-[100%] rd-tl-.1 rd-tl-.11% rounded-tl-inherit rounded-tl-initial
    rounded-tl-full rounded-tl-lg rounded-tl-md rounded-tl-sm rounded-tl-xl rounded-tl-xs rounded-tl-2xl
    rounded-tl-revert-layer rounded-tl-revert rounded-tl-[100%] rounded-tl-.1 rounded-tl-.11% b-rounded-tl-4xl
    b-rounded-tl-inherit b-rounded-tl-initial b-rounded-tl-unset border-rd-tl-4xl border-rd-tl-inherit
    b-rounded-tl-full b-rounded-tl-lg b-rounded-tl-md b-rounded-tl-sm b-rounded-tl-xl b-rounded-tl-xs
    b-rounded-tl-revert-layer b-rounded-tl-revert b-rounded-tl-[100%] b-rounded-tl-.1 b-rounded-tl-.11%
    border-rd-tl-full border-rd-tl-lg border-rd-tl-md border-rd-tl-sm border-rd-tl-xl border-rd-tl-xs
    border-rd-tl-revert-layer border-rd-tl-revert border-rd-tl-[100%] border-rd-tl-.1 rd-tl-initial rd-tl-unset
    rounded-tl-unset rounded-tl-4xl border-rd-tl-unset border-rd-tl-initial b-rounded-tl-3xl border-rd-tl-3xl
    border-rd-tl-.11% rounded-tl-3xl b-rounded-tl-2xl border-rd-tl-2xl rd-tl-inherit"></view>

<view class="rd-br-full rd-br-lg rd-br-md rd-br-sm rd-br-xl rd-br-xs rd-br-2xl rd-br-3xl rd-br-4xl
    rd-br-revert-layer rd-br-revert rd-br-[100%] rd-br-.1 rd-br-.11% rounded-br-inherit rounded-br-initial
    rounded-br-full rounded-br-lg rounded-br-md rounded-br-sm rounded-br-xl rounded-br-xs rounded-br-2xl
    rounded-br-revert-layer rounded-br-revert rounded-br-[100%] rounded-br-.1 rounded-br-.11% b-rounded-br-4xl
    b-rounded-br-inherit b-rounded-br-initial b-rounded-br-unset border-rd-br-4xl border-rd-br-inherit
    b-rounded-br-full b-rounded-br-lg b-rounded-br-md b-rounded-br-sm b-rounded-br-xl b-rounded-br-xs
    b-rounded-br-revert-layer b-rounded-br-revert b-rounded-br-[100%] b-rounded-br-.1 b-rounded-br-.11%
    border-rd-br-full border-rd-br-lg border-rd-br-md border-rd-br-sm border-rd-br-xl border-rd-br-xs
    border-rd-br-revert-layer border-rd-br-revert border-rd-br-[100%] border-rd-br-.1 rd-br-initial rd-br-unset
    rounded-br-unset rounded-br-4xl border-rd-br-unset border-rd-br-initial b-rounded-br-3xl border-rd-br-3xl
    border-rd-br-.11% rounded-br-3xl b-rounded-br-2xl border-rd-br-2xl rd-br-inherit"></view>

<view class="rd-bl-full rd-bl-lg rd-bl-md rd-bl-sm rd-bl-xl rd-bl-xs rd-bl-2xl rd-bl-3xl rd-bl-4xl
    rd-bl-revert-layer rd-bl-revert rd-bl-[100%] rd-bl-.1 rd-bl-.11% rounded-bl-inherit rounded-bl-initial
    rounded-bl-full rounded-bl-lg rounded-bl-md rounded-bl-sm rounded-bl-xl rounded-bl-xs rounded-bl-2xl
    rounded-bl-revert-layer rounded-bl-revert rounded-bl-[100%] rounded-bl-.1 rounded-bl-.11% b-rounded-bl-4xl
    b-rounded-bl-inherit b-rounded-bl-initial b-rounded-bl-unset border-rd-bl-4xl border-rd-bl-inherit
    b-rounded-bl-full b-rounded-bl-lg b-rounded-bl-md b-rounded-bl-sm b-rounded-bl-xl b-rounded-bl-xs
    b-rounded-bl-revert-layer b-rounded-bl-revert b-rounded-bl-[100%] b-rounded-bl-.1 b-rounded-bl-.11%
    border-rd-bl-full border-rd-bl-lg border-rd-bl-md border-rd-bl-sm border-rd-bl-xl border-rd-bl-xs
    border-rd-bl-revert-layer border-rd-bl-revert border-rd-bl-[100%] border-rd-bl-.1 rd-bl-initial rd-bl-unset
    rounded-bl-unset rounded-bl-4xl border-rd-bl-unset border-rd-bl-initial b-rounded-bl-3xl border-rd-bl-3xl
    border-rd-bl-.11% rounded-bl-3xl b-rounded-bl-2xl border-rd-bl-2xl rd-bl-inherit"></view>

<view class="rd-b-full rd-b-lg rd-b-md rd-b-sm rd-b-xl rd-b-xs rd-b-2xl rd-b-3xl rd-b-4xl
    rd-b-revert-layer rd-b-revert rd-b-[100%] rd-b-.1 rd-b-.11% rounded-b-inherit rounded-b-initial
    rounded-b-full rounded-b-lg rounded-b-md rounded-b-sm rounded-b-xl rounded-b-xs rounded-b-2xl
    rounded-b-revert-layer rounded-b-revert rounded-b-[100%] rounded-b-.1 rounded-b-.11% b-rounded-b-4xl
    b-rounded-b-inherit b-rounded-b-initial b-rounded-b-unset border-rd-b-4xl border-rd-b-inherit
    b-rounded-b-full b-rounded-b-lg b-rounded-b-md b-rounded-b-sm b-rounded-b-xl b-rounded-b-xs
    b-rounded-b-revert-layer b-rounded-b-revert b-rounded-b-[100%] b-rounded-b-.1 b-rounded-b-.11%
    border-rd-b-full border-rd-b-lg border-rd-b-md border-rd-b-sm border-rd-b-xl border-rd-b-xs
    border-rd-b-revert-layer border-rd-b-revert border-rd-b-[100%] border-rd-b-.1 rd-b-initial rd-b-unset
    rounded-b-unset rounded-b-4xl border-rd-b-unset border-rd-b-initial b-rounded-b-3xl border-rd-b-3xl
    border-rd-b-.11% rounded-b-3xl b-rounded-b-2xl border-rd-b-2xl rd-b-inherit"></view>

<view class="rd-r-full rd-r-lg rd-r-md rd-r-sm rd-r-xl rd-r-xs rd-r-2xl rd-r-3xl rd-r-4xl
    rd-r-revert-layer rd-r-revert rd-r-[100%] rd-r-.1 rd-r-.11% rounded-r-inherit rounded-r-initial
    rounded-r-full rounded-r-lg rounded-r-md rounded-r-sm rounded-r-xl rounded-r-xs rounded-r-2xl
    rounded-r-revert-layer rounded-r-revert rounded-r-[100%] rounded-r-.1 rounded-r-.11% b-rounded-r-4xl
    b-rounded-r-inherit b-rounded-r-initial b-rounded-r-unset border-rd-r-4xl border-rd-r-inherit
    b-rounded-r-full b-rounded-r-lg b-rounded-r-md b-rounded-r-sm b-rounded-r-xl b-rounded-r-xs
    b-rounded-r-revert-layer b-rounded-r-revert b-rounded-r-[100%] b-rounded-r-.1 b-rounded-r-.11%
    border-rd-r-full border-rd-r-lg border-rd-r-md border-rd-r-sm border-rd-r-xl border-rd-r-xs
    border-rd-r-revert-layer border-rd-r-revert border-rd-r-[100%] border-rd-r-.1 rd-r-initial rd-r-unset
    rounded-r-unset rounded-r-4xl border-rd-r-unset border-rd-r-initial b-rounded-r-3xl border-rd-r-3xl
    border-rd-r-.11% rounded-r-3xl b-rounded-r-2xl border-rd-r-2xl rd-r-inherit"></view>

<view class="rd-l-full rd-l-lg rd-l-md rd-l-sm rd-l-xl rd-l-xs rd-l-2xl rd-l-3xl rd-l-4xl
    rd-l-revert-layer rd-l-revert rd-l-[100%] rd-l-.1 rd-l-.11% rounded-l-inherit rounded-l-initial
    rounded-l-full rounded-l-lg rounded-l-md rounded-l-sm rounded-l-xl rounded-l-xs rounded-l-2xl
    rounded-l-revert-layer rounded-l-revert rounded-l-[100%] rounded-l-.1 rounded-l-.11% b-rounded-l-4xl
    b-rounded-l-inherit b-rounded-l-initial b-rounded-l-unset border-rd-l-4xl border-rd-l-inherit
    b-rounded-l-full b-rounded-l-lg b-rounded-l-md b-rounded-l-sm b-rounded-l-xl b-rounded-l-xs
    b-rounded-l-revert-layer b-rounded-l-revert b-rounded-l-[100%] b-rounded-l-.1 b-rounded-l-.11%
    border-rd-l-full border-rd-l-lg border-rd-l-md border-rd-l-sm border-rd-l-xl border-rd-l-xs
    border-rd-l-revert-layer border-rd-l-revert border-rd-l-[100%] border-rd-l-.1 rd-l-initial rd-l-unset
    rounded-l-unset rounded-l-4xl border-rd-l-unset border-rd-l-initial b-rounded-l-3xl border-rd-l-3xl
    border-rd-l-.11% rounded-l-3xl b-rounded-l-2xl border-rd-l-2xl rd-l-inherit"></view>

<view class="rd-s-full rd-s-lg rd-s-md rd-s-sm rd-s-xl rd-s-xs rd-s-2xl rd-s-3xl rd-s-4xl
    rd-s-revert-layer rd-s-revert rd-s-[100%] rd-s-.1 rd-s-.11% rounded-s-inherit rounded-s-initial
    rounded-s-full rounded-s-lg rounded-s-md rounded-s-sm rounded-s-xl rounded-s-xs rounded-s-2xl
    rounded-s-revert-layer rounded-s-revert rounded-s-[100%] rounded-s-.1 rounded-s-.11% b-rounded-s-4xl
    b-rounded-s-inherit b-rounded-s-initial b-rounded-s-unset border-rd-s-4xl border-rd-s-inherit
    b-rounded-s-full b-rounded-s-lg b-rounded-s-md b-rounded-s-sm b-rounded-s-xl b-rounded-s-xs
    b-rounded-s-revert-layer b-rounded-s-revert b-rounded-s-[100%] b-rounded-s-.1 b-rounded-s-.11%
    border-rd-s-full border-rd-s-lg border-rd-s-md border-rd-s-sm border-rd-s-xl border-rd-s-xs
    border-rd-s-revert-layer border-rd-s-revert border-rd-s-[100%] border-rd-s-.1 rd-s-initial rd-s-unset
    rounded-s-unset rounded-s-4xl border-rd-s-unset border-rd-s-initial b-rounded-s-3xl border-rd-s-3xl
    border-rd-s-.11% rounded-s-3xl b-rounded-s-2xl border-rd-s-2xl rd-s-inherit"></view>

<view class="rd-ss-full rd-ss-lg rd-ss-md rd-ss-sm rd-ss-xl rd-ss-xs rd-ss-2xl rd-ss-3xl rd-ss-4xl
    rd-ss-revert-layer rd-ss-revert rd-ss-[100%] rd-ss-.1 rd-ss-.11% rounded-ss-inherit rounded-ss-initial
    rounded-ss-full rounded-ss-lg rounded-ss-md rounded-ss-sm rounded-ss-xl rounded-ss-xs rounded-ss-2xl
    rounded-ss-revert-layer rounded-ss-revert rounded-ss-[100%] rounded-ss-.1 rounded-ss-.11% b-rounded-ss-4xl
    b-rounded-ss-inherit b-rounded-ss-initial b-rounded-ss-unset border-rd-ss-4xl border-rd-ss-inherit
    b-rounded-ss-full b-rounded-ss-lg b-rounded-ss-md b-rounded-ss-sm b-rounded-ss-xl b-rounded-ss-xs
    b-rounded-ss-revert-layer b-rounded-ss-revert b-rounded-ss-[100%] b-rounded-ss-.1 b-rounded-ss-.11%
    border-rd-ss-full border-rd-ss-lg border-rd-ss-md border-rd-ss-sm border-rd-ss-xl border-rd-ss-xs
    border-rd-ss-revert-layer border-rd-ss-revert border-rd-ss-[100%] border-rd-ss-.1 rd-ss-initial rd-ss-unset
    rounded-ss-unset rounded-ss-4xl border-rd-ss-unset border-rd-ss-initial b-rounded-ss-3xl border-rd-ss-3xl
    border-rd-ss-.11% rounded-ss-3xl b-rounded-ss-2xl border-rd-ss-2xl rd-ss-inherit"></view>

<view class="rd-e-full rd-e-lg rd-e-md rd-e-sm rd-e-xl rd-e-xs rd-e-2xl rd-e-3xl rd-e-4xl
    rd-e-revert-layer rd-e-revert rd-e-[100%] rd-e-.1 rd-e-.11% rounded-e-inherit rounded-e-initial
    rounded-e-full rounded-e-lg rounded-e-md rounded-e-sm rounded-e-xl rounded-e-xs rounded-e-2xl
    rounded-e-revert-layer rounded-e-revert rounded-e-[100%] rounded-e-.1 rounded-e-.11% b-rounded-e-4xl
    b-rounded-e-inherit b-rounded-e-initial b-rounded-e-unset border-rd-e-4xl border-rd-e-inherit
    b-rounded-e-full b-rounded-e-lg b-rounded-e-md b-rounded-e-sm b-rounded-e-xl b-rounded-e-xs
    b-rounded-e-revert-layer b-rounded-e-revert b-rounded-e-[100%] b-rounded-e-.1 b-rounded-e-.11%
    border-rd-e-full border-rd-e-lg border-rd-e-md border-rd-e-sm border-rd-e-xl border-rd-e-xs
    border-rd-e-revert-layer border-rd-e-revert border-rd-e-[100%] border-rd-e-.1 rd-e-initial rd-e-unset
    rounded-e-unset rounded-e-4xl border-rd-e-unset border-rd-e-initial b-rounded-e-3xl border-rd-e-3xl
    border-rd-e-.11% rounded-e-3xl b-rounded-e-2xl border-rd-e-2xl rd-e-inherit"></view>

<view class="rd-ee-full rd-ee-lg rd-ee-md rd-ee-sm rd-ee-xl rd-ee-xs rd-ee-2xl rd-ee-3xl rd-ee-4xl
    rd-ee-revert-layer rd-ee-revert rd-ee-[100%] rd-ee-.1 rd-ee-.11% rounded-ee-inherit rounded-ee-initial
    rounded-ee-full rounded-ee-lg rounded-ee-md rounded-ee-sm rounded-ee-xl rounded-ee-xs rounded-ee-2xl
    rounded-ee-revert-layer rounded-ee-revert rounded-ee-[100%] rounded-ee-.1 rounded-ee-.11% b-rounded-ee-4xl
    b-rounded-ee-inherit b-rounded-ee-initial b-rounded-ee-unset border-rd-ee-4xl border-rd-ee-inherit
    b-rounded-ee-full b-rounded-ee-lg b-rounded-ee-md b-rounded-ee-sm b-rounded-ee-xl b-rounded-ee-xs
    b-rounded-ee-revert-layer b-rounded-ee-revert b-rounded-ee-[100%] b-rounded-ee-.1 b-rounded-ee-.11%
    border-rd-ee-full border-rd-ee-lg border-rd-ee-md border-rd-ee-sm border-rd-ee-xl border-rd-ee-xs
    border-rd-ee-revert-layer border-rd-ee-revert border-rd-ee-[100%] border-rd-ee-.1 rd-ee-initial rd-ee-unset
    rounded-ee-unset rounded-ee-4xl border-rd-ee-unset border-rd-ee-initial b-rounded-ee-3xl border-rd-ee-3xl
    border-rd-ee-.11% rounded-ee-3xl b-rounded-ee-2xl border-rd-ee-2xl rd-ee-inherit"></view>

<view class="rd-es-full rd-es-lg rd-es-md rd-es-sm rd-es-xl rd-es-xs rd-es-2xl rd-es-3xl rd-es-4xl
    rd-es-revert-layer rd-es-revert rd-es-[100%] rd-es-.1 rd-es-.11% rounded-es-inherit rounded-es-initial
    rounded-es-full rounded-es-lg rounded-es-md rounded-es-sm rounded-es-xl rounded-es-xs rounded-es-2xl
    rounded-es-revert-layer rounded-es-revert rounded-es-[100%] rounded-es-.1 rounded-es-.11% b-rounded-es-4xl
    b-rounded-es-inherit b-rounded-es-initial b-rounded-es-unset border-rd-es-4xl border-rd-es-inherit
    b-rounded-es-full b-rounded-es-lg b-rounded-es-md b-rounded-es-sm b-rounded-es-xl b-rounded-es-xs
    b-rounded-es-revert-layer b-rounded-es-revert b-rounded-es-[100%] b-rounded-es-.1 b-rounded-es-.11%
    border-rd-es-full border-rd-es-lg border-rd-es-md border-rd-es-sm border-rd-es-xl border-rd-es-xs
    border-rd-es-revert-layer border-rd-es-revert border-rd-es-[100%] border-rd-es-.1 rd-es-initial rd-es-unset
    rounded-es-unset rounded-es-4xl border-rd-es-unset border-rd-es-initial b-rounded-es-3xl border-rd-es-3xl
    border-rd-es-.11% rounded-es-3xl b-rounded-es-2xl border-rd-es-2xl rd-es-inherit"></view>

<view class="rd-se-full rd-se-lg rd-se-md rd-se-sm rd-se-xl rd-se-xs rd-se-2xl rd-se-3xl rd-se-4xl
    rd-se-revert-layer rd-se-revert rd-se-[100%] rd-se-.1 rd-se-.11% rounded-se-inherit rounded-se-initial
    rounded-se-full rounded-se-lg rounded-se-md rounded-se-sm rounded-se-xl rounded-se-xs rounded-se-2xl
    rounded-se-revert-layer rounded-se-revert rounded-se-[100%] rounded-se-.1 rounded-se-.11% b-rounded-se-4xl
    b-rounded-se-inherit b-rounded-se-initial b-rounded-se-unset border-rd-se-4xl border-rd-se-inherit
    b-rounded-se-full b-rounded-se-lg b-rounded-se-md b-rounded-se-sm b-rounded-se-xl b-rounded-se-xs
    b-rounded-se-revert-layer b-rounded-se-revert b-rounded-se-[100%] b-rounded-se-.1 b-rounded-se-.11%
    border-rd-se-full border-rd-se-lg border-rd-se-md border-rd-se-sm border-rd-se-xl border-rd-se-xs
    border-rd-se-revert-layer border-rd-se-revert border-rd-se-[100%] border-rd-se-.1 rd-se-initial rd-se-unset
    rounded-se-unset rounded-se-4xl border-rd-se-unset border-rd-se-initial b-rounded-se-3xl border-rd-se-3xl
    border-rd-se-.11% rounded-se-3xl b-rounded-se-2xl border-rd-se-2xl rd-se-inherit"></view>

<view class="rd-bs-full rd-bs-lg rd-bs-md rd-bs-sm rd-bs-xl rd-bs-xs rd-bs-2xl rd-bs-3xl rd-bs-4xl
    rd-bs-revert-layer rd-bs-revert rd-bs-[100%] rd-bs-.1 rd-bs-.11% rounded-bs-inherit rounded-bs-initial
    rounded-bs-full rounded-bs-lg rounded-bs-md rounded-bs-sm rounded-bs-xl rounded-bs-xs rounded-bs-2xl
    rounded-bs-revert-layer rounded-bs-revert rounded-bs-[100%] rounded-bs-.1 rounded-bs-.11% b-rounded-bs-4xl
    b-rounded-bs-inherit b-rounded-bs-initial b-rounded-bs-unset border-rd-bs-4xl border-rd-bs-inherit
    b-rounded-bs-full b-rounded-bs-lg b-rounded-bs-md b-rounded-bs-sm b-rounded-bs-xl b-rounded-bs-xs
    b-rounded-bs-revert-layer b-rounded-bs-revert b-rounded-bs-[100%] b-rounded-bs-.1 b-rounded-bs-.11%
    border-rd-bs-full border-rd-bs-lg border-rd-bs-md border-rd-bs-sm border-rd-bs-xl border-rd-bs-xs
    border-rd-bs-revert-layer border-rd-bs-revert border-rd-bs-[100%] border-rd-bs-.1 rd-bs-initial rd-bs-unset
    rounded-bs-unset rounded-bs-4xl border-rd-bs-unset border-rd-bs-initial b-rounded-bs-3xl border-rd-bs-3xl
    border-rd-bs-.11% rounded-bs-3xl b-rounded-bs-2xl border-rd-bs-2xl rd-bs-inherit"></view>

<view class="rd-be-full rd-be-lg rd-be-md rd-be-sm rd-be-xl rd-be-xs rd-be-2xl rd-be-3xl rd-be-4xl
    rd-be-revert-layer rd-be-revert rd-be-[100%] rd-be-.1 rd-be-.11% rounded-be-inherit rounded-be-initial
    rounded-be-full rounded-be-lg rounded-be-md rounded-be-sm rounded-be-xl rounded-be-xs rounded-be-2xl
    rounded-be-revert-layer rounded-be-revert rounded-be-[100%] rounded-be-.1 rounded-be-.11% b-rounded-be-4xl
    b-rounded-be-inherit b-rounded-be-initial b-rounded-be-unset border-rd-be-4xl border-rd-be-inherit
    b-rounded-be-full b-rounded-be-lg b-rounded-be-md b-rounded-be-sm b-rounded-be-xl b-rounded-be-xs
    b-rounded-be-revert-layer b-rounded-be-revert b-rounded-be-[100%] b-rounded-be-.1 b-rounded-be-.11%
    border-rd-be-full border-rd-be-lg border-rd-be-md border-rd-be-sm border-rd-be-xl border-rd-be-xs
    border-rd-be-revert-layer border-rd-be-revert border-rd-be-[100%] border-rd-be-.1 rd-be-initial rd-be-unset
    rounded-be-unset rounded-be-4xl border-rd-be-unset border-rd-be-initial b-rounded-be-3xl border-rd-be-3xl
    border-rd-be-.11% rounded-be-3xl b-rounded-be-2xl border-rd-be-2xl rd-be-inherit"></view>

<view class="rd-is-full rd-is-lg rd-is-md rd-is-sm rd-is-xl rd-is-xs rd-is-2xl rd-is-3xl rd-is-4xl
    rd-is-revert-layer rd-is-revert rd-is-[100%] rd-is-.1 rd-is-.11% rounded-is-inherit rounded-is-initial
    rounded-is-full rounded-is-lg rounded-is-md rounded-is-sm rounded-is-xl rounded-is-xs rounded-is-2xl
    rounded-is-revert-layer rounded-is-revert rounded-is-[100%] rounded-is-.1 rounded-is-.11% b-rounded-is-4xl
    b-rounded-is-inherit b-rounded-is-initial b-rounded-is-unset border-rd-is-4xl border-rd-is-inherit
    b-rounded-is-full b-rounded-is-lg b-rounded-is-md b-rounded-is-sm b-rounded-is-xl b-rounded-is-xs
    b-rounded-is-revert-layer b-rounded-is-revert b-rounded-is-[100%] b-rounded-is-.1 b-rounded-is-.11%
    border-rd-is-full border-rd-is-lg border-rd-is-md border-rd-is-sm border-rd-is-xl border-rd-is-xs
    border-rd-is-revert-layer border-rd-is-revert border-rd-is-[100%] border-rd-is-.1 rd-is-initial rd-is-unset
    rounded-is-unset rounded-is-4xl border-rd-is-unset border-rd-is-initial b-rounded-is-3xl border-rd-is-3xl
    border-rd-is-.11% rounded-is-3xl b-rounded-is-2xl border-rd-is-2xl rd-is-inherit"></view>

<view class="rd-ie-full rd-ie-lg rd-ie-md rd-ie-sm rd-ie-xl rd-ie-xs rd-ie-2xl rd-ie-3xl rd-ie-4xl
    rd-ie-revert-layer rd-ie-revert rd-ie-[100%] rd-ie-.1 rd-ie-.11% rounded-ie-inherit rounded-ie-initial
    rounded-ie-full rounded-ie-lg rounded-ie-md rounded-ie-sm rounded-ie-xl rounded-ie-xs rounded-ie-2xl
    rounded-ie-revert-layer rounded-ie-revert rounded-ie-[100%] rounded-ie-.1 rounded-ie-.11% b-rounded-ie-4xl
    b-rounded-ie-inherit b-rounded-ie-initial b-rounded-ie-unset border-rd-ie-4xl border-rd-ie-inherit
    b-rounded-ie-full b-rounded-ie-lg b-rounded-ie-md b-rounded-ie-sm b-rounded-ie-xl b-rounded-ie-xs
    b-rounded-ie-revert-layer b-rounded-ie-revert b-rounded-ie-[100%] b-rounded-ie-.1 b-rounded-ie-.11%
    border-rd-ie-full border-rd-ie-lg border-rd-ie-md border-rd-ie-sm border-rd-ie-xl border-rd-ie-xs
    border-rd-ie-revert-layer border-rd-ie-revert border-rd-ie-[100%] border-rd-ie-.1 rd-ie-initial rd-ie-unset
    rounded-ie-unset rounded-ie-4xl border-rd-ie-unset border-rd-ie-initial b-rounded-ie-3xl border-rd-ie-3xl
    border-rd-ie-.11% rounded-ie-3xl b-rounded-ie-2xl border-rd-ie-2xl rd-ie-inherit"></view>

<view class="border-collapse-[1] b-collapse b-separate b-collapse-separate b-collapse-inherit
    b-collapse-revert b-collapse-revert-layer b-collapse-initial b-collapse-unset border-separate"></view>

<view class="border-image-none b-image-none b-image-revert b-image-revert-layer b-image-initial
    b-image-inherit b-image-unset b-image-[1]"></view>

<view class="border-io-1 b-io-inherit b-io-unset b-io-revert b-io-revert-layer b-io-initial
    b-io-[1 1.2] b-io-1rpx"></view>

<view class="border-repeat-[round stretch] b-repeat-stretch b-repeat-repeat b-repeat-round b-repeat-space
    b-repeat-revert b-repeat-revert-layer b-repeat-initial b-repeat-unset b-repeat-inherit"></view>

<view class="b-slice-full b-slice-inherit b-slice-unset b-slice-revert b-slice-revert-layer
    b-slice-initial border-slice-[1 1 1 1]"></view>

<view class="border-source-[url(image.jpg)] b-source-none b-source-inherit b-source-unset b-source-revert
    b-source-revert-layer b-source-initial"></view>

<view class="border-iw-1 b-iw-auto b-iw-full b-iw-inherit b-iw-unset b-iw-revert b-iw-revert-layer
    b-iw-initial b-iw-[15px 40px] border-iw-auto"></view>

<view class="b-spacing-x-1 b-spacing-y-2 border-spacing-x-3 border-spacing-y-4 b-spacing-x-5
    border-spacing-y-[0] b-spacing-inherit b-spacing-unset b-spacing-revert b-spacing-revert-layer
    b-spacing-initial b-spacing-none border-spacing-x-[8] b-spacing-y-6 border-spacing-7 b-spacing-[.1]"></view>

<view class="box-align-baseline box-align-center box-align-end box-align-start box-align-stretch
    box-align-inherit box-align-unset box-align-revert box-align-revert-layer
    box-align-initial box-align-[start end]"></view>

<view class="box-decoration-[slice] box-decoration-slice box-decoration-clone box-decoration-inherit
    box-decoration-unset box-decoration-revert box-decoration-revert-layer box-decoration-initial
    box-break-[slice] box-break-slice box-break-clone box-break-inherit box-break-unset box-break-revert
    box-break-revert-layer box-break-initial"></view>

<view class="box-direction-reverse box-direction-normal box-direction-inherit box-direction-unset
    box-direction-revert box-direction-revert-layer box-direction-initial box-direction-[normal]"></view>

<view class="box-flex-inherit box-flex-unset box-flex-revert box-flex-revert-layer box-flex-[1]
    box-flex-initial"></view>

<view class="box-fg-inherit box-fg-unset box-fg-revert box-fg-revert-layer box-fg-initial box-fg-.1"></view>

<view class="box-lines-multiple box-lines-single box-lines-inherit box-lines-unset box-lines-revert
    box-lines-revert-layer box-lines-initial box-lines-[single]"></view>

<view class="box-og-inherit box-og-unset box-og-revert box-og-revert-layer box-og-initial box-og-1.1"></view>

<view class="box-orient-horizontal box-orient-vertical box-orient-inline box-orient-block
    box-orient-inherit box-orient-unset box-orient-revert box-orient-revert-layer box-orient-[initial]
    box-orient-initial"></view>

<view class="box-pack-start box-pack-end box-pack-center box-pack-justify box-pack-inherit
    box-pack-unset box-pack-revert box-pack-revert-layer box-pack-initial box-pack-[center]"></view>

<view class="box-content box-border box-sizing-inherit box-sizing-unset box-sizing-revert box-sizing-border
    box-sizing-initial box-sizing-[border-box] box-sizing-revert-layer box-sizing-content  box-revert-layer
    box-inherit box-unset box-revert box-initial box-[border-box]"></view>

<view class="shadow shadow-none shadow-inherit shadow-unset shadow-revert shadow-revert-layer
    shadow-inner shadow-2xl shadow-xl shadow-md shadow-sm shadow-lg shadow-op shadow-blue shadow-current
    shadow-gray shadow-green shadow-red shadow-white shadow-yellow shadow-transparent shadow-[0 0 0 #0000]
    shadow-pink shadow-initial shadow-black shadow-op-full shadow-2xs inset-shadow-none inset-shadow-xs
    inset-shadow-2xs inset-shadow-sm inset-shadow-op inset-shadow-op-full inset-shadow-blue inset-shadow-current
    inset-shadow-gray inset-shadow-green inset-shadow-red inset-shadow-white inset-shadow-yellow inset-ring
    inset-shadow-transparent inset-shadow-[0 0 0 #0000] inset-shadow-pink inset-shadow-initial inset-shadow-black
    inset-ring-op inset-ring-op-full inset-ring-blue inset-ring-current inset-ring-black inset-ring-gray
    inset-ring-green inset-ring-red inset-ring-white inset-ring-yellow inset-ring-pink inset-ring-initial
    inset-ring-transparent inset-ring-[0 0 0 #0000] ring ring-op ring-op-full ring-blue ring-current ring-black
    ring-gray ring-green ring-red ring-white ring-yellow ring-pink ring-initial ring-transparent
    ring-[0 0 0 #0000] ring-offset-initial ring-offset-transparent ring-offset-[0 0 0 #0000] ring-offset-pink
    ring-offset ring-offset-op ring-offset-op-full ring-offset-blue ring-offset-current ring-offset-black
    ring-offset-gray ring-offset-green ring-offset-red ring-offset-white ring-offset-yellow ring-offset-.1
    ring-offset-width-1rpx ring-offset-size-1% ring-offset-full"></view>

<view class="clear-none clear-left clear-right clear-both clear-start clear-end clear-inherit clear-unset
    clear-revert clear-revert-layer clear-initial clear-[both]"></view>

<view class="c-[#000] color-[rgba(0,0,0)] text-color-[rgba(0 0 0 / .1)] text-op text-blue text-gray
    text-green text-red text-white text-yellow text-transparent text-current text-black text-pink text-op-full
    c-red color-op"></view>

<view class="color-interpolation-auto color-interpolation-srgb color-interpolation-linearrgb
    color-interpolation-inherit color-interpolation-unset color-interpolation-revert
    color-interpolation-revert-layer color-interpolation-initial color-interpolation-[srgb]"></view>

<view class="color-filters-auto color-filters-srgb color-filters-linearrgb color-filters-inherit
    color-filters-unset color-filters-revert-layer color-filters-initial color-filters-revert
    color-filters-[srgb]"></view>

<view class="color-scheme-light color-scheme-dark color-scheme-normal color-scheme-inherit
    color-scheme-revert color-scheme-revert-layer color-scheme-initial color-scheme-auto
    color-scheme-none color-scheme-unset color-scheme-[light]"></view>

<view class="column-count-auto column-count-inherit column-count-unset column-count-revert column-count-1
    column-count-revert-layer column-count-initial column-count-[column-count-auto]"></view>

<view class="column-fill-auto column-fill-balance column-fill-inherit column-fill-unset
    column-fill-revert-layer column-fill-initial column-fill-revert column-fill-[column-fill-auto]"></view>

<view class="column-gap-normal column-gap-inherit column-gap-unset column-gap-revert column-gap-1
    column-gap-initial column-gap-revert-layer column-gap-full"></view>

<view class="column-rule-inherit column-rule-unset column-rule-revert column-rule-revert-layer
    column-rule-initial column-rule-[1px solid #000]"></view>

<view class="column-rule-color-op column-rule-op column-rule-blue column-rule-gray column-rule-green
    column-rule-yellow column-rule-transparent column-rule-current column-rule-black column-rule-pink
    column-rule-white column-rule-op-full column-rule-red column-rule-color-#0000 column-rule-color-red
    column-rule-color-[rgba(0,0,0)]"></view>

<view class="column-rule-style-[solid] column-rule-none column-rule-hidden column-rule-dotted
    column-rule-solid column-rule-double column-rule-groove column-rule-ridge column-rule-inset
    column-rule-outset column-rule-dashed column-rule-style-dashed"></view>

<view class="column-rule-width column-rule column-rule-full column-rule-medium column-rule-thick 
olumn-rule-thin column-rule-width-[-100%] column-rule-1"></view>

<view class="column-span-all column-span-none column-span-inherit column-span-unset column-span-revert
    column-span-revert-layer column-span-initial column-span-[column-span-all]"></view>

<view class="column-width-auto column-width-inherit column-width-unset column-width-revert
    column-width-revert-layer column-width-initial column-width-[1.1] column-width-full"></view>

<view class="columns-auto columns-inherit columns-unset columns-revert columns-revert-layer
    columns-initial columns-[1 1]"></view>

<view class="contentp-normal content-empty content-none content-open content-close content-no-open
    contentp-inherit contentp-unset contentp-revert contentp-revert-layer contentp-initial content-no-close
    contentp-[content-normal]"></view>

<view class="content-visibility-hidden content-visibility-visible content-visibility-inherit
    content-visibility-unset content-visibility-revert content-visibility-revert-layer
    content-visibility-initial content-visibility-auto content-visibility-[content-visibility-hidden]"></view>

<view class="cursor-zoom-out cursor-zoom-in cursor-nwse-resize cursor-nesw-resize cursor-ns-resize
    cursor-ew-resize cursor-sw-resize cursor-se-resize cursor-nw-resize cursor-ne-resize cursor-[cursor-zoom-out]
    cursor-s-resize cursor-e-resize cursor-n-resize cursor-row-resize cursor-col-resize cursor-sw cursor-unset
    cursor-grabbing cursor-grab cursor-not-allowed cursor-no-drop cursor-move cursor-copy cursor-alias
    cursor-vertical-text cursor-text cursor-crosshair cursor-cell cursor-wait cursor-progress cursor-pointer
    cursor-help cursor-context-menu cursor-none cursor-default cursor-auto cursor-inherit cursor-all-scroll 
    cursor-revert cursor-revert-layer cursor-initial cursor-nwse cursor-nesw cursor-ns cursor-ew cursor-w-resize
    cursor-se cursor-nw cursor-ne cursor-w cursor-s cursor-e cursor-n cursor-row cursor-col"></view>

<view class="display-[flex] block inline inline-block flex !inline-flex grid inline-grid flow-root none hidden
    contents table table-row list-item display-unset"></view>

<view class="filter-none filter-inherit filter-initial filter-unset filter-revert filter! hue-rotate-10
    filter-revert-layer filter-[url(filters.svg#filter) blur(4px) saturate(150%)] filter-none! grayscale grayscale!
    !filter-none filter-auto filter !filter filter-blur-[2px] filter-brightness-1 !filter-blur-2xl
    filter-blur-1 filter-blur filter-blur-md filter-blur-sm filter-saturate-1 filter-sepia-[1.1%] filter-sepia
    filter-blur-3xl filter-blur-2xl filter-blur-xl filter-blur-lg filter-saturate-[1.1%] filter-saturate-1%
    filter-blur-3xl! filter-brightness-[60%] filter-contrast-1! filter-drop-shadow-[4px 4px 10px blue]
    filter-brightness-1%! filter-brightness-1! filter-brightness-1% filter-contrast-1% grayscale-1 !grayscale
    filter-contrast-[60%] filter-contrast-1 filter-contrast-1 filter-grayscale filter-drop-shadow-uni-bg-color-mask
    filter-grayscale! filter-grayscale-1 !filter-grayscale !filter-sepia filter-sepia-1%! filter-saturate-1%!
    filter-grayscale-10%! filter-grayscale-.1% filter-grayscale-1.1% filter-grayscale-0.1% grayscale-10%! 
    filter-hue-rotate-[120deg] filter-hue-rotate-1 filter-opacity-1 filter-drop-shadow grayscale-.1%
    filter-hue-rotate-1turn filter-hue-rotate-1grad! filter-invert-1 filter-drop-shadow-color-op-full 
    !filter-hue-rotate-1grad filter-hue-rotate-10 filter-invert filter-invert! filter-drop-shadow-color-blue 
    !filter-invert filter-invert-10%! filter-opacity filter-opacity! filter-drop-shadow-color-transparent
    filter-invert-.1% filter-invert-1.1% filter-opacity-.1% filter-opacity-1.1% contrast-1% contrast-[60%]
    !filter-opacity filter-opacity-10%! filter-sepia-1 filter-sepia-1% filter-drop-shadow-color-gray
    filter-drop-shadow-color-white filter-drop-shadow-color-red filter-drop-shadow-color-green grayscale-1.1% 
    filter-drop-shadow-op-[01] filter-drop-shadow-opacity-[01] filter-drop-shadow-op-1% grayscale-0.1%
    filter-drop-shadow-opacity-1 filter-drop-shadow-color-opacity-1 filter-drop-shadow-color-black
    filter-drop-shadow-blue filter-drop-shadow-gray filter-drop-shadow-transparent contrast-1 !contrast-1
    filter-drop-shadow-green filter-drop-shadow-red filter-drop-shadow-white filter-drop-shadow-#0000-full
    filter-drop-shadow-yellow filter-drop-shadow-current filter-drop-shadow-black filter-drop-shadow-color-pink
    filter-drop-shadow-pink filter-drop-shadow-op-full filter-drop-shadow-color-yellow brightness-1
    filter-drop-shadow-color-current filter-drop-shadow-color-#0000-1 brightness-1! brightness-1% contrast-1!
    blur! blur-3xl blur-2xl blur-xl blur-lg blur-1 blur blur-md blur-sm blur-10 brightness-[60%] brightness-1%!
    blur-[url(blurs.svg#blur) blur(4px) saturate(150%)] blur !blur blur-[2px] !blur-2xl drop-shadow-color-white
    hue-rotate-[120deg] hue-rotate-1 hue-rotate-1turn hue-rotate-1grad! !hue-rotate-1grad drop-shadow-op-1%
    invert-1 invert invert! !invert invert-10%! invert-.1% invert-1.1% drop-shadow drop-shadow-color-black
    saturate-1 saturate-[1.1%] saturate-1% saturate-1%! sepia-[1.1%] sepia !sepia sepia-1%! sepia-1 sepia-1%
    drop-shadow-[4px 4px 10px blue] drop-shadow-uni-bg-color-mask drop-shadow-color-red drop-shadow-color-green
    drop-shadow-color-op-full drop-shadow-color-blue drop-shadow-color-gray drop-shadow-color-transparent
    drop-shadow-op-[01] drop-shadow-opacity-[01] drop-shadow-opacity-1 drop-shadow-color-opacity-1 
    drop-shadow-blue drop-shadow-gray drop-shadow-transparent drop-shadow-current drop-shadow-black
    drop-shadow-green drop-shadow-red drop-shadow-white drop-shadow-#0000-full drop-shadow-color-pink
    drop-shadow-yellow drop-shadow-pink drop-shadow-op-full drop-shadow-color-yellow
    drop-shadow-color-current drop-shadow-color-#0000-1"></view>

<view class="flex-none flex-min flex-max flex-fit flex-auto flex-inherit flex-initial flex-revert
    flex-revert-layer flex-unset flex-content flex-1 flex-1.1 flex-[max-content]"></view>

<view class="flex-basis-[1.1] basis-none basis-min basis-max basis-fit basis-auto basis-inherit basis-initial
    basis-revert basis-revert-layer basis-unset basis-content basis-1.1"></view>

<view class="flex-row flex-col flex-row-reverse flex-col-reverse flex-direction-inherit flex-direction-col
    flex-direction-revert flex-direction-revert-layer flex-direction-unset flex-direction-initial
    flex-column flex-direction-[col] flex-direction-column"></view>

<view class="flex-flow-row flex-flow-col flex-flow-row-reverse flex-flow-col-reverse flex-flow-column
    flex-flow-column-reverse flex-flow-inherit flex-flow-initial flex-flow-revert flex-flow-revert-layer
    flex-flow-unset flex-flow-wrap flex-flow-wrap-reverse flex-flow-nowrap flex-flow-[wrap1]
    flex-flow-column"></view>

<view class="flex-grow-1 grow-inherit grow-initial grow-revert grow-revert-layer grow-unset
    grow-[2] flex-grow-[3] grow-1.1"></view>

<view class="flex-shrink-[1] shrink-inherit shrink-initial shrink-revert shrink-revert-layer shrink-unset
    shrink-1.1 shrink-[2] flex-shrink-5"></view>

<view class="flex-wrap flex-nowrap flex-wrap-reverse flex-wrap-initial flex-wrap-revert flex-wrap-[nowrap1]
    flex-wrap-unset flex-wrap-inherit flex-wrap-revert-layer"></view>

<view class="float-left float-right float-none float-start float-end float-inline-start float-[left1]
    float-initial float-revert float-revert-layer float-unset float-inherit float-inline-end"></view>

<view class="font-caption font-initial font-revert font-revert-layer font-unset font-inherit font-[1]"></view>

<view class="font-sans font-mono font-serif font-family-initial font-family-revert font-family-[宋体]
    font-family-revert-layer font-family-unset font-family-inherit"></view>

<view class="font-fs-normal font-fs-initial font-fs-revert font-fs-revert-layer font-fs-unset font-fs-[1.1]
    font-fs-inherit"></view>

<view class="font-kerning-auto font-kerning-none font-kerning-normal font-kerning-initial font-kerning-[12]
    font-kerning-revert-layer font-kerning-unset font-kerning-inherit font-kerning-revert"></view>

<view class="font-override-normal font-override-initial font-override-revert font-override-revert-layer
    font-override-unset font-override-[3] font-override-inherit"></view>

<view class="font-os-none font-os-auto font-os-initial font-os-revert font-os-revert-layer font-os-[1]
    font-os-inherit font-os-unset"></view>

<view class="font-palette-light font-palette-dark font-palette-normal font-palette-initial font-palette-[1]
    font-palette-revert-layer font-palette-unset font-palette-inherit font-palette-revert"></view>

<view class="text-size-1 text-size-[2] font-size-[3] font-size-revert-layer font-size-unset font-size-inherit
    font-size-revert font-size-initial font-size-5 text-size-revert-layer text-size-unset text-size-inherit
    text-size-revert text-size-initial text-xx-small text-x-small text-small text-medium text-large text-x-large
    text-xx-large text-smaller text-larger text-math text-xxx-large"></view>

<view class="font-adjust-none font-adjust-from-font font-adjust-initial font-adjust-revert
    font-adjust-[p1] font-adjust-inherit font-adjust-unset font-adjust-revert-layer"></view>

<view class="font-smooth-auto font-smooth-never font-smooth-always font-smooth-initial font-smooth-[1]
    font-smooth-revert-layer font-smooth-unset font-smooth-inherit font-smooth-revert"></view>

<view class="font-stretch-full font-stretch-normal font-stretch-ultra-condensed font-stretch-[1]
    font-stretch-condensed font-stretch-semi-condensed font-stretch-inherit font-stretch-semi-expanded
    font-stretch-expanded font-stretch-extra-expanded font-stretch-ultra-expanded font-stretch-initial
    font-stretch-revert font-stretch-revert-layer font-stretch-unset font-stretch-extra-condensed"></view>

<view class="font-style-[1] font-italic font-oblique font-style-revert-layer font-style-unset
    font-style-inherit font-style-revert font-style-initial"></view>

<view class="font-synthesis-none font-synthesis-style font-synthesis-weight font-synthesis-weight
    font-synthesis-small-caps font-synthesis-initial font-synthesis-revert font-synthesis-revert-layer
    font-synthesis-unset font-synthesis-inherit font-synthesis-[1]"></view>

<view class="font-sp-auto font-sp-none font-sp-initial font-sp-revert font-sp-revert-layer font-sp-[1]
    font-sp-inherit font-sp-unset"></view>

<view class="font-ssc-auto font-ssc-none font-ssc-initial font-ssc-revert font-ssc-revert-layer font-ssc-[1]
    font-ssc-unset font-ssc-inherit"></view>

<view class="font-ss-auto font-ss-none font-ss-initial font-ss-revert font-ss-revert-layer font-ss-[1]
    font-ss-inherit font-ss-unset"></view>

<view class="font-sw-auto font-sw-none font-sw-initial font-sw-revert font-sw-revert-layer font-sw-[1]
    font-sw-inheri font-sw-unset"></view>

<view class="font-variant-all-petite-caps font-variant-all-small-caps font-variant-common-ligatures
    font-variant-contextual font-variant-diagonal-fractions font-variant-discretionary-ligatures
    font-variant-full-width font-variant-historical-ligatures font-variant-jis04 font-variant-jis78
    font-variant-jis83 font-variant-jis90 font-variant-lining-nums font-variant-no-common-ligatures
    font-variant-no-contextual font-variant-no-discretionary-ligatures font-variant-ordinal
    font-variant-normal font-variant-none font-variant-oldstyle-nums font-variant-ruby
    font-variant-petite-caps font-variant-proportional-nums font-variant-proportional-width 
    font-variant-simplified font-variant-slashed-zero font-variant-small-caps font-variant-unicase
    font-variant-tabular-nums font-variant-titling-caps font-variant-traditional font-variant-inherit
    font-variant-initial font-variant-revert font-variant-revert-layer font-variant-unset
    font-variant-no-historical-ligaturest font-variant-stacked-fractions font-variant-[--1]"></view>

<view class="font-va-normal font-va-historical-forms font-va-initial font-va-revert font-va-[1]
    font-va-unset font-va-inherit font-va-revert-layer"></view>

<view class="font-vc-all-petite-caps font-vc-all-small-caps font-vc-petite-caps font-vc-small-caps
    font-vc-unicase font-vc-titling-caps font-vc-initial font-vc-revert font-vc-revert-layer
    font-vc-inherit font-vc-normal font-vc-unset font-vc-[1]"></view>

<view class="font-vea-jis04 font-vea-full-width font-vea-jis78 font-vea-jis83 font-vea-jis90 font-vea-[1]
    font-vea-proportional-width font-vea-ruby font-vea-traditional font-vea-simplified font-vea-initial
    font-vea-revert font-vea-revert-layer font-vea-unset font-vea-inherit font-vea-normal"></view>

<view class="font-ve-text font-ve-emoji font-ve-normal font-ve-unicode font-ve-initial font-ve-revert
    font-ve-revert-layer font-ve-unset font-ve-inherit font-ve-[1]"></view>

<view class="font-vl-none font-vl-normal font-vl-contextual font-vl-no-contextual font-vl-[1]
    font-vl-historical-ligatures font-vl-no-discretionary-ligatures font-vl-discretionary-ligatures
    font-vl-no-common-ligatures font-vl-common-ligatures font-vl-initial font-vl-revert
    font-vl-revert-layer font-vl-unset font-vl-inherit font-vl-no-historical-ligatures"></view>

<view class="font-vn-normal font-vn-ordinal font-vn-slashed-zero font-vn-lining-nums font-vn-[1]
    font-vn-proportional-nums font-vn-tabular-nums font-vn-diagonal-fractions font-vn-stacked-fractions
    font-vn-initial font-vn-revert font-vn-revert-layer font-vn-unset font-vn-inherit
    font-vn-oldstyle-nums"></view>

<view class="font-vp-normal font-vp-sub font-vp-super font-vp-initial font-vp-revert font-vp-[1]
    font-vp-unset font-vp-inherit font-vp-revert-layer"></view>

<view class="font-vs-normal font-vs-initial font-vs-revert font-vs-revert-layer font-vs-unset
    font-vs-inherit font-vs-[1]"></view>

<view class="fw-1 font-thin font-extralight font-light font-normal font-medium font-semibold font-bold
    font-black font-extrabold fw-revert-layer font-weight-revert"></view>

<view class="flex-gap-[1] grid-gap-[2] gap-initial gap-revert gap-revert-layer gap-unset gap-inherit
    gap-3 gap-col-5 gap-row-6 flex-gap-col-7 grid-gap-row-9 gap-row-unset"></view>

<view class="grid-none grid-initial grid-revert grid-revert-layer grid-unset grid-inherit grid-[1]"></view>

<view class="grid-area-auto grid-area-none grid-area-initial grid-area-revert grid-area-revert-layer
    grid-area-unset grid-area-inherit grid-area-[1]"></view>

<view class="grid-auto-cols-[1] auto-cols-auto auto-cols-min auto-cols-max auto-cols-initial auto-cols-revert
    auto-cols-unset auto-cols-inherit auto-cols-revert-layer grid-auto-cols-auto"></view>

<view class="grid-flow-[1] grid-auto-flow-[2] auto-flow-row auto-flow-col auto-flow-inherit auto-flow-dense
    auto-flow-initial auto-flow-revert auto-flow-revert-layer auto-flow-unset auto-flow-col-dense
    auto-flow-row-dense"></view>

<view class="grid-auto-rows-[2] auto-rows-auto auto-rows-min auto-rows-max auto-rows-initial auto-rows-revert
    auto-rows-unset auto-rows-inherit auto-rows-revert-layer"></view>

<view class="grid-col-auto grid-col-none grid-col-initial grid-col-revert grid-col-revert-layer grid-col-[1]
    grid-col-inherit grid-col-unset"></view>

<view class="grid-col-end-[1] col-end-auto col-end-none col-end-initial col-end-revert col-end-revert-layer
    col-end-unset col-end-inherit col-end-1 col-end--1 -col-end-1 -grid-col-end-1 -un-col-end-1"></view>

<view class="grid-col-start-[1] col-start-auto col-start-none col-start-initial col-start-revert
    col-start-revert-layer col-start-unset col-start-inherit -grid-col-start-1 grid-col-start--1"></view>

<view class="grid-row-auto grid-row-none grid-row-initial grid-row-revert grid-row-revert-layer
    grid-row-inherit grid-row-unset grid-row-[1]"></view>

<view class="grid-row-end- row-end-auto row-end-none row-end-initial row-end-revert row-end-revert-layer
    row-end-unset row-end-inherit row-end-[1] -row-end-1 row-end--1 -un-row-end-1 un-row-end--1"></view>

<view class="grid-row-start-[1] row-start-auto row-start-none row-start-initial row-start-revert
    row-start-revert-layer row-start-inherit row-start-unset grid-row-start--1"></view>

<view class="grid-template-initial grid-template-revert grid-template-revert-layer grid-template-[1]
    grid-template-none grid-template-inherit grid-template-unset"></view>

<view class="grid-areas-none grid-areas-initial grid-areas-revert grid-areas-revert-layer grid-areas-[1]
    grid-areas-inherit grid-areas-unset"></view>

<view class="grid-cols-[1] cols-[2] cols-3 cols-none cols-initial cols-revert cols-revert-layer cols-unset
    cols-inherit"></view>

<view class="grid-rows-1 rows-none rows-initial rows-revert rows-revert-layer rows-unset rows-inherit"></view>

<view class="inset-auto inset-initial inset-revert inset-revert-layer inset-unset inset-inherit
    inset-full inset-[1] inset-0 inset--.2"></view>

<view class="inset-block-auto inset-block-initial inset-block-revert inset-block-revert-layer
    inset-block-unset inset-block-inherit inset-block-full inset-block-[1] inset-block-0 inset-block--.2"></view>

<view class="inset-be-auto inset-be-initial inset-be-revert inset-be-revert-layer inset-be-unset
    inset-be-inherit inset-be-full inset-be-[1] inset-be-0 inset-be--.2"></view>

<view class="inset-bs-auto inset-bs-initial inset-bs-revert inset-bs-revert-layer inset-bs-unset
    inset-bs-inherit inset-bs-full inset-bs-[1] inset-bs-0 inset-bs--.2 -inset-bs-.2"></view>

<view class="inset-inline-auto inset-inline-initial inset-inline-revert inset-inline-revert-layer
    inset-inline-unset inset-inline-inherit inset-inline-full inset-inline-[1] inset-inline-0 inset-inline--.2
    -inset-inline-.2"></view>

<view class="inset-is-auto inset-is-initial inset-is-revert inset-is-revert-layer inset-is-unset
    inset-is-inherit inset-is-full inset-is-[1] inset-is-0 inset-is--.2 -inset-is-.2"></view>

<view class="inset-ie-auto inset-ie-initial inset-ie-revert inset-ie-revert-layer inset-ie-unset
    inset-ie-inherit inset-ie-full inset-ie-[1] inset-ie-0 inset-ie--.2 -inset-ie-.2 pos-inset-ie-[3]
    pos-inset-ie-7 position-inset-ie-.1"></view>

<view class="line-break-auto line-break-loose line-break-normal line-break-strict line-break-anywhere
    line-auto line-loose line-normal line-strict line-anywhere line-break-[1] line-break-initial"></view>

<view class="line-none line-clamp-[2] line-clamp-initial line-clamp-1"></view>

<view class="leading-[1] font-lh-[2] line-height-[3] font-leading-[4] font-line-height-[5] lh-7 lh-9rpx
    lh-normal lh-full lh-inherit lh-unset lh-revert lh-revert-layer lh-initial lh-[p11]"></view>

<view class="line-hs-inherit line-hs-unset line-hs-revert line-hs-revert-layer line-hs-[1] line-hs-2
    line-hs-initial"></view>

<view class="size-h-initial size-h-[1] h-[2] h-3 size-h-5 h-full h-initial h-revert h-revert-layer h-unset
    h-inherit h-auto h-min h-max h-fit h-fill-available"></view>

<view class="flex-justify-center grid-justify-end flex-justify-content-[1] grid-justify-content-[2]
    justify-center justify-start justify-end justify-between justify-around justify-evenly justify-content-[3]
    justify-flex-start justify-flex-end justify-right justify-left justify-stretch justify-normal
    justify-initial justify-revert justify-revert-layer justify-unset justify-inherit justify-content-unset"></view>

<view class="flex-justify-items-[1] grid-justify-items-[2] justify-items-[3] justify-items-self-end
    justify-items-center justify-items-start justify-items-end justify-items-stretch
    justify-items-normal justify-items-flex-start justify-items-flex-end justify-items-right
    justify-items-left justify-items-initial justify-items-revert justify-items-revert-layer
    justify-items-unset justify-items-inherit justify-items-anchor-center justify-items-baseline
    justify-items-legacy justify-items-self-start"></view>

<view class="flex-justify-self-[1] grid-justify-self-[2] justify-self-[3] justify-self-auto
    justify-self-center justify-self-start justify-self-end justify-self-stretch
    justify-self-normal justify-self-flex-start justify-self-flex-end justify-self-right
    justify-self-left justify-self-initial justify-self-revert justify-self-revert-layer
    justify-self-unset justify-self-inherit justify-self-anchor-center justify-self-baseline
    justify-self-self-start justify-self-self-end"></view>

<view class="letter-normal letter-inherit letter-unset letter-revert letter-revert-layer letter-[1]
    letter-initial letter-2 tracking-3 tracking-[5] tracking-unset"></view>

<view class="pos-left-[1] position-left-[2] left-full left-auto left-inherit left-unset left-revert
    left-revert-layer left-initial left-[3] -left-7 left--9 -pos-left-.1 position-left--.2"></view>

<view class="list-style-none list-style-georgian list-style-kannada list-style-georgian list-style-[1]
    list-style-decimal list-style-square list-style-circle list-style-auto list-style-disc list-style-closed
    list-style-roman list-style-alpha list-style-latin list-style-greek list-style-upper-roman
    list-style-upper-alpha list-style-upper-latin list-style-none list-style-trad list-style-open
    list-style-inherit list-style-unset list-style-revert list-style-revert-layer list-style-initial"></view>

<view class="list-image-none list-image-inherit list-image-unset list-image-revert list-image-[1]
    list-image-revert-layer list-image-initial list-none"></view>

<view class="list-position-[1] list-pos-[2] list-inside list-outside list-pos-unset"></view>

<view class="list-type-none list-type-trad list-type-open list-type-closed list-[1] list-type-[2]
    list-none list-georgian list-kannada list-georgian list-decimal list-square list-circle
    list-auto list-disc list-roman list-alpha list-latin list-greek list-upper-roman list-upper-alpha
    list-upper-latin list-none list-trad list-open list-closed"></view>

<view class="m-auto m-full m-inherit m-unset m-revert m-revert-layer m-initial ma-auto m-1 m--2 -m-3
    m-[4] m--full -ma-full"></view>

<view class="mx-auto mx-full mx-inherit mx-unset mx-revert mx-revert-layer mx-initial m-x-1 mx-[2]
    m-x-[3]"></view>

<view class="my-auto my-full my-inherit my-unset my-revert my-revert-layer my-initial m-y-1 my-[2]
    m-y-[3]"></view>

<view class="mt-auto mt-full mt-inherit mt-unset mt-revert mt-revert-layer mt-initial m-t-1 mt-[2]
    m-t-[3]"></view>

<view class="mr-auto mr-full mr-inherit mr-unset mr-revert mr-revert-layer mr-initial m-r-1 mr-[2]
    m-r-[3]"></view>

<view class="mb-auto mb-full mb-inherit mb-unset mb-revert mb-revert-layer mb-initial m-b-1 mb-[2]
    m-b-[3]"></view>

<view class="ml-auto ml-full ml-inherit ml-unset ml-revert ml-revert-layer ml-initial m-l-1 ml-[2]
    m-l-[3]"></view>

<view class="m-inline-auto m-inline-full m-inline-inherit m-inline-unset m-inline-revert
    m-inline-revert-layer m-inline-initial m-inlinea-auto m-inline-1 m-inline--2 -m-inline-3
    m-inline-[4] m-inline--full -m-inline-full"></view>

<view class="m-block-auto m-block-full m-block-inherit m-block-unset m-block-revert -m-block-full
    m-block-revert-layer m-block-initial m-blocka-auto m-block-1 m-block--2 -m-block-3 m-block--full
    m-block-[4]"></view>

<view class="m-bs-auto m-bs-full m-bs-inherit m-bs-unset m-bs-revert -m-bs-full m-bs-revert-layer
    m-bs-initial m-bsa-auto m-bs-1 m-bs--2 -m-bs-3 m-bs--full m-bs-[4]"></view>

<view class="m-be-auto m-be-full m-be-inherit m-be-unset m-be-revert -m-be-full m-be-revert-layer
    m-be-initial m-bsa-auto m-be-1 m-be--2 -m-be-3 m-be--full m-be-[4]"></view>

<view class="m-ie-auto m-ie-full m-ie-inherit m-ie-unset m-ie-revert -m-ie-full m-ie-revert-layer
    m-ie-initial m-bsa-auto m-ie-1 m-ie--2 -m-ie-3 m-ie--full m-ie-[4]"></view>

<view class="m-is-auto m-is-full m-is-inherit m-is-unset m-is-revert -m-is-full m-is-revert-layer
    m-is-initial m-bsa-auto m-is-1 m-is--2 -m-is-3 m-is--full m-is-[4]"></view>

<view class="m-none m-block m-block-start m-block-end m-inline m-inline-start m-inline-end"></view>

<view class="mix-blend-normal mix-blend-multiply mix-blend-screen mix-blend-overlay mix-blend-darken
    mix-blend-lighten mix-blend-color-dodge mix-blend-color-burn mix-blend-hard-light mix-blend-initial
    mix-blend-soft-light mix-blend-difference mix-blend-exclusion mix-blend-hue mix-blend-saturation
    mix-blend-color mix-blend-luminosity mix-blend-plus-darker mix-blend-plus-lighter mix-blend-unset
    mix-blend-inherit mix-blend-revert mix-blend-revert-layer mix-blend-[1]"></view>

<view class="size-max-block-[2] max-block-full max-block-none max-block-max max-block-min max-block-fit
    max-block-inherit max-block-unset max-block-revert max-block-revert-layer max-block-initial max-block-[1]
    max-block-fill-available"></view>

<view class="size-max-inline-[2] max-inline-full max-inline-none max-inline-max max-inline-min
    max-inline-inherit max-inline-unset max-inline-revert max-inline-revert-layer max-inline-initial
    max-inline-fill-available max-inline-fit max-inline-[1]"></view>

<view class="size-max-h-[1] max-h-full max-h-none max-h max-h-min max-h-fit max-h-inherit max-h-unset
    max-h-revert max-h-revert-layer max-h-initial max-h-fill-available max-h-[2]"></view>

<view class="size-max-w-[1] max-w-full max-w-none max-h max-w-min max-w-fit max-w-inherit max-w-unset
    max-w-revert max-w-revert-layer max-w-initial max-w-fill-available max-w-[2]"></view>

<view class="size-max-[1] max-full max-none max-h max-min max-fit max-inherit max-unset max-revert
    max-revert-layer max-initial max-fill-available max-[2] max-3 size-max-5"></view>

<view class="size-min-block-[2] min-block-full min-block-none min-block-max min-block-min min-block-fit
    min-block-inherit min-block-unset min-block-revert min-block-revert-layer min-block-initial min-block-[1]
    min-block-fill-available"></view>

<view class="size-min-inline-[2] min-inline-full min-inline-none min-inline-max min-inline-min
    min-inline-inherit min-inline-unset min-inline-revert min-inline-revert-layer min-inline-initial
    min-inline-fill-available min-inline-fit min-inline-[1] min-inline-2"></view>

<view class="size-min-h-[1] min-h-full min-h-none min-h min-h-min min-h-fit min-h-inherit min-h-unset
    min-h-revert min-h-revert-layer min-h-initial min-h-fill-available min-h-[2]"></view>

<view class="size-min-w-[1] min-w-full min-w-none min-h min-w-min min-w-fit min-w-inherit min-w-unset
    min-w-revert min-w-revert-layer min-w-initial min-w-fill-available min-w-[2] size-min-w-full"></view>

<view class="size-min-[1] min-full min-none min-h min-min min-fit min-inherit min-unset min-revert
    min-revert-layer min-initial min-fill-available min-[2] min-3 size-min-5"></view>

<view class="size-[1] size-full size-none size-h size-min size-max size-fit size-inherit size-unset size-revert
    size-revert-layer size-initial size-fill-available size-[2] size-3 size-5"></view>

<view class="object-contain object-fill object-none object-scale-down object-cover object-unset"></view>

<view class="object-position-full object-pos-full object-pos-[1] object-pos-2 object-pos-unset
    object-full object-top object-bottom object-left object-right object-center object-center-center
    object-center-top object-center-bottom object-center-left object-center-right object-top-center
    object-top-left object-top-right object-bottom-center object-bottom-left object-bottom-right
    object-left-center object-left-top object-left-bottom object-right-center object-right-top
    object-right-bottom object-c object-t object-r object-b object-l object-cc object-ct object-cr
    object-cb object-cl object-tc object-tl object-tr object-bc object-bl object-br object-lc object-lt
    object-lb object-rc object-rt object-rb object--1 -object-2 object-pos--3 -object-pos-5 object-6"></view>

<view class="op-full op-inherit op-unset op-revert op-revert-layer op-initial opacity-[1] op-[2]"></view>

<view class="order-first order-last order-none order-inherit order-unset order-revert order-1 order-[2]
    order-revert-layer order-initial"></view>

<view class="outline-inherit outline-unset outline-revert outline-revert-layer outline-[1]
    outline-initial"></view>

<view class="outline-color-op outline-color-[1] outline-color-op-[2] outline-color-#000-10
    outline-op outline-blue outline-gray outline-green outline-red outline-yellow outline-#0000-10
    outline-transparent outline-current outline-black outline-pink outline-white outline-op-full"></view>

<view class="outline-offset-inherit outline-offset-unset outline-offset-revert outline-offset-[1]
    outline-offset-revert-layer outline-offset-initial outline-offset-2"></view>

<view class="outline-style-auto outline-style-[1] outline-style-solid outline-style-unset
    outline-auto outline-none outline-dotted outline-dashed outline-solid outline-double
    outline-groove outline-ridge outline-inset outline-outset"></view>

<view class="outline-size-[1] outline-size-1 outline-size-unset outline-medium outline-thick
    outline-width-[1] outline-width-1 outline-width-unset outline-full outline-thin outline outline-1"></view>

<view class="of-visible of-hidden of-scroll of-auto of-clip of-inherit of-unset of-revert of-revert-layer
    of-initial overflow-unset overflow-[1] of-[2]"></view>

<view class="overflow-anchor-[1] of-anchor-[2] overflow-anchor-unset of-anchor-initial
    of-anchor-auto of-anchor-none of-anchor-inherit of-anchor-unset of-anchor-revert
    of-anchor-revert-layer"></view>

<view class="overflow-block-[1] of-block-[2] overflow-block-unset of-block-revert-layer of-block-initial
    of-block-visible of-block-hidden of-block-scroll of-block-auto of-block-clip of-block-inherit
    of-block-unset of-block-revert"></view>

<view class="overflow-clip-[1] overflow-clip-[2] overflow-clip-border of-clip-initial
    of-clip-border of-clip-padding of-clip-content of-clip-inherit of-clip-unset of-clip-revert
    of-clip-revert-layer"></view>

<view class="overflow-inline-[1] of-inline-[2] overflow-inline-unset of-inline-revert-layer
    of-inline-visible of-inline-hidden of-inline-scroll of-inline-auto of-inline-clip
    of-inline-inherit of-inline-unset of-inline-revert of-inline-initial"></view>

<view class="overflow-wrap-[1] of-wrap-revert-layer of-wrap-initial of-wrap-[2] overflow-wrap-unset
    of-wrap-normal of-wrap-break-word of-wrap-anywhere of-wrap-inherit of-wrap-unset of-wrap-revert"></view>

<view lass="of-x-visible of-x-hidden of-x-scroll of-x-auto of-x-clip of-x-inherit of-x-unset of-x-revert
    of-x-revert-layer of-x-initial overflow-x-unset overflow-x-[1] of-x-[2]"></view>

<view lass="of-y-visible of-y-hidden of-y-scroll of-y-auto of-y-clip of-y-inherit of-y-unset of-y-revert
    of-y-revert-layer of-y-initial overflow-y-unset overflow-y-[1] of-y-[2]"></view>

<view class="p-auto p-full p-inherit p-unset p-revert p-revert-layer p-initial pa-auto p-1 p-[4]"></view>

<view class="px-auto px-full px-inherit px-unset px-revert px-revert-layer px-initial p-x-1 px-[2]
    p-x-[3]"></view>

<view class="py-auto py-full py-inherit py-unset py-revert py-revert-layer py-initial p-y-1 py-[2]
    p-y-[3]"></view>

<view class="pt-auto pt-full pt-inherit pt-unset pt-revert pt-revert-layer pt-initial p-t-1 pt-[2]
    p-t-[3]"></view>

<view class="pr-auto pr-full pr-inherit pr-unset pr-revert pr-revert-layer pr-initial p-r-1 pr-[2]
    p-r-[3]"></view>

<view class="pb-auto pb-full pb-inherit pb-unset pb-revert pb-revert-layer pb-initial p-b-1 pb-[2]
    p-b-[3]"></view>

<view class="pl-auto pl-full pl-inherit pl-unset pl-revert pl-revert-layer pl-initial p-l-1 pl-[2]
    p-l-[3]"></view>

<view class="p-inline-auto p-inline-full p-inline-inherit p-inline-unset p-inline-revert
    p-inline-revert-layer p-inline-initial p-inlinea-auto p-inline-1 p-inline--2 -p-inline-3
    p-inline-[4] p-inline--full -p-inline-full"></view>

<view class="p-block-auto p-block-full p-block-inherit p-block-unset p-block-revert -p-block-full
    p-block-revert-layer p-block-initial p-blocka-auto p-block-1 p-block--2 -p-block-3 p-block--full
    p-block-[4]"></view>

<view class="p-bs-auto p-bs-full p-bs-inherit p-bs-unset p-bs-revert -p-bs-full p-bs-revert-layer
    p-bs-initial p-bsa-auto p-bs-1 p-bs--2 -p-bs-3 p-bs--full p-bs-[4]"></view>

<view class="p-be-auto p-be-full p-be-inherit p-be-unset p-be-revert -p-be-full p-be-revert-layer
    p-be-initial p-bsa-auto p-be-1 p-be--2 -p-be-3 p-be--full p-be-[4]"></view>

<view class="p-ie-auto p-ie-full p-ie-inherit p-ie-unset p-ie-revert -p-ie-full p-ie-revert-layer
    p-ie-initial p-bsa-auto p-ie-1 p-ie--2 -p-ie-3 p-ie--full p-ie-[4]"></view>

<view class="p-is-auto p-is-full p-is-inherit p-is-unset p-is-revert -p-is-full p-is-revert-layer
    p-is-initial p-bsa-auto p-is-1 p-is--2 -p-is-3 p-is--full p-is-[4]"></view>

<view class="perspective-none perspective-[1] perspect-[2] transform-perspective-[3] transform-perspect-[4]
    perspect-none perspect-inherit perspect-unset perspect-revert perspect-revert-layer perspect-initial"></view>

<view class="perspect-origin-[1] transform-perspect-origin-[2] transform-perspect-origin-l
    perspective-origin-[3] transform-perspective-origin-[5] transform-perspective-origin-center
    perspect-full perspect-top perspect-bottom perspect-left perspect-right perspect-center
    perspect-center-center perspect-top-center perspect-cr perspect-lt perspect-lc 
    perspect-center-top perspect-center-bottom perspect-center-left perspect-center-right
    perspect-top-left perspect-top-right perspect-bottom-center perspect-bottom-left
    perspect-left-center perspect-left-top perspect-left-bottom perspect-right-center perspect-right-top
    perspect-right-bottom perspect-c perspect-t perspect-r perspect-b perspect-l perspect-cc perspect-ct
    perspect-cb perspect-cl perspect-tc perspect-tl perspect-tr perspect-bc perspect-bl perspect-br
    perspect-lb perspect-rc perspect-rt perspect-rb perspect-bottom-right"></view>

<view class="flex-place-[1] flex-place-unset place-content-[2] place-content-unset place-unset place-inherit
    flex-place-content-[3] flex-place-content-unset grid-place-content-[5] grid-place-content-unset
    place-center place-start place-end place-between place-around place-evenly place-flex-start
    place-flex-end place-stretch place-normal place-baseline place-initial place-revert
    place-revert-layer"></view>

<view class="flex-place-items-[1] flex-place-items-unset place-items-[3] place-items-self-start
    place-items-center place-items-start place-items-end place-items-stretch place-items-normal
    place-items-flex-start place-items-flex-end place-items-initial place-items-self-end
    place-items-revert place-items-revert-layer place-items-unset place-items-inherit
    place-items-anchor-center place-items-baseline place-items-legacy grid-place-items-self-start"></view>

<view class="flex-place-self-[1] grid-place-self-[2] place-self-[3] grid-place-self-unset
    place-self-center place-self-start place-self-end place-self-stretch  place-self-revert-layer
    place-self-normal place-self-flex-start place-self-flex-end place-self-initial place-self-revert
    place-self-unset place-self-inherit place-self-anchor-center place-self-baseline
    place-self-self-start place-self-self-end place-self-auto"></view>

<view class="pointer-events-[1] pointer-[2] pointer-events-unset pointer-revert-layer pointer-initial
    pointer-auto pointer-none pointer-visiblepainted pointer-visiblefill pointer-visiblestroke
    pointer-visible pointer-painted pointer-fill pointer-stroke pointer-bounding-box pointer-all
    pointer-inherit pointer-unset pointer-revert"></view>

<view class="pos-[1] position-[2] relative absolute fixed sticky static pos-unset pos-fixed"></view>

<view class="position-anchor-[1] pos-anchor-[2] position-anchor-auto pos-anchor-initial
    pos-anchor-auto pos-anchor-inherit pos-anchor-unset pos-anchor-revert pos-anchor-revert-layer"></view>

<view class="position-area-[1] pos-area-[2] pos-area-r pos-area-unset pos-area-revert-layer
    pos-area-none pos-area-t pos-area-r pos-area-b pos-area-l pos-area-c pos-area-top pos-area-right
    pos-area-bottom pos-area-left pos-area-center pos-area-start pos-area-end pos-area-all
    pos-area-self-end pos-area-self-start pos-area-x-end pos-area-x-start pos-area-y-end pos-area-y-start
    pos-area-inherit pos-area-unset pos-area-revert pos-area-initial"></view>

<view class="position-try-[1] pos--try-[2] pos-try-none pos-try-revert-layer pos-try-initial
    pos-try-none pos-try-t pos-try-r pos-try-b pos-try-l pos-try-c pos-try-top pos-try-right
    pos-try-bottom pos-try-left pos-try-center pos-try-start pos-try-end pos-try-all pos-try-self-end
    pos-try-self-start pos-try-x-end pos-try-x-start pos-try-y-end pos-try-y-start pos-try-inherit
    pos-try-unset pos-try-revert"></view>

<view class="position-tf-[1] pos-tf-[2] pos-tf-none pos-tf-revert-layer pos-tf-initial pos-tf-revert
    pos-tf-none pos-tf-t pos-tf-r pos-tf-b pos-tf-l pos-tf-c pos-tf-top pos-tf-right pos-tf-bottom
    pos-tf-left pos-tf-center pos-tf-start pos-tf-end pos-tf-all pos-tf-self-end pos-tf-self-start
    pos-tf-x-end pos-tf-x-start pos-tf-y-end pos-tf-y-start pos-tf-inherit pos-tf-unset"></view>

<view class="position-to-[1] pos-to-normal pos-to-height pos-to-width pos-to-block-size pos-to-inline-size
    pos-to-inherit pos-to-unset pos-to-revert pos-to-revert-layer pos-to-initial"></view>

<view class="pos-visibility-[1] position-visibility-[2] pos-always pos-anchors-visible
    pos-no-overflow"></view>

<view class="resize-both resize-horizontal resize-vertical resize-none resize-block resize-initial
    resize-inline resize-x resize-y resize-inherit resize-unset resize-revert resize-revert-layer"></view>

<view class="pos-right-[1] position-right-[2] right-full right-auto right-inherit right-unset
right-revert right-revert-layer right-initial"></view>

<view class="rotate-x-1 rotate-y-2 rotate-z-3 rotate-none transform-rotate-[5] transform-rotate-x-6
    transform-rotate-y-7 transform-rotate-z-9 rotate-1 rotate-[11] rotate-unset"></view>

<view class="gap-row-normal gap-row-inherit gap-row-unset gap-row-revert gap-row-revert-layer
    gap-row-initial gap-row-[1] gap-row-1"></view>

<view class="scale-x-1 scale-y-2 scale-z-3 scale-none transform-scale-[5] transform-scale-x-6
    transform-scale-y-7 transform-scale-z-9 scale-1 scale-[11] scale-unset scale-1rpx"></view>

<view class="pos-top-[1] position-top-[2] top-[3] -top-5 top--6 top---auto -top-auto
    top-full top-auto top-inherit top-unset top-revert top-revert-layer top-initial"></view>

<view class="touch-auto touch-none touch-pan-x touch-pan-left touch-pan-right touch-pan-y touch-pan-up
    touch-pan-down touch-pinch-zoom touch-manipulation touch-initial touch-revert touch-revert-layer
    touch-unset touch-inherit touch-[1]"></view>

<view class="transform transform-none transform-initial transform-revert transform-revert-layer
    transform-unset transform-inherit transform-[1]"></view>

<view class="transform-box-[1] transform-box-unset transform-box-border transform-view
    transform-content transform-border transform-fill transform-stroke"></view>

<view class="transform-origin-cc --origin-1 origin--1 origin-1% transform-origin-[1] origin-[2]
    origin-full origin-top origin-bottom origin-left origin-right origin-center origin-lb origin-rc
    origin-center-center origin-top-center origin-cr origin-lt origin-lc origin-rt origin-rb origin-tc
    origin-center-top origin-center-bottom origin-center-left origin-center-right origin-bottom-right
    origin-top-left origin-top-right origin-bottom-center origin-bottom-left origin-bl origin-br origin-cl
    origin-left-center origin-left-top origin-left-bottom origin-right-center origin-right-top origin-tl
    origin-right-bottom origin-c origin-t origin-r origin-b origin-l origin-cc origin-ct origin-tr origin-bc
    origin-cb origin-initial origin-revert origin-revert-layer origin-unset origin-inherit"></view>

<view class="transform-style-[1] transform-3d transform-flat transform-style-3d transform-style-flat"></view>

<view class="transition transition-auto transition-none transition-initial transition-revert transition-[1]
    transition-revert-layer transition-unset transition-inherit"></view>

<view class="transition-behavior-[1] transition-behavior-unset transition-normal transition-discrete"></view>

<view class="transition-delay-[1] delay-[2] -delay-1 delay--2 delay-.1s delay-.01ms delay-initial
    delay-revert delay-revert-layer delay-unset delay-inherit delay-none"></view>

<view class="transition-duration-[1] duration-[2] -duration-1 duration--2 duration-.1s duration-.01ms
    duration-initial duration-revert duration-revert-layer duration-unset duration-inherit duration-none"></view>

<view class="transition-property-[1] property-[2] property-right property-bottom property-left property-top
    property-none property-all property-auto property-background-color property-color property-fill
    property-transform property-border-color property-border-width property-border-style
    property-outline-color property-filter property-backdrop-filter property-opacity property-padding
    property-margin property-width property-height property-shadow property-box-shadow property-font
    property-font-size property-initial property-revert property-revert-layer property-unset
    property-inherit"></view>

<view class="transition-tf-[1] transition-timing-[2] transition-timing-function-[3] transition-function-[3]
    transition-ease transition-ease-in transition-ease-out transition-ease-in-out transition-linear
    transition-step-start transition-step-end transition-timing-function-ease transition-timing-ease"></view>

<view class="translate-x-1 translate-inherit translate-full translate-unset translate-[2]
    translate-y-3 translate-z-5 transform-translate transform-translate-x-6 transform-translate-y-7
    transform-translate-z-8 translate-none translate-initial translate-revert translate-revert-layer"></view>

<view class="modify-read-write modify-write-only modify-read-write-plaintext-only modify-read-only
    modify-initial modify-revert modify-revert-layer modify-unset modify-inherit"></view>

<view class="select-none select-all select-text select-auto select-initial select-revert
    select-revert-layer select-unset select-inherit select-[p1]"></view>

<view class="align-[1] vertical-[2] v-baseline v-full v-sub v-super v-text-top v-text-bottom v-middle v-top
    v-bottom v-initial v-revert v-revert-layer v-unset v-inherit v-baseline-middle"></view>

<view class="whitespace-normal whitespace-[preserve nowrap] ws-normal ws-pre ws-pre-wrap ws-pre-line
    ws-wrap ws-collapse ws-initial ws-revert ws-revert-layer ws-unset ws-inherit ws-[1]"></view>

<view class="whitespace-collapse-[1] ws-collapse-preserve ws-collapse-preserve-breaks
    ws-collapse-break-spaces ws-collapse-initial ws-collapse-revert ws-collapse-revert-layer
    ws-collapse-unset ws-collapse-inherit ws-collapse-preserve-spaces"></view>

<view class="size-w-[1] w-full w-initial w-revert w-revert-layer w-unset w-inherit w-auto w-min w-max
    w-fit w-[2]"></view>

<view class="will-change-auto will-change-scroll-position will-change-contents will-change-transform
    will-change-opacity will-change-inherit will-change-unset will-change-revert will-change-revert-layer
    will-change-initial will-[1] will-auto"></view>

<view class="break-[1] break-all break-keep break-normal break-word break-auto-phrase"></view>

<view class="font-word-spacing-[1] word-spacing-normal word-spacing-inherit word-spacing-unset
    word-spacing-revert word-spacing-revert-layer word-spacing-initial  word-spacing-[2]  word-spacing-3
    font-word-spacing-1"></view>

<view class="pos-z-[2] position-z--1 z-1 z-auto z-inherit z-unset z-revert z-revert-layer z-initial"></view>

<view class="zoom-1 zoom-auto zoom-inherit zoom-unset zoom-revert zoom-revert-layer zoom-initial
    zoom-reset"></view>

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

插件不采集任何数据

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议