被布置过一个作业,让我们写模仿微信小程序–识色写一个网页,于是网上各种找,没有。。所以,供借鉴
代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main {
width: 400px;
height: 650px;
margin: 10px auto;
border: 1px solid red;
background: #F06060;
}
.start {
width: 300px;
height: 100px;
line-height: 100px;
text-align: center;
margin: 250px auto;
font-size: 30px;
font-weight: 600;
color: #fff;
border: 5px solid red;
border-radius: 20px;
display: none;
cursor: pointer;
}
ul {
d

最低0.47元/天 解锁文章
1205

被折叠的 条评论
为什么被折叠?



