Skip to content

Commit

Permalink
p_sp5 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
LizeWu committed Jan 23, 2024
1 parent 6cfbbd4 commit 14754d8
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 36 deletions.
18 changes: 8 additions & 10 deletions css/boca.css
Original file line number Diff line number Diff line change
Expand Up @@ -11084,9 +11084,7 @@ b.B {
background: linear-gradient(to left in oklab, oklch(0.51 0.21 29.53) 0%, #f1401c 100%);
color: #fff;
padding: 0.5em 1.5em;
text-align: center;
font-weight: bold;
font-size: 1.125em;
text-align: right;
}
.ID_cards .ID_info {
display: flex;
Expand All @@ -11096,8 +11094,10 @@ b.B {
}
.ID_cards .ID_info .foto {
flex: 0 0 40%;
border: solid 1px #ddd;
box-shadow: 0 0 0 1px #ddd;
position: relative;
background: red;
line-height: 0;
}
.ID_cards .ID_info .foto img {
height: 100%;
Expand All @@ -11112,6 +11112,7 @@ b.B {
color: #fff;
background: #000;
transform: translate(-50%, -50%);
line-height: 1.5;
}
.ID_cards .ID_info .foto.passed span {
display: none;
Expand All @@ -11128,13 +11129,12 @@ b.B {
}
.ID_cards .ID_info .content .note {
display: block;
padding: 0.25em 1em;
padding: 0.25em 0;
color: #bf0000;
border: 1px solid #bf0000;
text-align: center;
font-weight: bold;
border-radius: 2em;
margin: 0 0.75em;
font-size: 2.75em;
letter-spacing: 6px;
}
.ID_cards .ID_info .content ul {
font-size: 112.5%;
Expand All @@ -11160,8 +11160,6 @@ b.B {
}
.ID_cards .col.complete .note {
color: #222;
background: #eee;
border: 1px solid #eee;
}
.ID_cards .col.complete .foto span {
color: #222;
Expand Down
18 changes: 8 additions & 10 deletions css/boca_personal.css
Original file line number Diff line number Diff line change
Expand Up @@ -11084,9 +11084,7 @@ b.B {
background: linear-gradient(to left in oklab, oklch(0.51 0.21 29.53) 0%, #f1401c 100%);
color: #fff;
padding: 0.5em 1.5em;
text-align: center;
font-weight: bold;
font-size: 1.125em;
text-align: right;
}
.ID_cards .ID_info {
display: flex;
Expand All @@ -11096,8 +11094,10 @@ b.B {
}
.ID_cards .ID_info .foto {
flex: 0 0 40%;
border: solid 1px #ddd;
box-shadow: 0 0 0 1px #ddd;
position: relative;
background: red;
line-height: 0;
}
.ID_cards .ID_info .foto img {
height: 100%;
Expand All @@ -11112,6 +11112,7 @@ b.B {
color: #fff;
background: #000;
transform: translate(-50%, -50%);
line-height: 1.5;
}
.ID_cards .ID_info .foto.passed span {
display: none;
Expand All @@ -11128,13 +11129,12 @@ b.B {
}
.ID_cards .ID_info .content .note {
display: block;
padding: 0.25em 1em;
padding: 0.25em 0;
color: #bf0000;
border: 1px solid #bf0000;
text-align: center;
font-weight: bold;
border-radius: 2em;
margin: 0 0.75em;
font-size: 2.75em;
letter-spacing: 6px;
}
.ID_cards .ID_info .content ul {
font-size: 112.5%;
Expand All @@ -11160,8 +11160,6 @@ b.B {
}
.ID_cards .col.complete .note {
color: #222;
background: #eee;
border: 1px solid #eee;
}
.ID_cards .col.complete .foto span {
color: #222;
Expand Down
14 changes: 8 additions & 6 deletions p_sp5.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ <h2 class="title">網路填表</h2>
<div class="ID_info">
<div class="content">
<b>申請人 1</b>
<span class="note">已完成</span>
<ul>
<li>張大毛</li>
<li>A1234556789</li>
<li>050/01/01</li>
<!-- <li>A1234556789</li>
<li>050/01/01</li> -->
</ul>
<span class="note">已完成</span>
</div>
<div class="foto passed">
<span>已上傳照片</span>
Expand All @@ -159,10 +159,10 @@ <h2 class="title">網路填表</h2>
<div class="ID_info">
<div class="content">
<b>申請人 2</b>
<span class="note">未完成</span>
<ul>
<li>請填寫內容</li>
</ul>
<span class="note">未完成</span>
</div>
<div class="foto passed">
<span>已上傳照片</span>
Expand All @@ -182,9 +182,10 @@ <h2 class="title">網路填表</h2>
<!-- <span class="note">已完成</span> -->
<ul>
<li>張三毛</li>
<li>A1234556789</li>
<li>050/01/01</li>
<!-- <li>A1234556789</li>
<li>050/01/01</li> -->
</ul>
<span class="note">已完成</span>
</div>
<div class="foto">
<span>現場繳交照片</span>
Expand All @@ -205,6 +206,7 @@ <h2 class="title">網路填表</h2>
<ul>
<li>請填寫內容</li>
</ul>
<span class="note">未完成</span>
</div>
<div class="foto">
<span>未上傳照片</span>
Expand Down
24 changes: 14 additions & 10 deletions sass/page/_template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2474,9 +2474,7 @@ b.B {
background: linear-gradient(to left in oklab, oklch(0.51 0.21 29.53) 0%, #f1401c 100%);
color: #fff;
padding: .5em 1.5em;
text-align: center;
font-weight: bold;
font-size: 1.125em;
text-align: right;
}
.ID_info{
display:flex;
Expand All @@ -2485,8 +2483,11 @@ b.B {
padding: 2.2em 1.5em 1em;
.foto{
flex: 0 0 40%;
border: solid 1px #ddd;
// border: solid 1px #ddd;
box-shadow: 0 0 0 1px #ddd;
position: relative;
background: red;
line-height: 0;
img{
height: 100%;
}
Expand All @@ -2500,6 +2501,7 @@ b.B {
color: #fff;
background: #000;
transform: translate(-50%, -50%);
line-height: 1.5;
}
&.passed{
span{
Expand All @@ -2518,13 +2520,15 @@ b.B {
}
.note{
display: block;
padding: .25em 1em;
padding: .25em 0;
color: #bf0000;
border: 1px solid #bf0000;
// border: 1px solid #bf0000;
text-align: center;
font-weight: bold;
border-radius: 2em;
margin: 0 .75em;
font-size: 2.75em;
letter-spacing: 6px;
// border-radius: 2em;
// margin: 0 .75em;
}
ul{
font-size: 112.5%;
Expand Down Expand Up @@ -2552,8 +2556,8 @@ b.B {
}
.note{
color: #222;
background: #eee;
border: 1px solid #eee;
// background: #eee;
// border: 1px solid #eee;
}
.foto{
span{
Expand Down

0 comments on commit 14754d8

Please sign in to comment.