1 Star 0 Fork 0

木木秋/Yunnan text

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
云南.css 6.80 KB
一键复制 编辑 原始数据 按行查看 历史
木木秋 提交于 2023-03-10 14:09 . html /css
*{
margin: 0;
padding: 0;
}
.w{
width: 100%;
margin: auto;
}
body{background-color: #cac9c9;}
.top{
background-image: url(images/v2-7b5cb1365840d17bf0119cff0c010f16_r.jpg);
}
.header{
height: 42px;
margin: 0px auto;
background-color: rgb(229, 248, 254);
}
.logo{float: left;
width: 190px;
height: 42px;
}
.nav{float: left;
margin-left: 70px;
}
.nav ul li{
float: left;
list-style: none;
margin: 0 10px;
}
.nav ul li a{
display: block;
height: 42px;
padding: 0 10px;
color: black;
text-decoration: none;
font-size: 25px;
font-weight: 900;
}
.search{float: left;
height: 42px;
width: 300px;
margin-left: 45px;
}
.search input{
float: left;
width: 230px;
height: 40px;
border: 1px solid rgb(122, 215, 252);
font-size: 18px;
color: #bfbfbf;
padding-left: 15px;
}
.search button{
float: left;
width: 45px;
height: 42px;}
.context-top{
text-align: center;
width: 100%;
height: 500px;
margin-top: 200px;}
.context-top p{
color: rgba(129, 250, 9, 0.908);
font-style: italic;
font-size: 23px;
font-weight: 900;
}
.context-top span{
margin-top: 90px;
color: rgb(250, 109, 57);
font-style: italic;
font-size: 28px;
}
.top1 h3 a{
text-decoration: none;
color: black;
font-size: 25px;
font-weight: 900;
text-align: center;
}
.context {
display: flex;
width:100%;
height: 400px;
line-height:25px;
font-size: 20px;
margin-top: 20px;
text-indent: 2em;
background-color:rgba(219, 94, 5, 0.428);
}
.context p{
margin: 35px 18px;
}
.context span{
font-weight: 800;
font-size: 25px;
color: rgba(129, 250, 9, 0.959);
}
.title h3 a{
text-decoration: none;
color: black;
font-size: 25px;
font-weight: 900;
}
.end{
float: left;
width: 100%;
height: 80px;
font-weight: 800;
font-size: 25px;
background-color: rgb(229, 248, 254) ;
margin-top: 30px;
}
span p{
float: left;
font-style: italic;
font-size: 25px;
font-weight: bolder;
margin: 40px 50px;
color: black;
}
.title1{
float: left;
height: 438px;
width:600px;
text-align: center;
}
.da-top1 {
width: 160px;
height: 35px;
border:2px dotted rgb(231, 236, 229);
margin:25px 199px;}
.da-top1 a{
color: black;
font-size: 25px;
font-weight: 500;
text-decoration: none;
}
.title1 p{
color: rgb(26, 193, 199);
font-size: 20px;
font-weight: bold;}
.box2 h2{
margin-bottom: 20px;}
.box2 h2 a{
color: rgb(224, 122, 28);
text-decoration: none;
margin-left: 520px;}
.box2 img{
float: left;
margin-bottom: 5px;
margin-left: 10px;}
.text{
text-indent: 2em;
font-size: 18px;
font-weight: 700;
margin-bottom: 30px;
color: rgba(69, 93, 213, 0.904);}
.box3{
width: 100%;
height:450px;
margin-left: 10px;}
.style{float: left;
height: 450px;
margin: 10px 18px;
}
.style img{
float: left;
width:270px;
height:400px;
}
.style p{
font-size: 18px;
font-weight: 700;
margin-left: 70px;
color: rgb(39, 9, 173);}
.box4{
float: left;
margin-left: 10px;}
.box4 div{
font-size: 28px;
font-weight: bold;
text-align: center;
color:darkturquoise;
margin-bottom: 30px;}
.box5{
display: flex;
float: left;
margin-left: 10px;
}
.box5 p{
text-indent: 2em;
font-size: 18px;
font-weight: 700;
margin:45px 10px;
color: rgb(78, 22, 176);
border-color: aliceblue;
border-radius: initial;
}
.slide {
position: relative;
margin: 30px auto;
width: 800px;
height: 500px;
text-align: center;
font-family: Arial;
color: #fff;
overflow: hidden;
}
.slide ul {
margin: 10px 0;
padding: 0;
width: calc(800px * 4);
transition: all .5s;
}
.slide li {
float: left;
width: 800px;
height: 500px;
list-style: none;
line-height: 500px;
font-size: 50px;
}
.slide li:nth-child(1) {
background:url("images/R-C (9).jpg") ;
}
.slide li:nth-child(2) {
background:url("images/W020140630600957613270.jpg");}
.slide li:nth-child(3) {
background:url("images/OIP-C (8).jpg");}
.slide li:nth-child(4) {
background:url("images/196170413_1583721756513_mthumb.jpg") ;
}
.slide input[name="button"] {
display: none;
}
.slide label[for^="button"] {
position: absolute;
top: 450px;
width: 20px;
height: 20px;
margin: 0 10px;
line-height: 20px;
color: #fff;
background-color: #fff;
cursor: pointer;
border-radius: 50%;
transition: .3s;
}
.slide label[for="button1"] {
left: 40%;
}
.slide label[for="button2"] {
left: 45%;
}
.slide label[for="button3"] {
left: 50%;
}
.slide label[for="button4"] {
left: 55%;
}
#button1:checked ~ul {
margin-left: 0;
}
#button2:checked ~ul {
margin-left: -800px;
}
#button3:checked ~ul {
margin-left: -1600px;
}
#button4:checked ~ul {
margin-left: -2400px;
}
#button1:checked ~ label[for="button1"] {
background: rgb(255,80,0);
}
#button2:checked ~ label[for="button2"] {
background: rgb(255,80,0);
}
#button3:checked ~ label[for="button3"] {
background: rgb(255,80,0);
}
#button4:checked ~ label[for="button4"] {
background: rgb(255,80,0);
}
.view{
margin-bottom: 20px;
margin-top: 10px;
float: left;
height:30px;
width: 100%;
}
.view h2{
margin-bottom: 20px;
text-align: center;
color: rgb(30, 66, 208);}
.box6{
float: left;
margin-left: 10px;
border: 1px solid rgb(122, 183, 252);
width: 1200px;
height: 520px;
margin-top: 10px;
margin-bottom: 10px;
}
.box6-0{
float: left;
margin-left: 10px;
border: 1px solid rgb(122, 183, 252);
width: 1200px;
height: 500px;
}
.box6-1{
float: left;
width: 290px;
margin: 10px 5px;
}
.box6-1 p{
text-align: center;
font-weight: 700;
}
.box6-1 span{
text-align: center;
color: rgb(39, 139, 39);
font-weight: 650;
}
.box6-2{
display: flex;
float: left;
margin: 5px 5px;
width: 590px;
height: 250px;
background-color: rgb(187, 130, 33);
}
.box6-2 p{
margin-top: 30px;
text-indent: 2em;
line-height: 25px;
}
.entry{
width: 100%;
background: url("v2-7b5cb1365840d17bf0119cff0c010f16_r.jpg") no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.login{
width: 800px;
position: relative;
height: 100%;
background: url("v2-7b5cb1365840d17bf0119cff0c010f16_r.jpg") no-repeat;
background-size: cover;
border-radius: 30px;
padding: 30px;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/mu-mu-qiu/bathe.git
git@gitee.com:mu-mu-qiu/bathe.git
mu-mu-qiu
bathe
Yunnan text
master

搜索帮助