ts_aimz/pages/readTxt/readTxt.wxss
2025-04-03 10:44:12 +08:00

17 lines
267 B
Plaintext

/* pages/readTxt/readTxt.wxss */
page {
background-color: white;
}
.hint {
font-size: 14px;
text-align: center;
color: rgb(248, 185, 50);
font-weight: bold;
}
.content {
padding: 10px;
border: 1px solid #dfdddd;
border-radius: 5px;
}