<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Test</title> <style> .tip { position: relative; background-color: deepskyblue; margin: 2 ...
分类:
Web程序 时间:
2020-06-03 15:34:54
阅读次数:
104
最新教程下载:http://www.armbbs.cn/forum.php?mod=viewthread&tid=93255 第4章 STM32F407工程模板建立(MDK5) 本章教程为大家介绍如何创建MDK5工程,配置方法以及经常用到的一些配置项。 4.1 初学者重要提示 4.2 第1步,创建工 ...
分类:
其他好文 时间:
2020-06-03 15:14:49
阅读次数:
72
任务五、 一个最常见的移动端页面 完成的事情 float学习 张鑫旭《CSS世界》相关章节 张鑫旭 float系列 了解CSS通配符 & 选择器性能优化/浏览器渲染原理 background学习(各属性及效果) 完成任务五 学习CSS编码规范CSS编码规范, 并按照编码规范优化代码 完成深度思考 计 ...
分类:
Web程序 时间:
2020-06-02 19:05:05
阅读次数:
69
IDEA 常用插件 Background Image Plus CodeGlance Translation Rainbow Brackets Grep Console Markdown Navigator RestfulToolkit GsonFormat Statistic 10.Mybatis ...
分类:
其他好文 时间:
2020-06-01 22:15:09
阅读次数:
407
CSS架构 一.颜色与单位颜色: 前景色与背景色:设置文本和背景颜色 <style> html,body{ background-color: blue; /* 前景色 - 就是指字体颜色(color) * 浏览器默认的字体颜色为黑色 背景色 - 就是指指定元素的背景颜色(background-co ...
分类:
Web程序 时间:
2020-06-01 11:52:35
阅读次数:
72
半透明边框 background-clip: 规定背景的绘制区域 .div { width: 200px; height: 200px; background: blue; border: 10px solid rgba(255, 170, 170, 0.3); background-clip: p ...
分类:
Web程序 时间:
2020-05-31 19:34:47
阅读次数:
74
前端学习 bootstrap 4 学习: 样式: https://v4.bootcss.com/docs/getting-started/introduction/ css : 层叠样式表: 标签 style='width:80px;height:45px;background-color=""' ...
分类:
其他好文 时间:
2020-05-31 17:46:36
阅读次数:
63
一 CSS 背景(background) 1 背景颜色(color) 语法: 默认的值是 transparent 透明的 background-image : none | url (url) background-image : url(images/demo.png); background-r ...
分类:
Web程序 时间:
2020-05-31 12:54:53
阅读次数:
76
## calc实现 css两端固定大小,中间自动大小## 样式代码 <style type="text/css"> .wrap{ height:300px; width:400px; background:#e0e0e0; } .top{ height:50px; border:solid 1px ...
分类:
Web程序 时间:
2020-05-30 14:19:49
阅读次数:
79
项目中用到做进度条,参考 <view style="background: linear-gradient(45deg,#F9C058 25%,#FA7560 0,#FA7560 50%,#F9C058 0,#F9C058 75%,#FA7560 0);width: 100%;height: 200 ...
分类:
其他好文 时间:
2020-05-30 10:55:40
阅读次数:
81