width:200px; height:150px; background: radial-gradient(circle at bottom right, transparent 15px, aqua 0) bottom right, radial-gradient(circle at botto ...
分类:
其他好文 时间:
2020-10-19 23:08:52
阅读次数:
39
一、两列布局 1.1 左列定宽,右列自适应 效果: (1)利用float+margin实现 html代码: <body> <div id="left">左列定宽</div> <div id="right">右列自适应</div> </body> css代码: #left { background-c ...
分类:
其他好文 时间:
2020-10-18 16:21:55
阅读次数:
21
<template> <view :style="{width: windowWidth + 'px', height: windowHeight + 'px', 'background-color': '#000'}"> <view class="goback" @click="goback" : ...
分类:
移动开发 时间:
2020-10-18 10:01:49
阅读次数:
22
原文地址: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
1. 题目描述: 给定一个字符串,请你找出其中不含有重复字符的 最长子串 的长度。 示例 1: 输入: "abcabcbb" 输出: 3 解释: 因为无重复字符的最长子串是 "abc",所以其长度为 3。 示例 2: 输入: "bbbbb" 输出: 1 解释: 因为无重复字符的最长子串是 "b",所 ...
分类:
其他好文 时间:
2020-10-07 21:15:48
阅读次数:
28
.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