码迷,mamicode.com
首页 >  
搜索关键字:relative    ( 3126个结果
oracle11g DMP文件导入记录
登录数据库创建单独的数据表空间和临时表空间,操作如下: [oracle@rt1 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed Aug 26 03:55:24 2020 Copyright (c) 1982 ...
分类:数据库   时间:2020-08-29 15:30:18    阅读次数:62
uniapp之 页面滑动 组件
思路:滑动页面的时候监听手势,判断是左滑还是右滑,组件里面接收 list 和 index 然后左滑 index+1 右滑动 index-1,注意判断数组边界 1.在项目根目录下创建 component文件夹 新建vue文件 swiperAction.vue 如下 接收一个 list 和一个 inde ...
分类:移动开发   时间:2020-08-25 16:02:29    阅读次数:166
页面布局
1、padding-bottom实现等比例缩放 原理:1、父元素设置定位为相对定位(position: relative)2、子元素设置定位为绝对定位(position: absolute)3、父元素padding-bottom值为百分比时以父元素为参考,正方形时同父元素一样的百分比。4、子元素的绝 ...
分类:其他好文   时间:2020-07-31 18:01:58    阅读次数:89
Gluttonous Snake.css
/*最外层的盒子*/.container{ width: 640px; height: 640px; /*盒子居中*/ margin: 100px auto; /*相对定位*/ position: relative;}/*两个按钮*/.btn{ width: 100%; height: 100%; ...
分类:Web程序   时间:2020-07-29 21:40:58    阅读次数:78
span标签模拟柱状图
应用技术:jQuery、tooltip、align-items 代码: 1、样式设置 <style> .year-outer-bar { position: relative; display: flex; align-items: flex-end; 侧轴终点对齐弹性盒的各项元素,必须与flex搭 ...
分类:其他好文   时间:2020-07-29 21:23:02    阅读次数:75
Leetcode.283 | Move Zeroes(Python)
Leetcode.283 Move Zeroes Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero e ...
分类:编程语言   时间:2020-07-28 14:38:35    阅读次数:91
css属性 z-index使用
.nav { position: relative; z-index:1;}z-index : auto | numberauto:默认值。number:无单位的整数值,可为负数。z-index 值较大的元素将叠加在z-index值较小的元素之上。对于未指定此属性的定位对象,z-index 值为正数 ...
分类:Web程序   时间:2020-07-25 11:41:13    阅读次数:134
283. Move Zeroes
package LeetCode_283 /** * 283. Move Zeroes * https://leetcode.com/problems/move-zeroes/description/ * * Given an array nums, write a function to move ...
分类:其他好文   时间:2020-07-25 09:55:29    阅读次数:69
CSS 27 贴在下方
步骤 1 : 一个div始终贴在下方 首先把蓝色div设置为相对定位然后把内部的绿色div设置为绝对定位, bottom: 0表示贴在下面 <style> #div1 { position: relative; height: 300px; width: 90%; background-color: ...
分类:Web程序   时间:2020-07-15 23:43:28    阅读次数:92
《Java9模块化开发核心原则与实践》——第四五章
这块晕了,没懂。。。 ...
分类:编程语言   时间:2020-07-13 16:53:43    阅读次数:61
3126条   上一页 1 ... 5 6 7 8 9 ... 313 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!