Skip to content

Commit

Permalink
响应式布局
Browse files Browse the repository at this point in the history
  • Loading branch information
ycx123123 committed Jun 6, 2020
1 parent f20251a commit ddd5f80
Show file tree
Hide file tree
Showing 97 changed files with 2,279 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# bootstrap
响应式-登录-菜单-回到顶部-点赞
# bootstrap-demo
bootstrap-响应式-登录-菜单-回到顶部-点赞-
7 changes: 7 additions & 0 deletions bootstrap3.1.1/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file not shown.
6 changes: 6 additions & 0 deletions bootstrap3.1.1/js/bootstrap.min.js

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions css/loginstyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
body {
background: pink;
padding:0;
margin:0;
font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文宋体", STHeiti, verdana,arial, sans-serif;
}
li{
list-style-type: none;
padding: 10px 0;
}
.form-horizontal {
margin-top: 100px;
padding-top: 15px;
background: #fff;
padding-bottom: 40px;
border-radius: 15px;
text-align: center;
}
.form-horizontal .heading {
display: block;
font-size: 28px;
font-weight: 700;
padding: 35px 0;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 30px;
color:#269ABC;
}
.form-horizontal .form-group {
padding: 0 40px;
margin: 0 0 25px 0;
position: relative;
}
.form-horizontal .form-control {
background: #f0f0f0;
border: none;
border-radius: 20px;
box-shadow: none;
padding: 0 20px 0 45px;
height: 40px;
transition: all 0.3s ease 0s;
display: block;
width: 100%;
color: #ADADAD;
}
.form-horizontal .li3 {
text-align: right;
font-size: 12px;
padding: 10px 0;
}
.li4 .submit {
display: block;
width: 100%;
padding: 7px 0;
border: 0 none;
color: #fff;
background-color: #269ABC;
cursor: pointer;
}
.visitor{
font-size: 15px;
color: #269ABC;
}
.visitor:hover{
text-decoration: none;
color: #2A6496;
}
Loading

0 comments on commit ddd5f80

Please sign in to comment.