`

stylus init

    博客分类:
  • css
阅读更多
// 颜色定义规范
$color-theme = #ff4444
$color-primary = #20a0ff//#18c79c
$color-font = rgba(102, 102, 102, 1)

//字体定义规范
$font-size-small-s = 10px
$font-size-small = 12px
$font-size-medium = 14px
$font-size-medium-x = 16px
$font-size-large = 18px
$font-size-large-x = 22px


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input
  margin: 0
  padding: 0
  border: 0
  font-size: 100%
  font-weight: normal
  vertical-align: baseline

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section
  display: block

body
  line-height: 1

blockquote, q
  quotes: none

blockquote:before, blockquote:after,
q:before, q:after
  content: none

table
  border-collapse: collapse
  border-spacing: 0


/* custom */

a
  color: #7e8c8d
  -webkit-backface-visibility: hidden
  text-decoration: none

li
  list-style: none

body
  -webkit-text-size-adjust: none
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)

input[type=button], input[type=submit], input[type=file], button
  cursor: pointer
  -webkit-appearance: none



@media screen and (min-width: 1200px)

@media screen and (min-width: 960px) and (max-width: 1199px)

@media screen and (min-width: 768px) and (max-width: 959px)

@media only screen and (min-width: 480px) and (max-width: 767px)

@media only screen and (max-width: 479px)


/*
 * section2.1 background and border
 */
semi-transparent-border(border-width)
    box-sizing:border-box;
    border: border-width solid hsla(0, 0%, 100%, .5);
    background-clip: padding-box;


@import '~common/stylus/reset'
@import '~common/stylus/variable'
@import '~common/stylus/mixins'

img
  pointer-events:none   /*禁止对图片进行拖拽、复制等操作*/

a  
  color: #7e8c8d  
  -webkit-backface-visibility: hidden  
  text-decoration: none  
  
li  
  list-style: none  
  
body  
  -webkit-text-size-adjust: none  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)  
  
input[type=button], input[type=submit], input[type=file], button  
  cursor: pointer  
  -webkit-appearance: none  
分享到:
评论

相关推荐

    taming:驯服是使用Beast.js和Stylus进行UI原型制作的环境

    驯服是使用Beast.js和Stylus进行UI原型制作的环境。 安装 安装模块npm install -g taming 创建工作目录mkdir mydir && cd mydir 初始化taming init 开始taming start 从命令行使用 指令 $ taming init工作目录的...

    webpack+Vue中使用jquery、boostrap

    vue init webpack my-project ``` 其中 `my-project` 是你的项目名称。创建完成后,进入项目目录并安装所有依赖: ```bash cd my-project npm install ``` #### 三、安装并配置 Stylus-Loader 为了能够在 Vue 组件...

    Vue实战硅谷外卖 Vue-router

    使用命令`vue init webpack gshop`可以创建一个新的Vue项目,并通过`npm install`安装依赖,然后运行`npm run dev`启动本地开发服务器。 2. **项目结构**:Vue项目通常包含src、public、node_modules等核心目录。...

    Electron-vue脚手架改造vue项目的方法.docx

    1.首先,需要安装 Electron-vue 脚手架,并使用命令 `vue init simulatedgreg/electron-vue my-project` 初始化项目。 2.然后,将原项目的 src 目录下的文件拷贝到当前项目的 src/renderer 目录下。 3.接着,需要...

    利用vue-cli搭建webpack.doc

    解决方法是手动安装`stylus`,通过命令`npm i stylus --save --dev`。 另一个常见问题是Vue Router在组件中的应用。有时,VueRouter的引用可能会与App组件的引用产生冲突。为了解决这个问题,应确保VueRouter的导入...

    AkiyaX.github.io:我的博客基于hexo和chic

    - 为了使用 Stylus,你需要安装 stylus 和 stylus-plugin:`npm install stylus stylus-plugin --save-dev` - 修改 Hexo 的 `_config.yml` 文件,启用 Stylus:`css_processor: stylus` 4. **自定义样式**: - ...

    hexoblog:博客

    安装完成后,你可以创建一个新的Hexo项目,通过运行`hexo init`命令,这将在当前目录下生成一个基本的Hexo结构。接着,安装所需的依赖包,使用`npm install`命令。之后,你可以开始编写博客文章,文章通常保存在`...

    webpack2.0搭建前端项目的教程详解

    一、什么是webpack: webpack可以看做是模块打包机:它做的事情...npm init npm install webpack --save-dev 三、安装loader,stylus以及postCss npm install style-loader css-loader stylus-loader stylus --save-dev

    blog

    其中,Stylus文件(通常以`.styl`为扩展名)需要通过Stylus编译器转换为CSS,以便浏览器能够识别并应用样式。 总的来说,这个博客项目利用了Git子模块管理和Stylus预处理器,提供了一种高效、灵活的方式来维护和...

    hb-rog:我使用Stylus,Bootstrap和RSCSS为Harp.js站点设置样板

    入门如果您已全局安装了Harp,则可以通过运行以下命令将此仓库用作样板: harp init --boilerplate rogerhutchings/hb-rog 如果不是,请将存储库克隆到新目录中。 通过运行npm install依赖项。 通过运行npm start...

    vue-todo:学习Vue Todo(Vue + Vuex + SSR)

    npm i stylus stylus-loader npm i cross-env npm i html-webpack-plugin npm i postcss-loader autoprefixer babel-loader babel-core npm i babel-preset-env babel-plugin-transform-vue-jsx npm i babel-helper-...

    myblog:部署hexo博客

    hexo init myblog cd myblog npm install ``` 3. **配置Hexo** 编辑`_config.yml`文件,这是Hexo的核心配置文件,可以在这里设置博客的基本信息,如站点标题、副标题、作者、URL等。 4. **编写内容** 在`...

    博客

    npm init -y npm install hexo-cli --global npm install hexo --save ``` **三、配置Hexo** 在`blog-master`目录下,有一个`_config.yml`文件,这是Hexo的主要配置文件。根据个人需求修改相应设置,如站点...

    vue-webpack-pug-stylus-typescript-class-component:vuejs项目模板webpack(vue-loader)pug手写笔打字稿vue-class-component

    npm -g i @vue/clivue init webpack-simple my-app可能,但是我也升级了,因为我需要进行主要版本升级,升级时我不得不弄乱配置文件(请参阅提交注释) 我认为vue-loader已获得官方支持,因为它是由Vue官方cli制作...

    博客:Hexo博客

    hexo init npm install ``` 这会生成一个基础的Hexo项目结构,并安装所有必要的依赖。 接下来,我们来谈谈Stylus,这是一个强大的CSS预处理器,提供了变量、嵌套规则、函数等高级特性。在Hexo中,你可以利用Stylus...

    hexoBlog

    2. **初始化**:在你的工作目录下创建一个新的Hexo博客,使用`hexo init`命令,这将生成一系列基础文件和目录。 3. **配置**:修改`_config.yml`文件,这是Hexo的主要配置文件,可以设置博客的基本信息,如站点标题...

    nw-scaffold:脚手架节点 Webkit 应用程序

    这个项目是什么? 该项目用于创建 node-webkit 应用程序。 安装步骤 1. 克隆这个仓库 ...2.进入源码目录 cd [project-root]/source 3.在源目录上初始化 npm init git init 4. 开始创建您的应用程序!... stylus

    wksin-cli:基于vue的前端轻量级脚手架,轻松构建SPA项目,配置一下Json就搞定一个复杂的系统,维护性和可扩展性大大提高

    支持less,sass,stylus等,支持css预处理 环境要求 Node > 8.0 NPM > 3.0 wksin 提供了命令行工具,可以通过以下命令进行安装 $ npm install -g wksin 再通过 wksin init 并填入项目基本信息新建一个项目 $ wksin...

    paper::rainbow: 一个类纸风的主题paper:party_popper:(still updating...)

    安装 stylus 和 pug 转换工具(由于 hexo init 后默认可能没有安装下面的两个) npm install hexo-renderer-jade hexo-renderer-stylus --save 修改配置文件 # 在你的 _config.yml 文件中设置 theme: paper # 同时为了...

Global site tag (gtag.js) - Google Analytics