1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
volcanos/client/mp/app.wxss
2020-01-05 19:26:21 +08:00

42 lines
642 B
Plaintext

.display {
color:white;
font-size:14px;
font-family:monospace;
background-color:#272822;
position:absolute;
white-space:pre;
height:100%;
width:100%;
}
table {
width:100%;
background-color:#272822;
}
tr {
background-color:#272822;
width:100%;
display:flex;
justify-content:space-between;
}
th {
background-color:#272822;
width:100%;
text-align:center;
border:solid 1px red;
}
td {
background-color:#272822;
width:100%;
text-align:center;
border:solid 1px green;
}
td.item {
font-size:18px;
padding:10px;
}
.output {
border:solid 2px red;
}