码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
QCustomplot
设置背景透明,一定要同时有这两句代码,单独一句不起作用 ui->customplot->setBackground(Qt::transparent); ui->customplot->setStyleSheet("background: transparent;"); ...
分类:其他好文   时间:2020-06-26 14:40:53    阅读次数:78
Slice 主题
页面定制 CSS 代码 html{overflow: overlay;scroll-behavior: smooth;}body{background:#fff;min-height:100%;height:100%;color:#314659!important;font-family:Lato, ...
分类:其他好文   时间:2020-06-25 18:01:05    阅读次数:60
Creative Project: Sunlight Chat v. Sunny light Online
Creative Group Project -- Part III Sunlight Chat v. Sunny light Online Table of Contents 1. Background / Scenario 2. Legal Basis for Trial 3. Legal El ...
分类:其他好文   时间:2020-06-24 23:21:23    阅读次数:135
react 简单轮播图实现
ul{ padding: 0; margin: 0; } .swipper { width: 50%; background-color: #99a9bf; position: relative; overflow: hidden; .swipper-item { top:0; left: 0; p ...
分类:其他好文   时间:2020-06-24 22:01:21    阅读次数:221
html中dom居中的5种方式
公共样式 .wrapper{ width: 300px; height: 300px; background-color: chartreuse; margin-right: 30px; display: inline-block; } .content{ width: 100px; height: ...
分类:Web程序   时间:2020-06-23 01:26:22    阅读次数:87
解决0.5像素问题
利用css3里transform:scale 缩放属性控制 .box{ width: 100px; height: 1px; background: red; transform: scale(1,0.5); //scale(x轴缩放,y轴缩放) } 利用css画三角形 div{ height:0; ...
分类:其他好文   时间:2020-06-22 17:19:20    阅读次数:90
HTML5如何垂直居中一个浮动元素
html如何垂直居中一个浮动元素//方法一:已知元素的高宽#div1{background-color:#6699FF;width:200px;height:200px;position:absolute;//父元素需要相对定位top:50%;left:50%;margin-top:-100px;/ ...
分类:Web程序   时间:2020-06-22 11:14:43    阅读次数:82
Windows Terminal 配置
注册表添加右键菜单: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Terminal Here] [HKEY_CLASSES_ROOT\Directory\Background\s ...
分类:Windows程序   时间:2020-06-20 14:03:55    阅读次数:160
前端-CSS
CSS总结 CSS(Cascadig style sheet):层叠样式表 选择器{属性1:值1;属性2:值2;……} CSS代码的引入方式 1.直接写在head标签里面 <head> <style> .c1{background-color:red;text-align:center;} </st ...
分类:Web程序   时间:2020-06-20 00:53:33    阅读次数:60
跨域2
什么是跨域? 跨域是指一个域下的文档或脚本试图去请求另一个域下的资源,这里跨域是广义的。 广义的跨域: 1.) 资源跳转: A链接、重定向、表单提交 2.) 资源嵌入: <link>、<script>、<img>、<frame>等dom标签,还有样式中background:url()、@font-f ...
分类:其他好文   时间:2020-06-19 17:53:14    阅读次数:38
6339条   上一页 1 ... 18 19 20 21 22 ... 634 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!