VoiletEmbTools/ui/css/jldjs.css
2024-09-09 17:45:53 +08:00

20 lines
326 B
CSS

#jld_calc
{
width: 99%;
border-radius: 8px;
background-color: #EEEEEEEE;
}
#jld_calc tr{
line-height: 35px;
}
#jld_calc td{
text-align: center;
width: 33%;
}
#jld_calc td input{
border-radius: 3px;
background-color: #EEEEEEEE;
width: 100%;
height: 30px;
border: 0.5px solid black;
}