E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
BACKGROUND
web前端javascript笔记——(13)事件(2)
一、拖拽#box1{width:300px;height:300px;
background
-color:yellowgreen;position:absolute;}#box2{width:300px;
Komorebi_9999
·
2024-01-24 05:39
前端
javascript
笔记
web前端javascript笔记——(12)样式
一、通过style操作内联样式#box1{width:200px;height:200px;
background
-color:red;}/*通过style属性读取和设置的都是内联样式通过JS修改元素的样式语法
Komorebi_9999
·
2024-01-24 05:09
前端
javascript
笔记
设置NSViewController背景色
background
Color=#colorLiteral(red:0.4392156899,green:0.01176470611,blue:0.1921568662,alpha:1)
久百一
·
2024-01-24 05:36
写给不耐烦程序员的 JavaScript 指南(一)
第一部分:背景原文:exploringjs.com/impatient-js/pt_
background
.html译者:飞龙协议:CCBY-NC-SA4.0下一步:1在购买书之前一、在购买本书之前原文:
绝不原创的飞龙
·
2024-01-24 03:50
javascript
⑬微信小程序--》tabBar底部栏
注意:tabBar中只能配置最少2个、最多5个tab页签当渲染顶部的tabBar时,不显示icon,只显示文本tabBar的6个组成部分①
background
Color:tabBa
李友午还当程序员
·
2024-01-24 01:10
黑马小程序基础教程
微信小程序
小程序
html火焰文字特效
style.css:html,body{margin:0px;width:100%;height:100%;overflow:hidden;
background
-color:#000000;font-family
yuwenduo123
·
2024-01-24 01:55
html
前端
javascript
css
web前端项目-超级玛丽【附源码】
运行效果:方向键控制马里奥的左右移动、跳跃、奔跑;CTRL键发射子弹HTML源码-mario.html:FullScreenMarioCSS源码-mario.css:html{
background
:
温轻舟
·
2024-01-24 00:30
web前端项目-源码自取
前端
html
css
javascript
使用css 实现一个梯形效果(可以设置渐变圆角效果)
代码如下(示例):.trapezoid{width:200px;height:100px;
background
-color:#555;transform:perspective(.5em)rotateX
stpzhf
·
2024-01-23 22:57
css
css3
前端
歌词文字滚动效果
index.htmlDocumentcss/index.css*{margin:0;padding:0;}body{
background
:#000;color:#666;text-align:center
niech_cn
·
2024-01-23 22:12
js
javascript
css实现梯形tab切换
.nav{display:flex;width:300px;padding:0;align-items:flex-end;
background
-color:transparent}*{box-sizing
niech_cn
·
2024-01-23 22:41
css
css
javascript
前端
【css技巧】css实现边框渐变
以下是一些常用的方法:方法1:使用伪元素和
background
-image你可以为元素添加伪元素(如::before或::after),并在伪元素上
海鲸AI
·
2024-01-23 20:54
css
前端
CSS 显示与隐藏
displaydisplay:none;隐藏,不保留物理空间display:block;显示Titlediv{width:200px;height:200px;
background
-color:pink
roy_pub
·
2024-01-23 20:33
CSS 3D旋转正方形
body{
background
-color:#212121;/*设置页面背景颜色为#212121*/}.loading{width:100px;/*设置宽度为100px*/height:100px;/*
特创数字科技
·
2024-01-23 19:18
CSS动画
css
前端
HTML
1:
background
―color背景颜色2:margin:外边距3:padding:内边距4:text―decoration:none5:list―type:消除列表样式6:color:颜色7:border
Unlash
·
2024-01-23 19:01
Vue中利用canvas添加炫动背景
图像,并设置为背景mounted(){//绘制canvas图像this.getCanvas();//设置canvas图像为背景document.getElementById('main').style.
background
Image
同一片云彩
·
2024-01-23 17:15
Vue
2021-11-04
PresidentUrgesMandatoryVaccinationforRiskGroupsReadingTime:4minreadphotoTheepidemiologicalsituationinGeorgiaremainsconcerning.Againstthe
background
ofaverylowvaccinationrate
微笑的旗子萝卜
·
2024-01-23 15:30
echarts绘制饼图,部分数据隐藏指示线和文本,hover时隐藏指示线和文本的类别也不显示tooltip提示
option={tooltip:{trigger:'item',formatter:(p)=>{if(p.name){return`${p.name}:${p.value}个`;}},
background
Color
每一天,每一步
·
2024-01-23 15:30
ECharts
前端
echarts
echarts 排序柱状图使用datazoom设置纵轴显示滚动条
letoption={……xAxis:{type:"value",……},yAxis:{type:"category",……},dataZoom:[{type:"slider",show:true,//显示组件
background
Color
每一天,每一步
·
2024-01-23 15:30
ECharts
echarts
前端
javascript
android 解决 adb命令启动service报app is in
background
uid null
启动service有两种命令:1.adbshellamstartservice-n包名/类名2.adbshellamstartservice-aservice_action但是偶尔会报错:appisin
background
uidnull
Alex老夫子
·
2024-01-23 14:04
Android
adb
service
vue中设置内联样式style 动态绑定背景图
background
image不生效问题,以及动态绑定img的src,图片无法显示问题(src=“[object Module]“)
(以下情况是通过style设置内联样式以及动态绑定img的src时发生的问题,.在外部css文件和style标签里面定义的样式不会出现以下问题)我们可能会通过以下这种方式来设置元素的背景(注意元素需设置宽高,或者元素里有内容支撑)使用vue-cli创建项目后,使用以下三种方式设置背景样式时,第一种方式无法生效,后面两种方式OK使用第一种方式时,无论这里用@/assets/logo.png,~@/a
小玲子小玲子
·
2024-01-23 14:11
backgroundimage
vue
css
CSS 蜡烛效果
body{
background
-color:#212121;/*设置背景颜色为深灰色*/}.holder{margin:12remauto0;/*设置上边距为12rem,左右居中对齐*/width:150px
特创数字科技
·
2024-01-23 14:28
CSS动画
css
前端
解决win10系统,pdf无法预览的问题
background
:只有pdf预览不可用,office预览正常。网上搜索了好多方法(基本一致说法就是注册表的问题),但我尝试了多次修改无果。最后通过以下简单方法解决了:仅需点击“修复安装”即可。
wyt14
·
2024-01-23 13:14
windows
CSS的浮动(float)布局效果
浮动(float)布局效果*{margin:0;padding:0;box-sizing:border-box;}/*.box1{width:300px;height:300px;
background
-color
小小程序员.¥
·
2024-01-23 12:46
Html与Css
css
前端
html
CSS之边框样式
solid边框为单实线dashed边框为虚线dotted边框为点线double边框为双实线代码演示:div{float:left;width:200px;height:200px;margin:020px;
background
-color
远近高低各不同
·
2024-01-23 11:44
css
前端
CSS 实现文字渐变色 实现文字倾斜
background
属性设置渐变色代码two{
background
-image:linear-gradient(#dbfaf2,#44c9be);color:transparent;-webkit-
background
-clip
大可-
·
2024-01-23 11:43
css
前端
javascript
Chrome扩展之通信
background
权限最高,几乎可调用所有Chrome扩展API(除了devTools),且可以无限制跨域。生命周期最长,跟随浏览器开关。
程序员-小许
·
2024-01-23 09:47
chrome
php
前端
小熊奔跑DEMO示例
一、效果图二、素材准备小熊三、代码小熊奔跑body{margin:0px;padding:0px;
background
-color:#cccccc;}div{position:absolute;top:
周星星的学习笔记
·
2024-01-23 09:17
centos7安装Redis7.2.4
Withoutit,a
background
saveorreplicationmay
仰晨556
·
2024-01-23 07:55
数据库
redis
WEB前端伪类选择器以及伪元素选择器
表单补充-->西安咸阳宝鸡渭南提交属性选择器[class="first_div"]{width:100px;height:100px;
background
-color:aqua;}/*以什么字符开头*/
桔梗.py
·
2024-01-23 07:56
前端
自定义tarber
index3"],//2"tabBar":{"custom":true,"color":"#7A7E83","selectedColor":"#3cc51f","borderStyle":"black","
background
Color
小尘_3f79
·
2024-01-23 06:47
事件流、事件冒泡、事件捕获、鼠标经过事件、 mouseover和mouseenter的区别、事件委托、阻止默认行为(阻止冒泡)、页面加载、滚动、尺寸
事件流分为捕获阶段和冒泡阶段Document.father{width:500px;height:500px;
background
-color:pink;}.son{width:200px;height
初闻女人香
·
2024-01-23 06:44
javascript
前端
css
窗口尺寸事件resize、日期对象的使用Date、时间戳、下班倒计时案例
日期对象方法时间戳下班倒计时案例Document.countdown{width:240px;height:305px;text-align:center;line-height:1;color:#fff;
background
-color
初闻女人香
·
2024-01-23 06:44
前端
javascript
css
WEB前端IDE的使用以及CSS的应用
男女跨性别邮箱:上传CSS部分css层叠样式表(cascadingstylesheet)外链样式的好处首先提高代码的复用性他可以降低代码的耦合性div{width:100px;height:200px;
background
-color
桔梗.py
·
2024-01-23 06:18
前端
ide
css
webIDE表单标签以及包含选择器的使用
男女跨性别邮箱:上传CSS部分css层叠样式表(cascadingstylesheet)外链样式的好处首先提高代码的复用性他可以降低代码的耦合性div{width:100px;height:200px;
background
-color
桔梗.py
·
2024-01-23 06:17
css
css3
前端
HTML+CSS:3D轮播卡片
Codebody{height:100vh;display:flex;justify-content:center;align-items:center;
background
-color:#e8e8e8
若冰说
·
2024-01-23 05:55
若冰说CSS
css
css
前端
若冰说CSS
顶部悬浮效果
width:100%;height:0;border-bottom:none;overflow:hidden;transition:height1s;position:fixed;top:0;left:0;
background
-color
升龙无涯
·
2024-01-23 03:01
微信小程序-02
{height:150px;}.item{height:100%;line-height:150px;text-align:center;}swiper-item:nth-child(1).item{
background
-color
菜♕卷
·
2024-01-23 02:10
微信小程序
微信小程序
小程序
2018-11-01
照片墙画廊.gifhtml代码照片墙开始css代码*{padding:0;margin:0;
background
:#eee;}head{display:block;height:50px;width:70px
一曲一人听
·
2024-01-23 01:27
vue3自定义指令
import{createApp}from'vue';constapp=createApp({});app.directive('highlight',{mounted(el){el.style.
background
Color
我爱学习yq
·
2024-01-22 23:19
vue.js
javascript
前端
背景定位和背景固定
background
-positionbody{
background
-image:url('bgimage.gif');
background
-repeat:no-repeat;
background
-attachment
优秀的人A
·
2024-01-22 22:48
常见技术问题及答案(一)
一、用CSS实现右边宽度固定,左边自适应.box{display:flex;}.left{width:calc(100%-200px);height:300px;
background
:blue;}.right
Z_the
·
2024-01-22 20:44
vue 一键换肤
如果需要透明度,注意的是要给所有的组件背景色初始值透明度
background
:rgba(255,255,255,0.05),这个设置一般是在全局的css样
小刘先生很努力
·
2024-01-22 18:08
vue.js
前端
javascript
一键换肤
前端:布局(用于div中有多行元素,一行只显示四个,最左或最右要紧贴父div,最顶层和最底层也要紧贴父div)
;justify-content:space-between;gap:10px;border:1pxsolidred;}.box{flex:10calc(25%-10px);height:100px;
background
-color
雯0609~
·
2024-01-22 17:58
前端
前端
css
css3
清除浮动
*{margin:0;padding:0;}.box1{
background
-color:red;/*这里*/height:50px;}.box2{
background
-color:lightblue;
佩佩216
·
2024-01-22 16:13
编程笔记 html5&css&js 051 CSS表格2-2
以下是一个简单的例子:/*选择第一列(索引从0开始)*/tabletrtd:first-child{
background
-color:#ffcc99;/*设置背景色*/font-weigh
明月看潮生
·
2024-01-22 14:20
#
html5
css3
javascript
少年工程师
青少年编程
讲解:COMP 206、C/C++、c++、Web InterfacingR|R
#7COMP206VybihalSchoolofComputerSciencePage1of7CGIandBasicWebInterfacingDue:December3,2019onmyCoursesat23:55LabJwillprovidesome
background
helpforthisminiassignment.Week10
bitanqi
·
2024-01-22 12:19
threejs demo
记录:three.jscss2d-labelbody{
background
-color:#fff!important;}{"imports":{"three":"..
前端大颖颖
·
2024-01-22 12:55
threejs
javascript
3d
【前端设计】card
htmlTitle西安-雁塔区陕西March1323°Celciuscss.card{width:350px;height:235px;position:relative;padding:25px;
background
余炜yw
·
2024-01-22 11:47
css案例
前端
定时器弹框
定时器弹框.pop{width:400px;height:300px;
background
-color:green;border:1pxsolid#000000;position:fixed;left:
斜杠先生_
·
2024-01-22 09:36
2.IHRM人力资源 - 登录
exportdefault{name:'Login'}.login-container{display:flex;align-items:stretch;height:100vh;.logo{flex:3;
background
我爱布朗熊
·
2024-01-22 07:11
#
Vue实战
javascript
vue.js
前端
html5
ajax
前端框架
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他