CCP-357: Update about accordion, remove box shadow on film page
This commit is contained in:
parent
0519264d5b
commit
d0af9076cc
2 changed files with 4 additions and 5 deletions
|
@ -109,7 +109,6 @@ main > .film {
|
|||
.info-meta, .bio-block, .play, .summary-block, .texts {
|
||||
background: rgba(0, 0, 0, 0.55);
|
||||
border-radius: 2px;
|
||||
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 20px;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<ul class="accordion">
|
||||
<li>
|
||||
<label for="bio-anushka" class="accordion-title">
|
||||
<h3>Anushka Rajendran 安努舒卡.拉堅德蘭</h3>
|
||||
<h3>Anushka Rajendran <br>安努舒卡.拉堅德蘭</h3>
|
||||
<span class="accordion-caret animated-title"><span class="text-about"></span></span>
|
||||
</label>
|
||||
<input type="checkbox" id="bio-anushka" class="accordion-checkbox">
|
||||
|
@ -89,7 +89,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="bio-annotation" class="accordion-title">
|
||||
<h3>Annotation Collaborators 影片評論共筆</h3>
|
||||
<h3>Annotation Collaborators <br>影片評論共筆</h3>
|
||||
<span class="accordion-caret animated-title"><span class="text-about"></span></span>
|
||||
</label>
|
||||
<input type="checkbox" id="bio-annotation" class="accordion-checkbox">
|
||||
|
@ -108,7 +108,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="bio-acknowledgements" class="accordion-title">
|
||||
<h3>Acknowledgements 致謝</h3>
|
||||
<h3>Acknowledgements <br>致謝</h3>
|
||||
<span class="accordion-caret animated-title"><span class="text-about"></span></span>
|
||||
</label>
|
||||
<input type="checkbox" id="bio-acknowledgements" class="accordion-checkbox">
|
||||
|
@ -125,7 +125,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="bio-contact" class="accordion-title">
|
||||
<h3>Contact 聯絡</h3>
|
||||
<h3>Contact <br>聯絡</h3>
|
||||
<span class="accordion-caret animated-title"><span class="text-about"></span></span>
|
||||
</label>
|
||||
<input type="checkbox" id="bio-contact" class="accordion-checkbox">
|
||||
|
|
Loading…
Reference in a new issue