原文地址:https://blog.csdn.net/HRM2454/article/details/106093882 通过background-image的linear-gradient和position:absolute实现。 ...
分类:
Web程序 时间:
2020-10-16 10:50:18
阅读次数:
44
<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
.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
1新建项目 想要全屏显示并适应所有尺寸的iPad和iphone 需要用750*1624 2X 和 1125 * 2436 3X大小的图片 这里做完就可以导出文件了 把文件和图片放到一起 见下图 命名规范 dc_launchscreen_background@2x dc_launchscreen_ba ...
分类:
移动开发 时间:
2020-09-24 22:00:01
阅读次数:
163
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
.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
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