码迷,mamicode.com
首页 >  
搜索关键字:background modes    ( 6455个结果
纯CSS实现可自定义间距虚线边框
原文地址:https://blog.csdn.net/HRM2454/article/details/106093882 通过background-image的linear-gradient和position:absolute实现。 ...
分类:Web程序   时间:2020-10-16 10:50:18    阅读次数:44
HTML+css图片轮播
<div class="pst"> <div class="pin"> <div style="background-image:url(https://mat1.gtimg.com/pingjs/ext2020/qqindex2018/dist/img/qq_logo_2x.png)"><p>11 ...
分类:Web程序   时间:2020-10-10 17:13:29    阅读次数:34
前端scss文件中,不同的单位 进行 运算, 以及 elementUI中 隐藏组件 el-scrollbar的使用
.el-main { overflow: hidden; height: calc(100vh - 80px); background-color: #f6f9fc !important; } // 上面图片说错了, el-scrollbar 设置的高度 是 100%, 但是装 el-scrollb ...
分类:Web程序   时间:2020-10-05 22:25:50    阅读次数:41
使用Xcode 制作自定义storyboard启动界面,供uniAPP使用。
1新建项目 想要全屏显示并适应所有尺寸的iPad和iphone 需要用750*1624 2X 和 1125 * 2436 3X大小的图片 这里做完就可以导出文件了 把文件和图片放到一起 见下图 命名规范 dc_launchscreen_background@2x dc_launchscreen_ba ...
分类:移动开发   时间:2020-09-24 22:00:01    阅读次数:163
00028-layui 表单有子列表,如何动态新增和保存(表格table行编辑)?
html:<divclass="layui-col-md12"><divclass="layui-card"><divclass="layui-card-header"style="background-color:#e6e6e6">资料清单</div><divclass="layui-card-body"style="height:200px
分类:其他好文   时间:2020-09-18 02:31:49    阅读次数:41
页面中如何实现背景图100%铺满全屏
.box{ width:100%; background: url(../img/bg.png) no-repeat; background-size: 100% 100%; position: absolute; z-index: -1; top: 0; left: 0; right: 0; } ...
分类:其他好文   时间:2020-09-18 01:18:19    阅读次数:31
轮廓和阴影
<!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
Qt设置控件透明度
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
6455条   上一页 1 ... 8 9 10 11 12 ... 646 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!