Commit b388ebd5 authored by limeimei's avatar limeimei

3

parent 878ede42
Pipeline #1967 canceled with stages
......@@ -201,7 +201,7 @@
border-radius: 50%;
color: #FFFFFF;
text-align: center;
line-height: 24px;
font-size: 20px;
}
......
......@@ -11,10 +11,8 @@
</div>
</div>
<div class="content">
<div style="color: #333333;
font-size:66px;">欢迎使用</div>
<div style="color: #416CCC;
font-size:75px;">访客自助登记系统</div>
<div class="content_title">欢迎使用</div>
<div class="content_title2">访客自助登记系统</div>
<div class="content_btns">
<div class="content_btn" @click="Reserved('reserved',0)">
<div class="content_text">已预约</div>
......@@ -137,6 +135,16 @@ font-size:75px;">访客自助登记系统</div>
box-sizing: border-box;
}
.content_title {
color: #333333;
font-size: 66px;
}
.content_title2 {
color: #416CCC;
font-size: 75px;
}
.content_btns {
display: flex;
margin-top: 128px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment