2018年8月28日

摘要: 关键帧——@keyframes 类似于flash 定义动画在每个阶段的样式,即帧动画 关键帧的时间单位 数字:0%、25%、100%等(设置某个时间段内的任意时间点的样式) 字符:from(0%)、to(100%) 格式 @keyframes 动画名称 { 动画状态 } 阅读全文
posted @ 2018-08-28 18:25 xieting123 阅读(493) 评论(0) 推荐(0)
 
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>珠峰培训</title> <style> *{ margin: 0; padding: 0; list-style: none; } #div1{ width: 6 阅读全文
posted @ 2018-08-28 16:53 xieting123 阅读(133) 评论(0) 推荐(0)
 
摘要: /*! * Less - Leaner CSS v3.0.1 * http://lesscss.org * * Copyright (c) 2009-2018, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 L 阅读全文
posted @ 2018-08-28 16:52 xieting123 阅读(789) 评论(0) 推荐(0)