css布局实现移动端手机端h5邀请好友领现金活动页面效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局实现移动端手机端h5邀请好友领现金活动页面效果代码
代码标签: 移动 端 手机 端 h5 邀请 好友 领 现金 活动 页面 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>邀请好友 赚取现金</title>
<meta name="description" content="Neat">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" user-scalable="no">
<style>
html, body{
min-height: 100%;
}
*{
margin:0;
padding:0;
font-size: 14px;
}
ul{
list-style:none;
}
.hide{
display: none;
}
.lf{
float: left;
}
.lr{
float: right;
}
.red, .red a,.red a h5, .red a p{
color:#FF0000 !important;
}
html{
background: url('//repo.bfw.wiki/bfwrepo/image/60d7b68ad394d.png') no-repeat;
background-size: 100% 100%;
}
.main-group{
width:100%;
min-height: 100%;
padding:0 20px;
box-sizing:border-box
}
.main-title{
font-weight: bold;
font-size: 32px;
color:#fff;
text-align: center;
margin-top:30px;
text-shadow:4px 4px 8px #6d3900;
}
.price-group, .items-group{
margin-top:20px;
background: #fff;
border-radius: 10px;
padding:20px;
}
.price-group .price-ul{
di.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0