Skip to content

Commit

Permalink
20241019修改css
Browse files Browse the repository at this point in the history
  • Loading branch information
anniewuu00 committed Oct 19, 2024
1 parent 81ae691 commit 7e435b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/hyui.css
Original file line number Diff line number Diff line change
Expand Up @@ -28975,7 +28975,7 @@ em.yellowbg {
display: flex;
flex-wrap: wrap;
}
.AIgptgroup .AIrecommendbook_sidebyside.nobg {
.AIgptgroup .AIrecommendbook_sidebyside.nobgcolor {
background-color: #fff;
padding: 0em;
margin-bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion sass/page/_ap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5027,7 +5027,7 @@
position: relative;
display: flex;
flex-wrap: wrap;
&.nobg {
&.nobgcolor {
background-color: #fff;
padding: 0em;
margin-bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion 共讀書箱_並排顯示.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h3><span>無法登入?</span></h3>
<!-- 共讀書箱tab end -->
<div class="AIgptgroup">
<!-- AI推薦書單 並排-->
<div class="AIrecommendbook_sidebyside nobg">
<div class="AIrecommendbook_sidebyside nobgcolor">
<div class="AIinformation">
<div class="AIpage"><span>30</span>筆,<input type="text" name="" id="" value="1">/ 3 頁 <button type="button" class="btn prev">上一頁</button><button type="button" type="button"
class="btn next">下一頁</button>
Expand Down

0 comments on commit 7e435b4

Please sign in to comment.