From b38a2c6815f01c79c2507cfbb6091071c56fb51d Mon Sep 17 00:00:00 2001 From: psfieukgp <1941089361@qq.com> Date: Wed, 23 Feb 2022 18:59:22 +0800 Subject: [PATCH] ADD file via upload --- index.css | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 00000000..fce8ca10 --- /dev/null +++ b/index.css @@ -0,0 +1,84 @@ +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; +} +header{ + height: 64px; + width:100%; + background-color: black; +} +.head_li{ + display: block; + float: left ; + color:white; + font-size:16px; + text-align: center; + line-height: 64px; + margin-left: 30px; +} +.head_li a{ + text-decoration: none; + color:white; +} +.head_li a:hover{ + color: darkgray; +} +.head_lis{ + display: block; + float: left ; + color: aliceblue; + font-size:16px; + text-align: center; + line-height: 64px; + margin-left: 30px; +} +*{ + padding: 0; + margin: 0; +} +.icon-touxiang{ + font-size:32px; +} +.head_fr{ + float: right; + margin-right: 30px; +} +.box1{ + margin: 50px auto; + background-color: antiquewhite; + width: 1200px; + height: 345px; +} +.boxTwo:hover{ + background-color: white; + color:black; +} +.boxOne{ + width:160px; + height: 345px; + background-color:black; + float: left; + opacity: 0.8; +} +li{ + list-style: none; +} +.boxTwo{ + display: block; + background-color:transparent; + width:160px; + height:40px; + font-size:16px; + color:white; + text-align:left; + text-decoration: none; +} \ No newline at end of file