<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .box1{ width: 200px; height: 200px; background-color: # ...
分类:
其他好文 时间:
2020-09-17 23:48:00
阅读次数:
42
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>test</title> <style> div.items { float: left; width: 100px; height: 100px; background-colo ...
分类:
其他好文 时间:
2020-09-17 19:31:30
阅读次数:
27
QSS中 QLabel { background-color: rgba(255, 255, 224, 50%); border: 2px solid black; } 0%表示全透明,100%表示不透明 ...
分类:
其他好文 时间:
2020-09-17 17:29:08
阅读次数:
20
@media print { .iconClass { background: black !important; -webkit-print-color-adjust: exact; } } ...
分类:
其他好文 时间:
2020-09-17 15:34:51
阅读次数:
50
一、安装docker 1、Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docker 。 通过 uname -r 命令查看你当前的内核版本 $ uname -r 2、使用 root 权限登录 Centos。确保 yum 包 ...
分类:
其他好文 时间:
2020-09-15 20:50:37
阅读次数:
34
1.安装插件:Background(ClaudiaIDE)Color Theme Editor for Visual Studio 2019路径:【工具】->【扩展和更新】->【联机】 2.设置:【工具】->【选项】->【ClaudiaIDE】然后可以设置图片背景。记得把Expand to IED该 ...
分类:
其他好文 时间:
2020-09-12 21:25:07
阅读次数:
99
场景参数设置 部分内容展示: 场景相关内容, 下文将一一解释 构造器Scene(), 属性: fog overrideMaterial autoUpdate background 方法 toJSON dispose 1. 构造器 构造一个场景, let scene = new THREE.Scene ...
分类:
Web程序 时间:
2020-09-11 14:20:09
阅读次数:
37
1.旋转的花瓣 设页面中有<div class=” petal”></div>,若定义.shape的样式规则为: .petal { width:100px; height:100px; background-color:#f00; border-radius:0 100% 0 100%; } 可在页 ...
分类:
Web程序 时间:
2020-09-09 19:18:58
阅读次数:
72
生成图标需要有四个步骤1生成图片容器2设置比例尺3生成数据图表4生成坐标系在展示图表时一般要有个容器,我们可以使用.container类,同时制定宽高。如下:<divid="container"></div>可以加个样式<style>#container{width:600px;height:400px;background:#ccc;}&l
分类:
其他好文 时间:
2020-09-07 18:55:07
阅读次数:
40
知识点一:渐变 线性渐变 background: linear-gradient(red,blue); background: linear-gradient(red 10%,blue 90%); background: linear-gradient(to right, red 10%,blue ...
分类:
Web程序 时间:
2020-08-26 18:31:25
阅读次数:
62