From 81424db74585d76d56a86f8702e049aeb9120f6e Mon Sep 17 00:00:00 2001 From: djy <609620750@qq.com> Date: Fri, 19 Nov 2021 22:28:51 +0800 Subject: [PATCH] practice2:dongjingyuan-2020303058 --- .../css/shur.css" | 28 +++ .../img/divide.png" | Bin 0 -> 476 bytes .../img/times.png" | Bin 0 -> 866 bytes .../index.html" | 184 ++++++++++++++++++ 4 files changed, 212 insertions(+) create mode 100644 "\350\256\241\347\256\227\345\231\250/css/shur.css" create mode 100644 "\350\256\241\347\256\227\345\231\250/img/divide.png" create mode 100644 "\350\256\241\347\256\227\345\231\250/img/times.png" create mode 100644 "\350\256\241\347\256\227\345\231\250/index.html" diff --git "a/\350\256\241\347\256\227\345\231\250/css/shur.css" "b/\350\256\241\347\256\227\345\231\250/css/shur.css" new file mode 100644 index 0000000..44d1f52 --- /dev/null +++ "b/\350\256\241\347\256\227\345\231\250/css/shur.css" @@ -0,0 +1,28 @@ +.whole{ + width: 430px; + height: 730px; + margin: auto; + border-style: solid; + border-color: darkgray; +} +input[type=button]{ + width:78px; + height:78px; + border-radius: 15px; + font-size: x-large; + border-style: none; + transition: all 0.2s; + } +input[type=button]:hover{ + filter: brightness(0.95); +} + + +.input1{ + width: 422px; + height: 210px; + background-color: white; + border-style: solid; + border-color: white; + font-size: -webkit-xxx-large; +} \ No newline at end of file diff --git "a/\350\256\241\347\256\227\345\231\250/img/divide.png" "b/\350\256\241\347\256\227\345\231\250/img/divide.png" new file mode 100644 index 0000000000000000000000000000000000000000..3dabe75472c2cf582c9d0916b34f7ad04768c349 GIT binary patch literal 476 zcmeAS@N?(olHy`uVBq!ia0vp^X+WIJ!3HEVg-S01DaPU;cPEB*=VV?2IV|apzK#qG z8~eHcB(eheoCO|{#S9E$svykh8Km+7D5zNC8d2h0l$uzQnV+W+l9`*zU}RuqXk`dQ zCJI1?k)@TfLATBRy+G4lJY5_^D&pSW+1Pm~fuZeTykNfILCKhh4h0KuA23{#EAwRC z)_saBf?H3rg!O;2^Y!@q%-gB!%)fv7{etIetk{AjLJ|X79Yxtfsm=Jhtp3=J-pBv! z>XvVQT4h+bZGLI*R){5EzpI9HJ6`OzoWJgI!92gXEjMd>-(UTGS0svOmB9+Re=EeA xUrpv&b#wt&vlh>)?M6VwG;koq$BMllS9o67(I literal 0 HcmV?d00001 diff --git "a/\350\256\241\347\256\227\345\231\250/img/times.png" "b/\350\256\241\347\256\227\345\231\250/img/times.png" new file mode 100644 index 0000000000000000000000000000000000000000..523bea20091b0949901b18edccc3cbda274e6750 GIT binary patch literal 866 zcmeAS@N?(olHy`uVBq!ia0vp^2|ygn!3HFwYLdNy6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(K&H|6fVg?2=RS;(M3{v?36jUs6jVN(0N=+=u%+FH@$;?e*+4nk-%M;`E1HjUUTr1nAg?aDQ81Zu@1C5{FWV$dw9>uR$FfcY9x(`-bIu$dc{p zZu9h~q?uQ9?DwBMlTGOJGjH|gMWKcJMKu{G2s2pHh~Q>Uus*u@x8}9myMMUkzQ4ut ze*2*xU)KI-_~|hHeaXjH)#ANBzszqwd#iJ|*ZWeg$~*I?PEDbmqw>eL1q?Z24}V2ACzjuN|7GTfwtQ~B z1N)xcub%Yw#=|vhk3`%qU}qE+X^3Ucvt_W`Jze(qi|et{E(?0xSpmuO0aCw(0e@S!r9kvVR_`Src~Wx_iYpO&*r_ zjJM>I@0|Vq^XWtX>x=EhV!8v?GYhM>JU^`&X8)uAf$f2Ph0V=*r<1cpuRK?hkvBZr z8I-o9%e$COUA9TmY=*^_&sO)j9?2X2R=fRJwfW>}!9JdM_UxPAx9KrVzPx+KwdOBt rJD)V&Wc|CIvtbUy2^tYnAGj+Gk7#GkJM#vZ1sFVC{an^LB{Ts5V(Ve3 literal 0 HcmV?d00001 diff --git "a/\350\256\241\347\256\227\345\231\250/index.html" "b/\350\256\241\347\256\227\345\231\250/index.html" new file mode 100644 index 0000000..fad7202 --- /dev/null +++ "b/\350\256\241\347\256\227\345\231\250/index.html" @@ -0,0 +1,184 @@ + + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + -- Gitee