h5-cli
Version: 
hello
105 lines (91 loc) • 2.78 kB
HTML
<html lang="en">
<head>
	<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="spm-id" content="100.1510"/>
<link rel="dns-prefetch" href="//s.yuantutech.com" />
<link rel="dns-prefetch" href="//api.yuantutech.com" />
    <title>账单</title>
	<link rel="stylesheet" type="text/css" href="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/component/frozen.css">
	<style>
		.page-bill .ui-txt-info{
			-webkit-box-flex:6;
			line-height:1.3em;
			margin-left:10px;
			color:#000;
		}
		.page-bill .ui-list a{
			display:-webkit-box;
			width:100%;
		}
		.page-bill .ui-list > li{
			margin-left:0 ;
			overflow: hidden;
		}
		.page-bill .ui-list-text h4{
		    -webkit-box-flex: inherit;
		    width:50px;
		}
		.page-bill .ui-list-text > li{
			padding:15px 0;
		}
		.page-bill .ui-nowrap{
			text-align: center;
		    line-height: 1.3em;
		    color: #999;
		}
		.page-bill .icon-zhi,.page-bill .icon-wx,.page-bill .icon-yu,.page-bill .icon-card{
			border-radius:50%;
			margin:0 10px;
			transform:scale(0.85);
		}
		.page-bill .ui-txt-info .info{
			font-size: 14px;
		    color: #666;
		    word-wrap: break-word;
		    width:90%;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		    overflow: hidden;
		}
		.page-bill .ui-list-text .status{
			position: absolute;
			right:30px;
			top:15px;
			font-size:12px;
			color:#00a5e0;
		}
		.page-bill .ui-nowrap .time{
			font-size:13px;
		}
		        /*覆盖*/
        #J_PullLoading{
            transition:opacity 0s ease;
            /*transition: opacity .35s ease;*/
        }
	</style>
</head>
<body>
	<div class="page-bill page wait" id="J_Page">
		<div id="J_List">
			<section class="ui-notice" id="J_NoData">
                <i></i>
                <p>没有账单记录</p>
            </section>
		</div>
		<div class="loading small hidden" id="J_PullLoading"></div>
	</div>
	<script charset="utf-8" src="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/??libs/zepto.js,libs/sea.js,libs/seajs-combo.js,config.js,libs/windvane.js,libs/punycode.js,libs/querystring.js,libs/vTemplate.js,component/VModule.js,component/PageModule.js,libs/md5.js,libs/io.js,libs/url.js,libs/util.js,libs/juicer.js,libs/cache.js"></script>
<script async src="https://s.yuantutech.com/yuantu/spm/1.0.17/??spm.js,track.js,view.js"></script>
	<script>
		seajs.use("pages/bill", function(){
            seajs.use("libs/fastclick"); 
        });
	</script>
</body>
</html>