master
ZHD 4 years ago
parent 0537456223
commit b5005136cb
  1. 2
      src/app/account/login/login.component.html
  2. 2
      src/app/forum/notice/notice.component.html
  3. 2
      src/styles.scss

@ -1,6 +1,6 @@
<!--设置高度,添加bootstrap样式类d-flex align-items-center 使表单垂直居中,justify-content-center水平居中--> <!--设置高度,添加bootstrap样式类d-flex align-items-center 使表单垂直居中,justify-content-center水平居中-->
<div [style]="height" id="login" class="d-flex align-items-center justify-content-center"> <div [style]="height" id="login" class="d-flex align-items-center justify-content-center">
<div style="color: #fff;"> <div class="text-primary">
<div style="font-size: 40px;font-weight: 700;">Pocket community</div> <div style="font-size: 40px;font-weight: 700;">Pocket community</div>
<div style="font-size: 30px;font-weight: 400;">Redefining your community life</div> <div style="font-size: 30px;font-weight: 400;">Redefining your community life</div>
</div> </div>

@ -1,6 +1,6 @@
<!--设置高度,添加bootstrap样式类d-flex align-items-center 使表单垂直居中,justify-content-center水平居中--> <!--设置高度,添加bootstrap样式类d-flex align-items-center 使表单垂直居中,justify-content-center水平居中-->
<div [style]="height" class="d-flex align-items-center justify-content-center"> <div [style]="height" class="d-flex align-items-center justify-content-center">
<form [formGroup]="noticeForm" class="col-6"> <form [formGroup]="noticeForm" class="col-10">
<!-- 公告标题--> <!-- 公告标题-->
<div class="input-group mb-3 mx-auto col-7"> <div class="input-group mb-3 mx-auto col-7">
<div class="input-group-prepend"> <div class="input-group-prepend">

@ -2,7 +2,7 @@
@import '../node_modules/bootstrap/scss/bootstrap'; @import '../node_modules/bootstrap/scss/bootstrap';
body{ body{
background: rgb(80, 138, 202); background: #eee;
} }
// 自定义 navBar 背景色 // 自定义 navBar 背景色
.bg-light-self { .bg-light-self {

Loading…
Cancel
Save