From fd0d83ca29cae51ed4f6454a9fe7f90aebf46b26 Mon Sep 17 00:00:00 2001 From: platxcngw Date: Tue, 12 Sep 2023 16:34:57 +0800 Subject: [PATCH] =?UTF-8?q?IPO=E5=9B=BE=E7=BB=98=E5=88=B6=E5=B7=A5?= =?UTF-8?q?=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 --- ipograph.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ipograph.css diff --git a/ipograph.css b/ipograph.css new file mode 100644 index 0000000..6b5d3a8 --- /dev/null +++ b/ipograph.css @@ -0,0 +1,49 @@ +#single{ + border: 2px solid red; + font-size: small; + width:60px; + height:20px; + position:absolute; + right:120px; + top:150px; + cursor:pointer; + text-align: center; +} + +#arrow1{ + background: black; + border: 1px solid black; + width:60px; + height:20px; + position:absolute; + right:30px; + top:150px; + cursor:pointer; + clip-path: polygon(0% 40%, 95% 40%, 92% 10%, 95% 0%, 100% 50%, 95% 100%, 92% 90%, 95% 60%, 0% 60%); +} + +#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