码迷,mamicode.com
首页 >  
搜索关键字:background modes    ( 6455个结果
background背景图片的连写方法
css background属性连写 依次的顺序为: background:color img_url repeat position / size 颜色, 地址, 平铺, 位置/size ...
分类:其他好文   时间:2020-12-18 12:25:39    阅读次数:3
媒体查询
1.根据屏幕大小改变背景颜色 <style type="text/css"> /* 媒体查询可以根据不同的屏幕尺寸改变不同的样式 */ /* 屏幕最大宽度就是800像素 */ @media screen and (max-width: 399px) { body { background: pink ...
分类:其他好文   时间:2020-12-16 12:28:25    阅读次数:3
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
6455条   上一页 1 ... 5 6 7 8 9 ... 646 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!