码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
Element Pagination分页组件 二次封装
新建 Pagination <template> <div :class="{'hidden':hidden}" class="pagination-container"> <el-pagination :background="background" :current-page.sync="cur ...
分类:其他好文   时间:2020-12-15 12:05:58    阅读次数:2
css3选择器归类整理---基本选择器和属性选择器
css3选择器分类 CSS3选择器分类如下图所示 选择器的语法 1.基本选择器 类型 代码 功能描述 通配选择器 *{ margin: 0; padding: 0; border: none; } 选择文档中所有HTML元素 元素选择器 body { background: #eee; } 选择指定 ...
分类:Web程序   时间:2020-12-15 11:59:22    阅读次数:3
CSS延迟hover显示时间
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <style> div{ transition: 0s background-color; } div:hover{ b ...
分类:Web程序   时间:2020-12-14 13:01:14    阅读次数:6
原创题目 白银之春 Problem and Solution
白银之春 Solution 比赛用题面、题解、标程和数据生成器都挂在 git@github.com:sun123zxy/spring.git 上。 Problem 白银之春 (spring.cpp/.in/.out) (2s,512MB) Background 妖梦正在收集春度! Descripti ...
分类:其他好文   时间:2020-12-10 11:22:12    阅读次数:5
实现ctrlF5搜索功能
<html> <head> <style type="text/css"> .res { color: Red; } .result{ background: yellow; } </style> <script src="https://apps.bdimg.com/libs/jquery/2.1 ...
分类:其他好文   时间:2020-12-08 12:17:40    阅读次数:4
css3缩放 transform: scale() 使用缩放之后顶点对齐问题
注意点:想要将缩放之后的div对齐顶点,那么需要将css属性设置为:transform-origin: 0 0 <div style="width: 900px; height: 900px; background: gray; overflow: auto;"> <div style="width ...
分类:Web程序   时间:2020-12-07 11:57:04    阅读次数:8
1130
<style type="texts">.*{ margin:0; padding:0; }.father{ position:relative; width:600px; height:400px; background:#F96; margin:50px auto; } .box1,.box2, ...
分类:其他好文   时间:2020-12-05 11:10:03    阅读次数:6
2020.11.30web前端第十三课
相对定位与绝对定位的练习 .father{ width:600px; height:400px; background:#F63; margin:50px auto; position:relative; } .box1,.box2,.box3,.box4{ width:80px; height:6 ...
分类:Web程序   时间:2020-12-04 11:47:25    阅读次数:23
idea 添加目录 右键打开项目
background: 在项目目录内, 右键空白地方右键菜单 command: "C:\Program Files\JetBrains\IntelliJ IDEA 2020.1.1\bin\idea64.exe" "%V" shell: 右键点击项目目录 右键菜单 command: "C:\Prog ...
分类:其他好文   时间:2020-12-04 11:26:37    阅读次数:6
Windows右键打开
一、桌面右键方式 1、Win+R 输入 regedit 进入注册表 2、找到HKEY_CLASSES_ROOT-Directory-Background-shell新建 Typro 3、默认值改为 Open Typora 4、新建 字符串值 ,名称为 Icon 值为应用执行文件所在位置 5、在Typ ...
分类:Windows程序   时间:2020-12-04 11:03:44    阅读次数:17
6339条   上一页 1 ... 5 6 7 8 9 ... 634 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!