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
为什么要用精灵图? 在网页中引入图片,src的属性值是一个网址,会请求数据,需要时间 如何去减轻服务器压力,减少加载图片的时间 图片的懒加载 精灵图 CSS精灵图定义 1. CSS sprites 2. 多个小图标放在一张图片上,然后通过背景方位去展示不同的小图标 使用 background-ima ...
分类:
Web程序 时间:
2020-08-19 19:17:27
阅读次数:
85
背景图片路径找寻失败问题 1、加~ background-image: url("~@/assets/login/login-bg.png"); background-size: 100% 100%; 2、加require <div class="login_content" :style="`ba ...
分类:
Web程序 时间:
2020-08-17 17:10:57
阅读次数:
136
本教程案例在线演示有路网PC端有路网移动端免费配套视频教程免费配套视频教程教程配套源码资源教程配套源码资源制作有路网水平导航菜单category-nav.css.red-nav{height:38px;background-color:#d80000;width:100%;}.red-navul{display:flex;width:1200px;margin:0auto;}.red-navli{
分类:
移动开发 时间:
2020-08-13 22:23:09
阅读次数:
137
本教程案例在线演示有路网PC端有路网移动端免费配套视频教程免费配套视频教程教程配套源码资源教程配套源码资源制作有路网首页有路网首页布局框架制作划分区域,确定div测量各个区域的宽高使用Flexbox对网页进行布局youlu-whole.css.nav{height:30px;background-color:#f4f4f4;}.search-bar{height:134px;background-
分类:
移动开发 时间:
2020-08-13 22:22:30
阅读次数:
105
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>测试CSS页面</title> 6 <style> 7 body{ 8 background-color: #d0e4fe; 9 backg ...
分类:
Web程序 时间:
2020-08-11 09:25:50
阅读次数:
82