Skip to content

Commit

Permalink
20241205 修改資料
Browse files Browse the repository at this point in the history
  • Loading branch information
anniewuu00 committed Dec 5, 2024
1 parent c775d04 commit 09e0b8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
12 changes: 2 additions & 10 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7580,16 +7580,8 @@ table.table_sprite tr:nth-child(even) {
}
}

.fullsearch_block .tabSet .tabContentGroup .tabContent {
padding: 2em 0;
}
@media screen and (max-width: 767px) {
.fullsearch_block .tabSet .tabContentGroup .tabContent {
padding: 0 0;
}
.fullsearch_block .tabSet .tabContentGroup .tabContent .content {
padding: 2em;
}
.fullsearch_block .tabSet .tabContentGroup .tabContent .content {
padding: 2em;
}

.thumbnail {
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions sass/modual/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,8 @@
.tabSet {
.tabContentGroup {
.tabContent {
padding: 2em 0;
@include screen('mobile') {
padding: 0 0;
.content {
padding: 2em;
}
.content {
padding: 2em;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions 全文檢索.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ <h2 class="title">全文檢索</h2>
//if (document.readyState != 'complete')
// return google.setOnLoadCallback(gcseCallback, true);
google.search.cse.element.render({gname: 'gsearch', div: 'gsresult', tag: 'search', attributes: {as_sitesearch: ''}});
var element = google.search.cse.element.getElement('gsearch');
element.execute('法官');
// var element = google.search.cse.element.getElement('gsearch');
// element.execute('法官');
}
window.__gcse = {
parsetags: 'explicit',
Expand Down

0 comments on commit 09e0b8a

Please sign in to comment.