码迷,mamicode.com
首页 >  
搜索关键字:border    ( 11131个结果
input边框变亮
代码实现 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> .form-control{height:32px; border-radius:4px; outline:0; border:1px solid #ccc; padd ...
分类:其他好文   时间:2020-05-01 14:56:17    阅读次数:69
eclipse快捷键
F4 Java类型树状图 Ctrl+O 快速启动查询类方法 Ctrl+L 快速定位行 Ctrl+1 实现接口后,快速添加接口实现的方法 Ctrl+Alt+L 快速补全变量名 Shift+Alt+S 快速打开source菜单 ...
分类:系统相关   时间:2020-05-01 12:33:54    阅读次数:77
Bootstrap4 组件(二)
徽章 基本实例 Badges scale to match the size of the immediate parent element by using relative font sizing and em units. <h1>Example heading <span class="ba ...
分类:其他好文   时间:2020-04-30 21:39:59    阅读次数:96
scala 循环中continue和break
1. continue import scala.util.control.Breaks._for(){ breakable{ if(){ break // continue } } } 2.break import scala.util.control.Breaks._breakable{ for ...
分类:其他好文   时间:2020-04-30 15:36:57    阅读次数:102
JavaScript实例
一、99乘法表 二、动态表格 一、99乘法表 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>99乘法表</title> 6 <style> 7 td{ 8 border: 1px sol ...
分类:编程语言   时间:2020-04-30 11:38:23    阅读次数:62
学习进度表
学习时间 新增代码行 博客发表量 知识总结 第一周 4h 100 0 二叉树的应用 第二周 第三周 第四周 第五周 第六周 第七周 第八周 第九周 第十周 ...
分类:其他好文   时间:2020-04-30 11:33:33    阅读次数:52
css 画圆
1 简单圆形 .circle { border-radius: 50%; width: 200px; height: 200px; backround-color:green /* 宽度和高度需要相等 */ } 2 渐变色圆形: @keyframes spin {from { transform: ...
分类:Web程序   时间:2020-04-30 09:36:16    阅读次数:448
常用的排序算法
https://github.com/hotwater99/practice_datastructure_and_algorithm.git《数据结构与算法分析——C语言描述》机械工业出版社,原书第2版,第7章N=100N=1000N=10000N=100000插入排序 insertion sort... ...
分类:编程语言   时间:2020-04-29 20:20:05    阅读次数:98
公共jQuery及样式收集
页面顶部提示维护信息 <div class="top-tips" style="background-color: #FFF8D9;border-bottom: 1px solid #FEBE8F;height: 28px;overflow: hidden;text-align: center;wi ...
分类:Web程序   时间:2020-04-29 12:30:25    阅读次数:126
html中div中嵌套div
2020-04-28 每日一例第45天 1.后台代码 <html><head> 0420html中div的用法</head> <body> <div style="width:300px;height:600px;border:1px solid red;"> <div style="width:1 ...
分类:Web程序   时间:2020-04-29 00:56:24    阅读次数:159
11131条   上一页 1 ... 55 56 57 58 59 ... 1114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!