This commit is contained in:
shaoyongjun 2024-10-28 01:35:19 +08:00
parent c31252f2c8
commit 814810e4d8

View File

@ -224,10 +224,10 @@
<div>
<style>
/* 字体 */
/*:root {*/
/* !* font-size: calc(0.5em + 1vw); *!*/
/* font-size: 62.5%;*/
/*}*/
:root {
/* font-size: calc(0.5em + 1vw); */
font-size: 62.5%;
}
/* style sheet for "A4" printing */
@media print and (width: 21cm) and (height: 29.7cm) {
@ -265,8 +265,8 @@
#noteshare {
width: 90%;
/* width: 21cm; */
min-height: 10rem;
/* font-size: 1.5rem; */
min-height: 50rem;
font-size: 1.5rem;
/*border: 1px red solid;*/
margin: auto auto 10rem auto;
@ -308,8 +308,7 @@
.childStyleU {
text-decoration: underline;
//中划线
//text-decoration: line-through;
/ / 中划线 / / text-decoration: line-through;
}
.childStyleDel {