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{ display: flex; justify-content:space-between; width: 100% } .price-group .price-ul li{ width:30%; padding:16px 0 8px 0; text-align: center; background: url(//repo.bfw.wiki/bfwrepo/image/60d7b69d1a8e0.png) no-repeat; background-size: 100% 100%; } .price-group .price-ul li h4{ font-size:32px; font-weight: bold; color: #e86f04; } .price-group .price-ul li h4 span{ font-size:14px; font-weight:400; } .price-group .price-ul li .count{ margin-top:12px; color: #fff } .price-group .note-group{ display: flex; margin:20px 0; height:40px; line-height: 40px; background: #ffeacf; color: #b55e03; font-size: 16px; } .price-group .note-group .title{ padding:0 10px; background: #f67608; color: #fff; font-size: 18px; font-weight: bold; } .price-group .note-group .desc{ margin-left:5px; } .price-group .note-group .desc span{ font-weight: bold; color: #f67608; } .price-group .invite-btn{ border:0; width:100%; height:40px; line-height: 40px; border-radius: 20px; background: #f9cc1d; color: #000; font-size: 18px; } .items-group .items-title{ height: 40px; line-height: 40px; text-align: center; border-radius: 5px; background: #ffce8f; color: #190d00; font-size: 16px; } .items-group .items-title span{ font-weight: bold; color: #f67608; } .items-group .items{ display: flex; justify-content:space-between; line-height: 33px } .items-group .item-header{ height: 56px; line-height: 60px; color: #999; border-bottom: 1px dashed #999; } .items-body-group{ margin-top:6px; max-height: 130px; overflow:hidden; } .items-group .items .box-1{ width:35%; } .items-group .items .box-3{ width:40%; text-align: right; } .items-group .items .box-2{ width:25%; text-align: center; } .items-group .ok .box-2, .items-group .ok .box-3{ color: #02d800; } .items-group .no .box-2, .items-group .no .box-3{ color: #ff8f19; } .copyright{ font-size: 11px; margin:10px 0; text-align: center; color: #ffc3c3; } </style> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script> </head> <body> <div class="main-group"> <h3 class="main-title"> 邀请好友 赚取现金 </h3> <div class="price-group"> <ul class="price-ul"> <li>.........完整代码请登录后点击上方下载按钮下载查看
网友评论0