1 Star 0 Fork 0

mog1347 / acorn-css

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

设计原则

颜色

  • 受Triadic Color Scheme的启发,在传统CSS Framework双元色(primary,secondary)的基础上,添加第三种元色,形成(primary secondary tertiary)的配色体系,三者分别是web的第一色调(主色调),第二色调,第三色调(辅助色调)。web页面中不应该出现多于3种以上的

  • (gray)灰度色调可以自定义,灰度色调是当前web设计中不可缺乏的颜色组成部分。

样式的维度

  1. ==DarkMode or LightMode==,深色主题和浅色主题的用色配方是不一样的;
  2. Response or Non-response,是否自适应的方案也是不一样的;

注:目前自适应的方案有两种方法,一种采用rem单位,通过@media query改变rem的值来全局影响;另一种采用vw,vh单位,直接根据浏览器的尺寸来进行全局影响,这两者可以结合使用,甚至可以calc(25vw - 16rem)。这样的处理方式会非常灵活。

Copyright (c) 2020 Acorn-CSS Designer&Developer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

最基础的css样式,没有组件,可以配合其他前端组件库进行快速UI开发 展开 收起
HTML
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML
1
https://gitee.com/mog1347/acorn-css.git
git@gitee.com:mog1347/acorn-css.git
mog1347
acorn-css
acorn-css
master

搜索帮助