博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
15、响应式布局和BootStrap 全局CSS样式知识点总结-part2
阅读量:6303 次
发布时间:2019-06-22

本文共 6897 字,大约阅读时间需要 22 分钟。

1、表格

1 
2 3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name sex age
hello hello hello hello
hello hello hello hello
22 23

24 鼠标悬停有效果 25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name sex age
hello hello hello hello
hello hello hello hello
44 45 46

紧缩表格 47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name sex age
hello hello hello hello
hello hello hello hello
66 67

带边框 68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name sex age
hello hello hello hello
hello hello hello hello
87 88 89

带条纹效果 90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name sex age
hello hello hello hello
hello hello hello hello
109 110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
name sex age
hello hello hello hello
hello hello hello hello
129 130

131
132 133 其会在小屏幕设备上(小于768px)水平滚动。当屏幕大于 768px 宽度时,水平滚动条消失。134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
name sex age shit
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
161

 

将任何 .table 元素包裹在 .table-responsive 元素内,即可创建响应式表格,其会在小屏幕设备上(小于768px)水平滚动。当屏幕大于 768px 宽度时,水平滚动条消失。

 

2、表单

单独的表单控件会被自动赋予一些全局样式。所有设置了 .form-control 类的 <input><textarea> 和 <select> 元素都将被默认设置宽度属性为 width: 100%;。 将 label 元素和前面提到的控件包裹在 .form-group 中可以获得最好的排列。

.form-inline 类可使其内容左对齐,只适用于视口(viewport)至少在 768px 宽度时(视口宽度再小的话就会使表单折叠)。

 

包括大部分表单控件、文本输入域控件,还支持所有 HTML5 类型的输入控件:textpassworddatetimedatetime-localdatemonthtimeweeknumberemailurlsearchtel 和 color。 

如果需要在表单中将一行纯文本和 label 元素放置于同一行,为 <p> 元素添加 .form-control-static 类即可

1 
2
3
4
5
6 7
8
9
10
11 12
13
14
15
16 17
18
21
22 23
24 25

 

1     
2
5
6 7
8
11 12
13
14
15
hello16
17
18
19
20
hello121
22
23
24
25
hello226
27

 

下拉列表:

 

<fieldset> 设置 disabled 属性,可以禁用 <fieldset> 中包含的所有控件。<a>标签链接功能不受影响

1 
2
3
4
7
8 9
10
11
hello world12
13
14 15
21 22
baidu23 24
25
26

 

3、按钮

 3.1 可作为按钮使用的标签或元素:

    为 <a><button> 或 <input> 元素添加按钮类(button class)即可使用 Bootstrap 提供的样式

1 
2
hello 3

4
hello 5

6
hello 7

8
9
10
11
12
13 14

15
16 17
18 19
20 21
Primary link22
Link23

4、图片

1 
2
3
4
5
6
7
8
9
10

 

5、辅助类

1 
2

hello

3
4 5

hello

6
9

转载于:https://www.cnblogs.com/kunyashaw/p/5330183.html

你可能感兴趣的文章
HP ProCurve交换机与Cisco交换机生成树协议相关命令比较
查看>>
java打印日历方法
查看>>
pt-archiver归档工具的使用详解
查看>>
goclipse 0.10
查看>>
16杀手级的iPhone OpenGL ES的资源
查看>>
python模块介绍-bidict: 双向字典
查看>>
python log模块
查看>>
linux防暴力破解远程密码神器-fail2ban
查看>>
SQL Server 2008 R2升级到SQL Server 2012 SP1
查看>>
限时免费!2016杭州云栖大会抢票指南
查看>>
我的友情链接
查看>>
二周第一次课(3月26日)
查看>>
《TableStore最佳实践:GEO索引打造店铺搜索系统》
查看>>
Java开源诊断工具 Arthas 发布v3.1.0
查看>>
aix bootinfo详解
查看>>
云原生的新思考,为什么容器已经无处不在了
查看>>
linux centos DNS服务器的安装与部署
查看>>
(LNMP)Linux + Nginx + Mysql +PHP WEB站点安装包
查看>>
配置hadoop+pyspark环境
查看>>
oracle子查询详解2
查看>>