mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
No commits in common. "9ea6258d40cd0e448b03cd1bf1a5659566c75547" and "3672627e8123550eab439bfc53b7f4a92deb0807" have entirely different histories.
9ea6258d40
...
3672627e81
2 changed files with 14 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
<option>魔法聊天(较慢)(用魔法创建聊天后继续使用魔法聊天)</option>
|
<option>魔法聊天(较慢)(用魔法创建聊天后继续使用魔法聊天)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="body-top"></div>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<h3>chat with bing</h3>
|
<h3>chat with bing</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -211,6 +211,11 @@ body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#body-top {
|
||||||
|
height: 20vh;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#body-bottom {
|
#body-bottom {
|
||||||
height: 15rem;
|
height: 15rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -512,6 +517,14 @@ div.markdown-body {
|
||||||
/*手机 css*/
|
/*手机 css*/
|
||||||
|
|
||||||
@media screen and (orientation:portrait) and (max-device-width:800px) and (max-device-height:1000px) {
|
@media screen and (orientation:portrait) and (max-device-width:800px) and (max-device-height:1000px) {
|
||||||
|
:root {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.markdown-body {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.InternalSearchQuery,
|
.InternalSearchQuery,
|
||||||
.InternalLoaderMessage {
|
.InternalLoaderMessage {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
Loading…
Reference in a new issue