码迷,mamicode.com
首页 >  
搜索关键字:styles    ( 1371个结果
React Swiper轮播图
需求 实现React轮播图 使用库 swiper官网 https://swiperjs.com/react 实现方法 /** 组件:图片轮播*/ import React, { Component } from "react"; import SwiperCore, { Navigation, Pa ...
分类:其他好文   时间:2021-03-29 11:45:53    阅读次数:0
Haproxy使用
Haproxy的使用 1.安装haproxy yum install -y haproxy 2.配置haproxy vim /etc/haproxy/haproxy.cfg global maxconn 100000 chroot /var/lib/haproxy uid 99 gid 99 dae ...
分类:其他好文   时间:2021-03-09 13:56:04    阅读次数:0
Vue中同时使用过渡和动画
初始渲染的过渡 在上一篇animate.css代码的基础上,运行时可以发现当页面第一次渲染元素时,并没有出场动画。我们可以通过 appear attribute 设置节点在初始渲染的过渡,同样也需要自定义类名: <div id="root"> <transition name="fade" appe ...
分类:其他好文   时间:2021-02-09 11:44:36    阅读次数:0
absolute 水平垂直居中
1、例如(登录/注册): header 引入 bootstrap : <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src ...
分类:其他好文   时间:2021-02-03 10:41:48    阅读次数:0
24.1-伪元素的运用
一、字体图标: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>D ...
分类:其他好文   时间:2021-01-30 11:54:26    阅读次数:0
前端开发规范
一、命名规范 1.项目命名:小写方式,以中划线分隔。 mall-management-system 2.目录命名:小写方式,以中划线分隔,有复数结构时,要采用复数命名法,缩写不用复数。 正例: scripts / styles / components / images / utils / layo ...
分类:其他好文   时间:2021-01-25 11:01:05    阅读次数:0
构建前端第3篇之---使用scss
主要解决俩个问题: 在单个vue文件中 <style rel="stylesheet/scss" lang="scss"> 不能解析 如何在全局引入scss 问题1,不能解析的问题 如果是新建的vue工程在 <style rel="stylesheet/scss" lang="scss"> </st ...
分类:Web程序   时间:2021-01-20 12:18:37    阅读次数:0
FFmpeg视频切片.m3u8文件的流程与播放
一、安装配置ffmpeg 1、下载ffmpeg http://www.ffmpeg.org/download.html 下载后解压即可 1、环境配置 找到解压路径下的bin目录 2、找到系统变量Path 3、新建,将上面ffmpeg的bin文件夹路径添加进去即可 4、Cmd 执行ffmpeg命令,出 ...
分类:其他好文   时间:2021-01-20 11:48:32    阅读次数:0
原生JS消息提示插件Message.js
插件描述:一款优雅的页面消息提示插件,兼容性良好,无任何依赖。 Qmsg 消息提示插件 使用 兼容IE>=9。 HTML <link rel="stylesheet" href="./css/message.css"> <!-- your html --> <script src="./js/mes ...
分类:Web程序   时间:2021-01-08 11:40:56    阅读次数:0
看看 Delphi XE2 为 VCL 提供的 14 种样式
其实只提供了 13 个 vsf 样式文件, 还有默认的 Windows 样式, 共 14 种.在空白窗体上添加 ListBox1 等控件, 测试代码: uses IOUtils, Vcl.Styles, vcl.Themes; procedure TForm1.FormCreate(Sender: ...
分类:Windows程序   时间:2020-12-15 12:35:34    阅读次数:4
1371条   上一页 1 2 3 4 ... 138 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!