瀏覽代碼

update

master
Jason Chuang 1 年之前
父節點
當前提交
54355886ca
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +3
    -3
      src/assets/style/navbarStyles.css
  2. +1
    -1
      src/pages/authentication/RegisterCustom.js

+ 3
- 3
src/assets/style/navbarStyles.css 查看文件

@@ -24,7 +24,7 @@
}
#navbar div li a{
text-decoration: none;
font-size: 1.5rem;
font-size: 1.2rem;
font-weight: 600;
font-family: 微軟正黑體;
color: black;
@@ -36,11 +36,11 @@
#navbar div li a:hover::after,
#navbar div li a:focus::after{
content: "";
width: 60%;
width: 80%;
height: 2px;
background:#0C489E;
position: absolute;
top: 1px;
bottom: 3px;
left: 20px;
}
#navbar div li ul {


+ 1
- 1
src/pages/authentication/RegisterCustom.js 查看文件

@@ -54,7 +54,7 @@ const RegisterCustom = () => (

<Typography ml={4} mr={4} mt={4} variant="body1" display="block" sx={{fontWeight: 'bold'}} gutterBottom>
需上載身份證明文件數碼檔案以進行網上申請。
<br/>如:香港身份證;護照;往來港澳通行證
<br/>如:香港身份證; 護照; 中國內地身份證; 專業執業証書
</Typography>
</Grid>
<Grid item xs={12} md={6} sx={{ borderLeft: 1 ,borderColor: 'grey.500' }}>


Loading…
取消
儲存