1 Star 0 Fork 0

《书澜刻逸》/BUI 前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
incomeDeposit.html 3.45 KB
一键复制 编辑 原始数据 按行查看 历史
《书澜刻逸》 提交于 2021-08-05 17:37 . 第一次提交
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Income Deposit</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/buijs/lib/latest/bui.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="./css/font.css"/>
</head>
<style type="text/css">
.centPage {
padding-bottom: 25px;
border-radius: 8px;
margin-left: 16px;
margin-right: 16px;
margin-top: 21px;
background-image: linear-gradient(250deg, #4199f2, #2b57da);
}
.but-pay{
width: 100%;
height: 50px;
background-color: #2B57DA;
color: #FFFFFF;
position: fixed;
bottom: 0px;
text-align: center;
line-height: 50px;
size: 50px;
margin:auto;
left:0;
right:0;
font-weight: 600;
}
</style>
<body>
<div class="bui-page bui-box-vertical">
<header>
<!-- 固定顶部区 -->
<div class="bui-bar" style="background-color: #FFFFFF;">
<div class="bui-bar-left">
<a class="bui-btn" onclick="bui.back();"><i class="icon-back" style="color: black;"></i></a>
</div>
<div class="bui-bar-main" style="color: black; font-weight: 700;">
Income Deposit
</div>
<div class="bui-bar-right">
</div>
</div>
</header>
<main>
<!-- 固定中间滚动内容区 -->
<div class="centPage">
<div class="bui-box-space example-box3">
<div class="span1">
<h1 class="" style="color: white;margin: 16px; font-size: 14px;font-weight: 600;">Fixed deposit rate of return</h1>
</div>
</div>
<div class="bui-box-space example-box3">
<div class="span1" style="text-align: center;color: white;">
<h1>5%</h1>
<h5>week</h5>
</div>
<div class="span1" style="text-align: center;color: white;">
<h1>25%</h1>
<h5>month</h5>
</div>
<div class="span1" style="text-align: center;color: white;">
<h1>150%</h1>
<h5>quarter</h5>
</div>
</div>
</div>
<div class="bui-box">
<div class="span1" style="margin-top: 15px;">
<h3 style="margin-left: 15px;color: #000000;">income: <span style="color: #2B57DA;"> Rs 0.00</span></h3>
</div>
<div class="span1" style="margin-top: 15px;">
<h3 style="color: #000000;"> amount:1000000.00 </h3>
</div>
</div>
<div class="bui-box" style="margin-top: 10px;">
<div class="span1">
<h3 style="color: #000000;margin-left: 15px;">Income</h3>
</div>
<div class="span3" style="text-align: center;">
remaining:88 day
</div>
<div class="span1">
<div style="background-color: #2B57DA;padding: 3px; width: 50px;color: white;text-align: center;border-radius: 50px;margin-right: 15px;">
take
</div>
</div>
</div>
<div class="but-pay"> Deposit</div>
</main>
<footer>
<!-- 固定底部 -->
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/buijs/lib/zepto.js"></script>
<script src="https://cdn.jsdelivr.net/npm/buijs/lib/latest/bui.js"></script>
<script>
bui.ready(function() {
// 所有控件及方法需要在这里执行
})
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dengyu1314/bui-front-end.git
git@gitee.com:dengyu1314/bui-front-end.git
dengyu1314
bui-front-end
BUI 前端
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385