Skip to content

Commit

Permalink
Update pinyin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Mar 21, 2024
1 parent 4893e0f commit abbcf6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion html/pinyin.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
.py-pinyin-item {
color: #d08080;
}
#idDst {
font-size: xx-large;
}
</style>
</head>
<body>
Expand All @@ -24,7 +27,7 @@ <h6><a class="mx-3" href="https://fayin.love/">爱发音</a></h6>
<h4 id="section1">汉字转换拼音</h4>
<div class="w-100 d-flex my-3 flex-column justify-content-evenly">
<textarea id="idSrc" class="w-100" rows="4"></textarea>
<div id="idDst" class="w-100 d-flex flex-wrap"></div>
<div id="idDst" class="w-100 d-flex flex-wrap my-3"></div>
</div>
</div>
<div></div>
Expand Down

0 comments on commit abbcf6f

Please sign in to comment.