1 Star 0 Fork 0

NativeBase/front-base-style

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

💒saduocss原子类css仓库

🌈特点介绍

  • 轻量
  • 实用
  • 小巧 因为轻,所以值得拥有,很好的一个原子类css样式库。

⛱️软件架构

  • 重置和基本样式
@import './reset.css';
@import './base.css';
  • 响应式
@import './screen.css';
  • 位置
@import './row.css';
@import './col.css';
@import './position.css';
  • 间距
@import './margin.css';
@import './padding.css';
@import './top.css';
  • 高度&高度
@import './width.css';
@import './height.css';
@import './line-height.css';
  • 列表&文本
@import './list.css';
@import './text.css';
@import './font.css';
  • 阴影
@import './shadow.css';
  • 透明度
@import './opacity.css';
  • 滤镜
@import './filters.css';
  • 颜色
@import './color.css';

🚧响应式断点

断点设置,768px,1024px,1280px,1536px,1920px。

  • 手机
@media (max-width: 768px){}
  • phone to ipad

@media (min-width: 768px){}

  • ipad
@media (min-width:1024px){

}
  • pc笔记本 old
@media (min-width:1280px) {}
  • pc笔记本 new 1920px
@media (min-width:1536px) {}
  • 超大屏 4k
@media (min-width:1920px) {}

**注意:正常情况下,只区分wap和pc,只需写一份断点1024即可,如下: **


//兼容移动端
@media (max-width:1024px){

}

使用说明

安装方式一

1.安装依赖包


npm i saduocss --save

2.引入样式

import "saduocss/src/all.css";

cdn引入

<link rel="stylesheet" href="https://unpkg.com/saduocss@1.2.0/dist/assets/css/index.css">
或者
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/saduocss@1.2.0/dist/assets/css/index.css">
MIT License Copyright (c) 2024 NativeBase 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.

简介

常用样式库 展开 收起
TypeScript 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/NativeBase/front-base-style.git
git@gitee.com:NativeBase/front-base-style.git
NativeBase
front-base-style
front-base-style
master

搜索帮助