当前位置: 首页 > ops >正文

CSS-PureCss样式开发

CSS-PureCss样式开发

1-开发说明

  • 1-引入Pure.css
  • 2-直接拷贝代码

2-参考网址

  • purecss中文网

3-代码模板

<!DOCTYPE html>
<html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- 引入 Pure.css 样式表 --><link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure.css"><title>使用 Pure.css 的示例页面</title>
</head><body><!-- 页面标题 --><h1 class="pure-u-1">欢迎使用 Pure.css</h1><!-- 按钮 --><a href="https://www.purecss.cn/" class="pure-button pure-button-primary">pure-css中文网链接</a><a href="https://pure-css.github.io/" class="pure-button pure-button-primary">pure-css官网链接</a><!-- 段落内容 --><p class="pure-u-1">Pure.css 是一个轻量级的 CSS 框架,它提供了一系列简单而实用的 CSS 类,可用于快速构建响应式的网页布局。</p><!-- 按钮 --><a href="#" class="pure-button pure-button-primary">点击这里</a><!-- 布局 --><div class="pure-g"><div class="pure-u-1-3"><p>Thirds</p></div><div class="pure-u-1-3"><p>Thirds</p></div><div class="pure-u-1-3"><p>Thirds</p></div></div><!-- 自定义按钮 --><div><style>.button-success,.button-error,.button-warning,.button-secondary {color: white;border-radius: 4px;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}.button-success {background: rgb(28, 184, 65);/* this is a green */}.button-error {background: rgb(202, 60, 60);/* this is a maroon */}.button-warning {background: rgb(223, 117, 20);/* this is an orange */}.button-secondary {background: rgb(66, 184, 221);/* this is a light blue */}</style><button class="button-success pure-button">Success Button</button><button class="button-error pure-button">Error Button</button><button class="button-warning pure-button">Warning Button</button><button class="button-secondary pure-button">Secondary Button</button>
</div>
</body></html>
http://www.xdnf.cn/news/5499.html

相关文章:

  • 浅谈大语言模型原理
  • DHCP自动分配IP
  • 01-centos离线升级至almalinux
  • Meilisearch 安装
  • 【番外】02:Windows 编译带 DNN_CUDA 功能的 OpenCV 动态链接库
  • Node.js中那些常用的进程通信方式
  • bazel迁移cmake要点及具体迁移工程示例(apollo radar)
  • SDK does not contain ‘libarclite‘ at the path
  • 【前端】骨架屏
  • 深度解析LLM参数:Top-K、Top-p和温度如何影响输出随机性?
  • 循环语句:for、range -《Go语言实战指南》
  • 矩阵键盘模块
  • Spark(25)在shell中运行Spark程序
  • mapbox进阶,使用mapbox-plugins插件加载饼状图
  • 《AI大模型应知应会100篇》第60篇:Pinecone 与 Milvus,向量数据库在大模型应用中的作用
  • iOS safari和android chrome开启网页调试与检查器的方法
  • 我开源了一个免费在线工具!UIED Tools
  • 【Python 变量类型】
  • 【技巧】离线安装docker镜像的方法
  • MIT XV6 - 1.6 Lab: Xv6 and Unix utilities -uptime
  • AI 时代 UI 设计的未来范式
  • 设计模式之中介者模式
  • 华为行业认证是什么?如何考取华为行业认证?
  • Wpf学习片段
  • Python3(31) CGI 编程
  • 自动驾驶技术栈——DoIP通信协议
  • 鸿蒙 UIAbility组件与UI的数据同步和窗口关闭
  • 【数据结构】——队列
  • 学习threejs,使用Physijs物理引擎,加载各种几何体网格对象
  • 2025 盘古石杯初赛 wp