1 Star 0 Fork 0

一生平安 / test_items

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index2.html 3.24 KB
一键复制 编辑 原始数据 按行查看 历史
一生平安 提交于 2022-01-02 10:45 . frist
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>B站大会员页面</title>
<style>
#BzhanVIP{
background-color: #00a0d8;
text-align: center;
height: 86px;
}
*{
padding: 0px;
margin: 0px;
}
#box{
width: 1131px;
height: 3300px;
border: 1px solid lightgray;
box-shadow: 1px 2px 2px 2px #e7e7e7;
border-radius: 4px;
text-align: center;
margin-top: 32px;
padding-bottom: 82px;
}
#leftmel .p{
width: 173px;
height: 58px;
border-top: gray;
line-height: 65px;
color: darkgray;
font-size: 17px;
border-bottom: 1px solid lightgrey;
}
#leftmel{
background-color: ghostwhite;
width: 173px;
height: 3456px;
border-bottom: 1px solid lightgrey;
border-right: 2px solid lightgrey;
}
#leftmel a{
text-align: center;
text-decoration: none;
display: block;
color: black;
width: 173px;
height: 56px;
line-height: 55px;
font-size: 17px;
float: left;
}
#leftmel a:nth-of-type(14){
border-top: 1px solid lightgrey;
border-bottom: 1px solid lightgrey;
}
#leftmel a:nth-of-type(15){
border-bottom: 1px solid lightgrey;
}
#leftmel a:nth-of-type(16){
border-bottom: 1px solid lightgrey;
}
#leftmel a:nth-of-type(17){
border-bottom: 2px double lightgrey;
}
#leftmel a:hover{
background-color: lightgray;
}
#leftmel a:active {
color: white;
background-color: #00A0D8;
}
.border-left{
float: right;
width: 956px;
height: 58px;
line-height: 62px;
text-align: left;
border-bottom: 1px solid lightgray;
}
.border-left a {
color: #00A0D8;
text-decoration: none;
}
.box-top{
width: 5px;
height: 20px;
margin-left: 30px;
display: inline-block;
vertical-align: middle;
background-color: #00A0D8;
border-radius: 2px 2px 2px 2px;
}
.xf{
width: 85px;
height: 32px;
color: white;
background-color: #00A0D8;
border-radius: 3px;
border:1px solid lightgray;
}
.xf:hover{
background-color: #00b0eb;
}
.zs{
width: 85px;
height: 32px;
background-color: white;
border-radius: 3px;
border:1px solid lightgray;
}
.zs:hover{
color: white;
background-color: #00b0eb;
}
</style>
</head>
<body>
<div id="BzhanVIP">
<img src="img/rl_top.35edfde.png"/>
</div>
<center>
<div id="box">
<div class="border-left">
<div class="box-top"></div>
<a href="javascript:;">大会员</a>
</div>
<div id="leftmel">
<p class="p">个人中心</p>
<a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a href="#">&nbsp;&nbsp;</a>
<a href="#">会员积分</a>
<a href="#">我的信息</a>
<a href="#">我的头像</a>
<a href="#">粉丝勋章</a>
<a href="#">成就勋章</a>
<a href="#">账号安全</a>
<a href="#">黑名单管理</a>
<a href="#">我的硬币</a>
<a href="#">我的记录</a>
<a href="#">实名认证</a>
<a href="#">邀请注册</a>
<a href="#">个人空间</a>
<a href="#">我的钱包</a>
<a href="#">创作中心</a>
<a href="#">直播中心</a>
</div>
</div>
</center>
</body>
</html>
1
https://gitee.com/liu-27749/test_items.git
git@gitee.com:liu-27749/test_items.git
liu-27749
test_items
test_items
master

搜索帮助