码迷,mamicode.com
首页 >  
搜索关键字:css 外边距合并 border width    ( 86715个结果
html文字垂直居中的方法
1.table-cell <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .box{ width: 200px; height: 200px; background-color: red; di ...
分类:Web程序   时间:2021-04-22 15:56:20    阅读次数:0
VSCode用到的插件和设置文件
记录一下我vs code用到的插件及配置文件 { "workbench.colorTheme": "Visual Studio Light", "workbench.sideBar.location": "left", "editor.accessibilitySupport": "off", "w ...
分类:其他好文   时间:2021-04-22 15:38:33    阅读次数:0
c语言中continue语句
c语言中continue语句;执行continue语句后,循环体的剩余部分就会被跳过。 例子; 1、原始程序。输出矩形。 #include <stdio.h> int main(void) { int i, j, height, width; puts("please input the heigh ...
分类:编程语言   时间:2021-04-22 15:24:21    阅读次数:0
Element UI Table合并行
Vue使用Element-ui Table 合并行,官方只是一个非常简单的合并例子,通常业务都是相同的某个字段进行合并。 效果图 代码实现 1、Table <el-table :data="dataTable" border :header-cell-style="{background: '#FA ...
分类:其他好文   时间:2021-04-21 12:57:40    阅读次数:0
Web前端 table去掉td边框大小及颜色
1、预期效果 2、index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1. ...
分类:Web程序   时间:2021-04-21 12:55:41    阅读次数:0
zimg
zscale=t=linear:npl=400 (gdb) p *src_format $27 = {version = 515, width = 3840, height = 2160, pixel_type = ZIMG_PIXEL_WORD, subsample_w = 1, subsampl ...
分类:其他好文   时间:2021-04-21 12:43:01    阅读次数:0
执行 npm install --save swiper/css/swiper.css 失败以及autoplay原配置不生效解决方案
最近 Vue 项目中用到的触摸滑动插件 Swiper,执行 npm install swiper vue-awesome-swiper --save 安装 Swiper 后,在 main.js 中进行引入, import VueAwesomeSwiper from 'vue-awesome-swip ...
分类:Web程序   时间:2021-04-21 12:36:01    阅读次数:0
邮箱(outlook)嵌入html页面
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:Web程序   时间:2021-04-21 11:46:08    阅读次数:0
RS232串口操作Smartcard
手机卡内置有一个单片机一类的,提供时钟就可以对它通信了,通信接口是一个单工双向串口 。 网上搜来了一张图,原理就是用74HC04和晶体构成一个时钟连接到SIM卡时钟脚,串口TX和RX连接成单工双向模式连接到SIM卡数据脚,DTR和RTS经过二极管和电容以及三极管等构成一个5V供电,RTS经过两个反相 ...
分类:其他好文   时间:2021-04-20 15:46:50    阅读次数:0
html-回应式排版设计 打 CAll第6天
Meta 表示变化 name 名字 viewport 视口 centent 内容 device 配置 scale 比例&范围 Maximum 最大比例&范围&限度 screen 屏幕 手机兼容性适配 @media screen and (max-width:600px) { .content{wid ...
分类:Web程序   时间:2021-04-20 15:42:04    阅读次数:0
86715条   上一页 1 ... 40 41 42 43 44 ... 8672 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!