From 59aa3b8878a740af371f47feb8543674da09c41e Mon Sep 17 00:00:00 2001 From: peyxgo6zl <1506421526@qq.com> Date: Sat, 16 Apr 2022 22:00:28 +0800 Subject: [PATCH] ADD file via upload --- css1.css | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 css1.css diff --git a/css1.css b/css1.css new file mode 100644 index 0000000..6cd2921 --- /dev/null +++ b/css1.css @@ -0,0 +1,151 @@ +.topnav { + overflow: hidden; + background-color: whitesmoke; + float: left; + width: 100%; + text-align: center; + font-size: 20px; + position: fixed; + top:0; + box-shadow: 10px 5px 15px dimgray; + z-index: 1; +} + +.topnav a{ + display: inline-block; + color: black; + text-align: center; + padding: 20px 60px; + text-decoration: none; +} + +.topnav a:hover{ + background-color: black; +} + +.topnav a:active{ + background-color: dimgray; +} + +.header{ + background: #7ec6bc; /* fallback for old browsers */ + background: -webkit-linear-gradient(to right, #ebe717, #7ec6bc); /* Chrome 10-25, Safari 5.1-6 */ + background: linear-gradient(to right, #ebe717, #7ec6bc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ + width: 100%; + color: white; + padding: 50px 0px; + text-align: center; + font-size: 72px; +} + +.topnav a:hover{ + background-color: black; + color: white; + top:60px; +} + +#frame{ + text-align: center; +} + +#frame iframe{ + width: 100%; + height: 1800px; + border: 0; +} + +.introduction{ + text-align: center; + width: 100%; + height: 500px; + padding-top: 80px; +} + +.try{ + color: white; + text-decoration-line: none; + position: relative; + top:50px; + border: none; + font-size: 20px; + background-color: black; + padding: 30px 60px; + border-radius: 10px; +} + +.try:hover{ + background-color: dimgray; +} + +.title{ + font-size: 72px; + position: relative; + top:-80px; +} + +.playing{ + width: 100%; + text-align: center; +} + +.lable{ + position: relative; + top:100px; + font-size: 48px; +} + +.searching{ + width: 100%; + height: 50px; + position: relative; + top:100px; +} + +.searching ul{ + list-style-type: none; +} + +.searching ul li{ + display: inline-block; +} + +.searching input{ + width: 800px; + height: 80px; + font-size: 48px; + border-radius: 10px; +} + +.searching input:focus{ + background-color: black; + color: white; +} + +.searching_logo button{ + text-align: center; + border: none; + width: 88px; + height: 88px; + font-size: 48px; + position: relative; + top: 4px; + border-radius: 10px; +} + +.searching_logo button:hover{ + background-color: black; + +} + +.about{ + width: 100%; + height: 1080px; +background-image: url("IMG_0210.JPG")} + +.us{ + position: relative; + top: 100px; + width: 100%; + font-size: 60px; + text-align: center; +} \ No newline at end of file