|
|
@@ -118,11 +118,15 @@ require_once "../pcdl/html_head.php";
|
|
|
<!-- tool bar begin-->
|
|
|
<div id='search_toolbar' class="search_toolbar">
|
|
|
<div style="display:flex;justify-content: space-between;">
|
|
|
- <div ></div>
|
|
|
- <div>
|
|
|
+ <div style="flex:2;">
|
|
|
+ <div style="width: fit-content; margin-right: 0; margin-left: auto; margin-top: 1em; margin-bottom: 1em;">
|
|
|
+ <guide gid="dict_search_input"></guide>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="flex:6;">
|
|
|
<div>
|
|
|
<div>
|
|
|
- <guide gid="dict_search_input"></guide><input id="dict_ref_search_input" type="input" placeholder="<?php echo $_local->gui->search;?>" onkeyup="dict_input_keyup(event,this)" style=" margin-left: 0.5em;width: 40em;max-width: 100%;font-size:140%;padding: 0.6em;color: var(--btn-hover-bg-color);background-color: var(--btn-color);" onfocus="dict_input_onfocus()" />
|
|
|
+ <input id="dict_ref_search_input" type="input" placeholder="<?php echo $_local->gui->search;?>" onkeyup="dict_input_keyup(event,this)" style=" margin-left: 0.5em;width: 40em;max-width: 100%;font-size:140%;padding: 0.6em;color: var(--btn-hover-bg-color);background-color: var(--btn-color);" onfocus="dict_input_onfocus()" />
|
|
|
</div>
|
|
|
<div id="word_parts">
|
|
|
<div id="input_parts" style="font-size: 1.1em;padding: 2px 1em;"></div>
|
|
|
@@ -140,7 +144,7 @@ require_once "../pcdl/html_head.php";
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <span>
|
|
|
+ <span style="flex:2;">
|
|
|
<button onclick="trubo_split()" style="height: fit-content;border: 1px solid var(--btn-border-color);background: var(--btn-color);border-radius: 4px;font-size: 1.2em;padding: 0.5em;">
|
|
|
<?php echo $_local->gui->turbo_split;//强力拆分?>
|
|
|
</button>
|