CSS sprites精灵图的使用及其作用 所谓CSS sprites精灵图,就是将网页的一些图片整合到一张图片文件中,再利用CSS的 “background image”,"background repeat","background position"的组合进行背景定位,background p ...
分类:
Web程序 时间:
2020-05-18 22:35:22
阅读次数:
208
Peripheral \EVT\EXAM\BLE\Peripheral\Profile\include\gattprofile.h 1 gattprofile.h //重要 因为只读 需要重新生成一次 2 3 #define SIMPLEPROFILE_CHAR1_LEN 10 4 #define ...
分类:
其他好文 时间:
2020-05-18 20:54:48
阅读次数:
62
# 3.border和background - border-radius border-radius:上左 上右 下右 下左 border-radius:上左下右 上右下左 border-radius:上左 上右下左 下右 border-top-left-radius:10px 10px; bor ...
分类:
其他好文 时间:
2020-05-18 20:54:18
阅读次数:
46
<el-col> <el-menu default-active="1" class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose" background-color="rgb(255,255,255,0)" text- ...
分类:
其他好文 时间:
2020-05-15 16:10:12
阅读次数:
165
.vogueHover { width: 100%;height: 100%; position: absolute; left: 0; top: 0; background: #001e50; z-index: 9999; opacity:0 } .vogueHover:hover { trans ...
分类:
Web程序 时间:
2020-05-15 15:39:21
阅读次数:
58
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>彩虹小马驹</title> <style> body{ margin: 0; background-color: #eeeeee; } #auth{ height: ...
分类:
其他好文 时间:
2020-05-14 22:17:01
阅读次数:
69
非常简单,就这么用,目标地址是一个测试服务端,发给他什么,他给我返回来什么。 new 一个 WebSocket 对象。 var ws = new WebSocket("ws://121.40.165.18:8800") 设置一个信息接收回调 ws.onmessage = function(evt) ...
分类:
Web程序 时间:
2020-05-14 13:39:09
阅读次数:
149
The abstract provides a summary of the thesis and often contains the following moves in this order: 1. background to the thesis 2. purpose of the thes ...
分类:
其他好文 时间:
2020-05-14 12:46:10
阅读次数:
74
在CSS中,可以使用background(背景)属性来添加图片,默认图片是向x轴和y轴重复。那么css如何将图片横向平铺?下面本篇文章就来给大家介绍一下使用CSS将图片横向平铺的方法,希望对大家有所帮助。 在CSS中,可以使用background-repeat属性来将图片横向平铺。backgroun ...
分类:
Web程序 时间:
2020-05-13 16:41:17
阅读次数:
178
背景属性用与定义HTML元素的背景样式 效果有: background-color background-image background-repeat background-attachment background-position 背景颜色: 颜色使用再body的选择器当中 例: body { ...
分类:
Web程序 时间:
2020-05-11 17:08:29
阅读次数:
109