width:0; height:0; border:100px solid; border-top-color:red; border-right-color:transparent; border-bottom-color:transparent; border-left-color:transp ...
分类:
Web程序 时间:
2020-05-04 13:27:12
阅读次数:
58
代码实现 <!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
页面顶部提示维护信息 <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
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
//页面分为左右两部分,下面是主要的代码<div class="container"> <el-container style="height: calc(100vh - 90px); border: 1px solid #eee"> <el-aside width="300px" style="b ...
分类:
其他好文 时间:
2020-04-26 18:53:35
阅读次数:
306
<input id="txtBeginDate" style="width:170px;padding:7px 10px;border:1px solid #ccc;margin-right:10px;" readonly="">方法1、直接定位方法2、移除readonly属性变输入from sel ...
分类:
编程语言 时间:
2020-04-26 16:43:57
阅读次数:
142
simple responsibility principle 单一职责原则。 there should never be more than one reason for a class to change. 一个类中应该只处理一个职责,而不应该同时处理多个职责。否则当出现类需要修改时,可能会导致 ...
分类:
其他好文 时间:
2020-04-26 14:09:21
阅读次数:
77
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> div{width: 100px;height: 100px;border: 1px solid #333;m ...
分类:
其他好文 时间:
2020-04-26 13:54:53
阅读次数:
94
.loading{ display: inline-block; height: .24rem; width: .24rem; border-radius: 100%; border: 2px solid #666; border-bottom-color: transparent; positio ...
分类:
其他好文 时间:
2020-04-21 15:25:54
阅读次数:
90
<div class="box"> <img src="./1.jpg" alt=""/></div> 第一种:水平居中 .box { width:300px; height:300px; border:2px solid red;}img{ display:block; width:100px; ...
分类:
Web程序 时间:
2020-04-21 12:52:51
阅读次数:
70