Skip to content

Commit

Permalink
P_sp5 調整
Browse files Browse the repository at this point in the history
  • Loading branch information
LizeWu committed Jan 22, 2024
1 parent 158767a commit 6cfbbd4
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 8 deletions.
22 changes: 20 additions & 2 deletions css/boca.css
Original file line number Diff line number Diff line change
Expand Up @@ -11039,7 +11039,7 @@ b.B {
flex: 0 0 48%;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
border-radius: 1em;
border: solid 1px #bf0000;
border: solid 2px #bf0000;
margin: 1em 0;
padding-bottom: 2em;
overflow: hidden;
Expand Down Expand Up @@ -11084,11 +11084,14 @@ 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: right;
text-align: center;
font-weight: bold;
font-size: 1.125em;
}
.ID_cards .ID_info {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 2.2em 1.5em 1em;
}
.ID_cards .ID_info .foto {
Expand Down Expand Up @@ -11123,6 +11126,16 @@ b.B {
background: url(../images/icon/icon_user.svg) 10px 50% no-repeat;
background-size: 36px 36px;
}
.ID_cards .ID_info .content .note {
display: block;
padding: 0.25em 1em;
color: #bf0000;
border: 1px solid #bf0000;
text-align: center;
font-weight: bold;
border-radius: 2em;
margin: 0 0.75em;
}
.ID_cards .ID_info .content ul {
font-size: 112.5%;
}
Expand All @@ -11145,6 +11158,11 @@ b.B {
background: #eee;
color: #333;
}
.ID_cards .col.complete .note {
color: #222;
background: #eee;
border: 1px solid #eee;
}
.ID_cards .col.complete .foto span {
color: #222;
border: 1px solid #222;
Expand Down
22 changes: 20 additions & 2 deletions css/boca_personal.css
Original file line number Diff line number Diff line change
Expand Up @@ -11039,7 +11039,7 @@ b.B {
flex: 0 0 48%;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
border-radius: 1em;
border: solid 1px #bf0000;
border: solid 2px #bf0000;
margin: 1em 0;
padding-bottom: 2em;
overflow: hidden;
Expand Down Expand Up @@ -11084,11 +11084,14 @@ 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: right;
text-align: center;
font-weight: bold;
font-size: 1.125em;
}
.ID_cards .ID_info {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 2.2em 1.5em 1em;
}
.ID_cards .ID_info .foto {
Expand Down Expand Up @@ -11123,6 +11126,16 @@ b.B {
background: url(../images/icon/icon_user.svg) 10px 50% no-repeat;
background-size: 36px 36px;
}
.ID_cards .ID_info .content .note {
display: block;
padding: 0.25em 1em;
color: #bf0000;
border: 1px solid #bf0000;
text-align: center;
font-weight: bold;
border-radius: 2em;
margin: 0 0.75em;
}
.ID_cards .ID_info .content ul {
font-size: 112.5%;
}
Expand All @@ -11145,6 +11158,11 @@ b.B {
background: #eee;
color: #333;
}
.ID_cards .col.complete .note {
color: #222;
background: #eee;
border: 1px solid #eee;
}
.ID_cards .col.complete .foto span {
color: #222;
border: 1px solid #222;
Expand Down
8 changes: 6 additions & 2 deletions p_sp5.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ <h2 class="title">網路填表</h2>
</div> -->
<div class="ID_cards">
<div class="col complete">
<div class="state">填表狀態:已完成</div>
<div class="state">填表已完成</div>
<div class="ID_info">
<div class="content">
<b>申請人 1</b>
<span class="note">已完成</span>
<ul>
<li>張大毛</li>
<li>A1234556789</li>
Expand All @@ -154,10 +155,11 @@ <h2 class="title">網路填表</h2>
</div>
</div>
<div class="col">
<div class="state">填表狀態:未完成</div>
<div class="state">填表未完成</div>
<div class="ID_info">
<div class="content">
<b>申請人 2</b>
<span class="note">未完成</span>
<ul>
<li>請填寫內容</li>
</ul>
Expand All @@ -177,6 +179,7 @@ <h2 class="title">網路填表</h2>
<div class="ID_info">
<div class="content">
<b>申請人 3</b>
<!-- <span class="note">已完成</span> -->
<ul>
<li>張三毛</li>
<li>A1234556789</li>
Expand All @@ -198,6 +201,7 @@ <h2 class="title">網路填表</h2>
<div class="ID_info">
<div class="content">
<b>申請人 4</b>
<!-- <span class="note">未完成</span> -->
<ul>
<li>請填寫內容</li>
</ul>
Expand Down
22 changes: 20 additions & 2 deletions sass/page/_template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,7 @@ b.B {
// border: 1px solid #cbcbcb;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
border-radius: 1em;
border: solid 1px #bf0000;
border: solid 2px #bf0000;
margin: 1em 0;
padding-bottom: 2em;
overflow: hidden;
Expand Down Expand Up @@ -2474,11 +2474,14 @@ 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: right;
text-align: center;
font-weight: bold;
font-size: 1.125em;
}
.ID_info{
display:flex;
justify-content: space-between;
align-items: flex-start;
padding: 2.2em 1.5em 1em;
.foto{
flex: 0 0 40%;
Expand Down Expand Up @@ -2513,6 +2516,16 @@ b.B {
background: url(../images/icon/icon_user.svg) 10px 50% no-repeat;
background-size: 36px 36px;
}
.note{
display: block;
padding: .25em 1em;
color: #bf0000;
border: 1px solid #bf0000;
text-align: center;
font-weight: bold;
border-radius: 2em;
margin: 0 .75em;
}
ul{
font-size: 112.5%;
li{
Expand All @@ -2537,6 +2550,11 @@ b.B {
background: #eee;
color: #333;
}
.note{
color: #222;
background: #eee;
border: 1px solid #eee;
}
.foto{
span{
// color: #bf0000;
Expand Down

0 comments on commit 6cfbbd4

Please sign in to comment.