From 7152495212e76a129e6a9d424ae6927b29352618 Mon Sep 17 00:00:00 2001 From: platxcngw Date: Tue, 12 Sep 2023 16:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8=E7=BB=98?= =?UTF-8?q?=E5=88=B6=E5=B7=A5=E5=85=B7=E6=A0=B7=E5=BC=8F=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datadict.css | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 datadict.css diff --git a/datadict.css b/datadict.css new file mode 100644 index 0000000..5436f4a --- /dev/null +++ b/datadict.css @@ -0,0 +1,59 @@ +#single{ + border: 2px solid red; + font-size: small; + width:60px; + height:20px; + position:absolute; + right:100px; + top:156px; + cursor:pointer; + text-align: center; +} + +#table{ + border: 1px solid #333; + font-size: small; + width:60px; + height:20px; + position:absolute; + right:20px; + top:156px; + cursor:pointer; + text-align: center; +} + +#myTable{ + border: 1px solid red; + width: 180px; + height:25px; + position:absolute; + bottom:50px; + right:10px; + overflow: auto; +} + +#myText{ + width: 180px; + height:25px; + position:absolute; + bottom:50px; + right:10px; +} + +#okButton{ + width: 50px; + height: 25px; + position:absolute; + bottom:50px; + right:10px; + +} + +#cancelButton{ + width: 50px; + height: 25px; + position:absolute; + bottom:50px; + right:10px; + +} \ No newline at end of file