Skip to content

Commit

Permalink
style: 后台首页样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Sep 19, 2023
1 parent 32ac7fc commit 58e04c9
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
<html>
<head>
<title>后台服务登录</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
Expand All @@ -22,11 +21,9 @@
<span class="heading">后台服务登录</span>
<div class="form-group">
<input type="text" class="form-control" name="userName" placeholder="用户名">
<i class="fa fa-user"></i>
</div>
<div class="form-group help">
<input type="password" class="form-control" name="password" placeholder="密码">
<i class="fa fa-lock"></i>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">登录</button>
Expand All @@ -35,7 +32,7 @@
</div>
</div>
</div>
</body>
</body>
</html>
<style>
.row {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
<html>
<head>
<title>后台服务登录</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
Expand All @@ -22,11 +21,9 @@
<span class="heading">后台服务登录</span>
<div class="form-group">
<input type="text" class="form-control" name="userName" placeholder="用户名">
<i class="fa fa-user"></i>
</div>
<div class="form-group help">
<input type="password" class="form-control" name="password" placeholder="密码">
<i class="fa fa-lock"></i>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">登录</button>
Expand All @@ -35,7 +32,7 @@
</div>
</div>
</div>
</body>
</body>
</html>
<style>
.row {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@page
@model MyCompanyName.MyProjectName.Pages.Login
@model Lion.AbpPro.Pages.Login

@{
Layout = null;
Expand All @@ -10,10 +10,9 @@
<html>
<head>
<title>后台服务登录</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
Expand All @@ -22,11 +21,9 @@
<span class="heading">后台服务登录</span>
<div class="form-group">
<input type="text" class="form-control" name="userName" placeholder="用户名">
<i class="fa fa-user"></i>
</div>
<div class="form-group help">
<input type="password" class="form-control" name="password" placeholder="密码">
<i class="fa fa-lock"></i>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">登录</button>
Expand All @@ -35,7 +32,7 @@
</div>
</div>
</div>
</body>
</body>
</html>
<style>
.row {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

Expand Down

Large diffs are not rendered by default.

0 comments on commit 58e04c9

Please sign in to comment.