Merge remote-tracking branch 'origin/master'

master
istars 7 years ago
commit b6921002f6

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>填写信息</title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta content="telephone=no" name="format-detection"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<section class="aui-flexView">
<header class="aui-navBar aui-navBar-fixed">
<a href="javascript:;" class="aui-navBar-item">
<i class="icon icon-return"></i>
</a>
<div class="aui-center">
<span class="aui-center-title">填写身份信息</span>
</div>
<a href="javascript:;" class="aui-navBar-item">
<i class="icon icon-sys"></i>
</a>
</header>
<section class="aui-scrollView">
<div class="aui-view-box">
<div class="aui-view-box-item">
<h2>请填写对应的真实信息!</h2>
</div>
<div class="aui-view-box-item">
<h2>您的个人信息:</h2>
<input type="text" placeholder="输入银行卡号">
<input type="text" placeholder="输入身份证号">
<input type="text" placeholder="输入对应的手机号">
</div>
<div class="aui-view-box-item">
<p>请确保填写的信息无误!</p>
</div>
<div class="aui-btn-submit">
<button>提交</button>
</div>
</div>
</section>
<footer class="aui-footer aui-footer-fixed">
<p>
<span>
</span>
</p>
</footer>
</section>
</body>
</html>

@ -0,0 +1,336 @@
/*
<!--
* 17vip
* http://www.17sucai.com/pins/vip
*
* Copyright ,
*
*
*
-->
*/
html,body {
color: #333;
margin: 0;
height: 100%;
font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #000;
}
a, label, button, input, select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
border: 0;
}
body {
background: #fff;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #08acee;
}
button {
outline: 0;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
li {
list-style: none;
}
a {
color: #666;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.aui-flexView {
width: 100%;
height: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.aui-scrollView {
width: 100%;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
position: relative;
margin-top: 0;
}
.aui-navBar {
height: 44px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
z-index: 1002;
background: #fff;
padding-bottom: 20px;
}
.aui-navBar-item {
height: 44px;
min-width: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
padding: 0 0.9rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.7rem;
white-space: nowrap;
overflow: hidden;
color: #a0a0a0;
position: relative;
}
.aui-navBar-item:first-child {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: -25%;
font-size: 0.9rem;
font-weight: bold;
}
.aui-navBar-item:last-child {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.aui-center {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
width: 50%;
margin-left: 25%;
}
.aui-center-title {
text-align: center;
width: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
text-overflow: ellipsis;
font-size: 0.95rem;
color: #333;
}
.icon {
width: 20px;
height: 20px;
display: block;
border: none;
float: left;
background-size: 20px;
background-repeat: no-repeat;
}
.icon-return {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACh0lEQVRoQ+3ZMW8TMRQH8PcOsTBQISExVCIRCwgWFvZ+hZYBpIrEcTYkBsTGlI2VDamL3YEBpWJoR1BJaOlXYEzyDYp0bMRGRjnJoDuWs/1e3EbKeHf55b33vzsb4YJ98IJ54RKce8XZV1gIcQ8AviDiD2vtC631pzZFYQ2WUt611p4CwM0VcqqU2soSXIN1ztdKqTfZgRuw75RSz9tg3bHsWjomlh04NpYVOAWWDbjf7z8oimLipbH7bUopJdvO7L/Hk8+wwyLiCSLe8H6cww4BwGYFTo0lbWkKLBmYCksCrsNaa99rrZ/FmFnS0GrCdrvd3mg0MqEDqu58yVKaAzZZSwshHgLAsX/rcW2csrJVtaNXeIWdIuL16qJU2OgVrsMCwEGn03mSamaThVYTtizLp+PxeJkioJKFFldslJbmjA0O5o4NCm7AHpZluUM5s1FCSwjxCAA++7ceADiczWaPJ5PJL6qAihJaUspdY8w+Il7xLsASG6SlhRA/EfGa91BxNJ/Pd7hVNtiT1mAwOAeADXdCa637Hi0Wi3zBUsptY8wHRLzqwIh/nlbzbWmna0roLEOrmo11QQd9W1oHdFDwOrR3cLCH/uuFn0uQRQE7dMPKJHl6RwNzRUcF/w9N9VIRHVyhazbLDihWP5KAHbphOzQ5OhmYCzopmAM6OZgaTQL20FMAuOUtHESfaTLwCn3HWnuWEk0KpkCTg1OjWYArtDHmKyJu+jMdeh+KDdghh8NhZ7lcfvPRoXcaWYFToNmBY6NZgj20m+nb3pr3W631yzY7GWzBDtXr9TaLojjz0N+VUvezBXvoPQBw0Fda649Zg9vg6o5l3dKhse58l+AY/yqnc/4GvNDoTFOq8FwAAAAASUVORK5CYII=");
}
.aui-view-box {
padding: 1rem;
}
.aui-view-box-item h2 {
font-size: 0.8rem;
color: #484848;
padding: 0.8rem 0;
}
.aui-view-box-item textarea {
background: #f4f4f4;
border-radius: 5px;
padding: 0.8rem;
border: none;
width: 100%;
font-size: 0.8rem;
resize: none;
height: 10rem;
}
.aui-view-box-item input {
background: #f4f4f4;
border-radius: 5px;
padding: 0.8rem;
border: none;
width: 100%;
font-size: 0.8rem;
resize: none;
margin-bottom: 0.8rem;
}
.aui-view-box-item p {
color: #bdbdbd;
font-size: 0.8rem;
padding-bottom: 1rem;
}
.aui-btn-submit button {
text-align: center;
position: relative;
border: none;
pointer-events: auto;
width: 100%;
display: block;
font-size: 0.8rem;
height: 3rem;
line-height: 3rem;
margin-top: 0.5rem;
border-radius: 50px;
background: #17bd88;
color: #fff;
}
.aui-footer {
width: 100%;
position: relative;
z-index: 100;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: .104rem 0 .07rem;
background-color: rgba(255, 255, 255, 0.96);
}
.aui-footer-fixed {
position: fixed;
bottom: 0;
left: 0;
z-index: 49;
}
.aui-footer p {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #979797;
}
.aui-footer p {
color: #999;
font-size: 0.8rem;
padding-bottom: 15px;
}
.aui-footer p em {
color: #17bd88;
font-style: normal;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -0,0 +1,82 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>消息中心</title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta content="telephone=no" name="format-detection"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<section class="aui-flexView">
<header class="aui-navBar aui-navBar-fixed">
<a href="javascript:;" class="aui-navBar-item">
<i class="icon icon-return"></i>
</a>
<div class="aui-center">
<span class="aui-center-title">消息中心</span>
</div>
<a href="javascript:;" class="aui-navBar-item">
<i class="icon icon-member"></i>
</a>
</header>
<section class="aui-scrollView">
<div class="aui-layout">
<a href="javascript:void(0);" class="aui-layout-item">
<div class="aui-layout-item-img">
<img src="icon-item005.png" >
</div>
<div class="aui-layout-item-text">
<h4>消息提醒</h4>
<p>这里是消息内容</p>
</div>
</a>
<a href="javascript:void(0);" class="aui-layout-item">
<div class="aui-layout-item-img">
<img src="icon-item002.png">
</div>
<div class="aui-layout-item-text">
<h4>客服</h4>
<p>这里是客服消息</p>
</div>
</a>
<a href="javascript:void(0);" class="aui-layout-item">
<div class="aui-layout-item-img">
<img src="icon-item005.png" >
</div>
<div class="aui-layout-item-text">
<h4>消息提醒</h4>
<p>这是内容</p>
</div>
</a>
<a href="javascript:void(0);" class="aui-layout-item">
<div class="aui-layout-item-img">
<img src="icon-item004.png" >
</div>
<div class="aui-layout-item-text">
<h4>互动消息</h4>
<p>XXXXX</p>
</div>
</a>
<a href="javascript:void(0);" class="aui-layout-item">
<div class="aui-layout-item-img">
<img src="icon-item005.png">
</div>
<div class="aui-layout-item-text">
<h4>通知消息</h4>
<p>XXXX </p>
</div>
</a>
</div>
</section>
</section>
</body>
</html>

@ -0,0 +1,297 @@
/* 公共样式表css */
html,body {
color: #333;
margin: 0;
height: 100%;
font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a, label, button, input, select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
text-decoration: none;
color: #000;
}
img {
border: 0;
}
body {
background: #fff;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #08acee;
}
button {
outline: 0;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
li {
list-style: none;
}
a {
color: #666;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.aui-flexView {
width: 100%;
height: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.aui-navBar {
height: 44px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background-color: rgba(255, 255, 255, 0.98);
}
.aui-navBar:after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #B2B2B2;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.aui-scrollView {
width: 100%;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
position: relative;
margin-bottom: -1px;
}
.aui-navBar-item {
height: 44px;
min-width: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
padding: 0 0.9rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.3rem;
white-space: nowrap;
overflow: hidden;
color: #5C5C5C;
}
.aui-navBar-item:first-child {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: -25%;
}
.aui-navBar-item:last-child {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.aui-center {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
width: 50%;
margin-left: 25%;
}
.icon {
width: 20px;
height: 20px;
display: block;
border: none;
float: left;
background-size: 20px;
background-repeat: no-repeat;
}
.icon-return {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACf0lEQVRoQ93bwYrUQBAA0Kokw+BNhMEVggruZRkIMfmB+YXFw85FQf0Ff8Nv0IvoQVDxA2RZQS/dk4X5AA8e1pOeB6ZLeplAwBkn6aS7q6dPgaSSflQnFBUagfnI8/xmHMcfAGBGRD+UUqdVVVWm00bTQBdxG+wXAMjr523QD6uq+mMyB7bgbdgG+qmU8vXBgP+H3SBPhRAfDwK8D0tE51LKmQlWx7Ba0i2wl0qpmen7ywrsAssG7ArLAuwS6x3sGusV7APrDewL6wXsE+sc7BvrFMwB6wzMBesEzAlrHcwNaxXMEWsNzBVrBcwZOziYO3ZQcAjYwcChYAcBh4TtDQ4N2wscItYYrLFRFF0i4t1t7VIi6t1dNG3D7oszatOWZXkFALcbfwKuDxEROGONMpxl2TxJkrca1xxEdI0lol59430Z6nu+c4aLojhDxHc7HvxJCPEIANZ9J2YrvjM4TdMbk8nkZxRFt3ZM6r0QYs4V3RmskdPp9Gg8HktEvBMa2gjcQF8g4nFIaGNwqOhe4BDRvcEd0GcAoGx9fdvedxBwGzQRvZFSPvGNHgzcQH9HxHs7Sk7v6EHBGpllWZokyVeu6MHB3NFWwJzR1sBc0VbBHNHWwdzQTsAd0I8BgNoWESbXOQO3RL+SUj63iXYKrtGj0egbAKQ7ihOraOdgjczz/H4cxxc+0F7APtHewL7QXsE+0N7BrtEswC7RbMAd0M9MCo46hhW4DRoAXgohXpii2YEbaF2cHG2DrddrvY3HaO8SS7BGFkVxjIi6OPkHTUSHtY2nzuo2NBH9Xq1WJ8vl8pfJsmab4RpTluUDIvqMiCcAcKWUmi8Wi3MTrI75C5IXV1vJTA+EAAAAAElFTkSuQmCC');
}
.icon-member {
background-image: url('data:image/png;base64,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');
}
.aui-center-title {
text-align: center;
width: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
text-overflow: ellipsis;
font-size: 0.9rem;
color: #232326;
}
.aui-layout-item {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 15px;
position: relative;
color: #000000;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.aui-layout-item-img {
margin-right: .8em;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
}
.aui-layout-item-img img {
width: 45px;
height: 45px;
vertical-align: top;
}
.aui-layout-item-text p {
color: #808080;
font-size: 13px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.aui-layout-item-text {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
}
.aui-layout-item-text h4 {
color: #333;
font-size: 1rem;
margin-bottom: 5px;
font-weight: normal;
}
.aui-layout-item-text p {
color: #999999;
font-size: 0.8rem;
}
.aui-layout-item:after {
content: " ";
position: absolute;
left: 20px;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #E5E5E5;
color: #E5E5E5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}

@ -0,0 +1,118 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>我的订单</title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta content="telephone=no" name="format-detection"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<section class="aui-flexView">
<header class="aui-navBar aui-navBar-fixed">
<a href="javascript:;" class="aui-navBar-item">
<i class="icon icon-return"></i>
</a>
<div class="aui-center">
<span class="aui-center-title">我的订单</span>
</div>
<a href="javascript:#;" class="aui-navBar-item">
<i class="icon icon-sys"></i>刷新
</a>
</header>
<section class="aui-scrollView">
<div class="aui-pri-box">
<div class="aui-flex">
<div class="aui-pri-img">
<img src="vip.png">
</div>
<div class="aui-flex-box">
<h2>用户 <em>XXX</em></h2>
</div>
<div class="aui-pri-button"> </div>
</div>
</div>
<div class="aui-list-box">
<a href="javascript:;" class="aui-list-item">
<div class="aui-right-top"> </div>
<div class="aui-list-head">订单1</div>
<div class="aui-flex">
<div class="aui-flex-box">
<h4>1111</h4>
</div>
<div class="aui-text-time"> </div>
<div class="aui-button-get">
<button>详情</button>
</div>
</div>
<div class="aui-dotted"> </div>
</a>
<a href="javascript:;" class="aui-list-item">
<div class="aui-right-top"> </div>
<div class="aui-list-head">订单2</div>
<div class="aui-flex">
<div class="aui-flex-box">
<h4>2222</h4>
</div>
<div class="aui-text-time"> </div>
<div class="aui-button-get">
<button>详情</button>
</div>
</div>
<div class="aui-dotted"> </div>
</a>
<a href="javascript:;" class="aui-list-item">
<div class="aui-right-top"> </div>
<div class="aui-list-head">订单3</div>
<div class="aui-flex">
<div class="aui-flex-box">
<h4>3333</h4>
</div>
<div class="aui-text-time"> </div>
<div class="aui-button-get">
<button>详情</button>
</div>
</div>
<div class="aui-dotted"> </div>
</a>
<a href="javascript:;" class="aui-list-item">
<div class="aui-right-top"> </div>
<div class="aui-list-head">订单4</div>
<div class="aui-flex">
<div class="aui-flex-box">
<h4>4444</h4>
</div>
<div class="aui-text-time"> </div>
<div class="aui-button-get">
<button>详情</button>
</div>
</div>
<div class="aui-dotted"> </div>
</a>
<a href="javascript:;" class="aui-list-item">
<div class="aui-right-top"> </div>
<div class="aui-list-head">订单5</div>
<div class="aui-flex">
<div class="aui-flex-box">
<h4>55555</h4>
</div>
<div class="aui-text-time"> </div>
<div class="aui-button-get">
<button>详情</button>
</div>
</div>
<div class="aui-dotted"> </div>
</a>
</div>
</section>
</section>
</body>
</html>

@ -0,0 +1,474 @@
/*
<!--
* 17vip
* http://www.17sucai.com/pins/vip
*
* Copyright ,
*
*
*
-->
*/
html,body {
color: #333;
margin: 0;
height: 100%;
font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #000;
}
a, label, button, input, select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
border: 0;
}
body {
background: #edeff3;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #08acee;
}
button {
outline: 0;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
li {
list-style: none;
}
a {
color: #666;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
.divHeight {
width: 100%;
height: 10px;
background: #f5f5f5;
position: relative;
overflow: hidden;
}
.r-line {
position: relative;
}
.r-line:after {
content: '';
position: absolute;
z-index: 0;
top: 0;
right: 0;
height: 100%;
border-right: 1px solid #D9D9D9;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.b-line {
position: relative;
}
.b-line:after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #e2e2e2;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.aui-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 15px;
position: relative;
}
.aui-flex-box {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
font-size: 14px;
color: #333;
}
/* 必要布局样式css */
.aui-flexView {
width: 100%;
height: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.aui-scrollView {
width: 100%;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
position: relative;
}
.aui-navBar {
height: 44px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
z-index: 1002;
background-image: -webkit-gradient(linear,left top,right top,from(#39b9ff),to(#3579e4));
background-image: -webkit-linear-gradient(left,#39b9ff,#3579e4);
background-image: -moz-linear-gradient(left,#39b9ff,#3579e4);
background-image: linear-gradient(to right,#39b9ff,#3579e4);
background-color: #3579e4;
}
.aui-navBar-item {
height: 44px;
min-width: 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
padding: 0 0.9rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.7rem;
white-space: nowrap;
overflow: hidden;
color: #fff;
position: relative;
}
.aui-navBar-item:first-child {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: -25%;
font-size: 0.9rem;
font-weight: bold;
}
.aui-navBar-item:last-child {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.aui-center {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
width: 50%;
margin-left: 25%;
}
.aui-center-title {
text-align: center;
width: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
text-overflow: ellipsis;
font-size: 0.95rem;
color: #fff;
}
.icon {
width: 20px;
height: 20px;
display: block;
border: none;
float: left;
background-size: 20px;
background-repeat: no-repeat;
}
.icon-return{
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACcklEQVRoQ+3bPavWMBjG8f+FiogiCIIfQPEMLi4iHF8XJ6fzAVx1chGcdRZBBCfdxEkHBfGgIL7gmfwGLoKDguDo4HZLIEIox6ZP26RJtGtp2l/vKylpWvGPbSrBa2Z7gbvAEWBT0q1U17U42Mz2AK+B9QB5UtLHFOhFwX/BOuclSY+aAvdgvwFrkn42A+7B/gBOS/qUAuvazB7pHux34FxKbHZwBLsu6XOqyv5pN1uFS8Bmq3Ap2CxgM9sHvOo8Z925XZ/NEuOwmySNtMe+AU50+uYi2KQVLhGbDFwqNgm4ZOzs4NKxs4JrwM4GrgU7C7gm7GRwbdhJ4Bqxo8G1YkeBa8auDO7BfgXO5pjPTp0vD548RLCnJH2ZejE5jh8EbgU7KNItYaNgvyLwdpv5rOuz1cR48AsAM7sB3Oz0rWqxQyr80K0CdMD3JV3JMcCkOEfvoGVmZwAX6R2dk9+WdD3FBaVuMzpKm9kG8KQVdBTs7nhL6EHgAP0Y2FlzvAeDPfoi8Kxm9ErgFtArgwP0U2BXJ973JF1NPdJOaX8U2KMvAC9qQ48GB+jnwO5aKj0J7NHngZe1oCeDa0PPAg7Qm4D7DCncihrIZgN7tPvWyn1zVSx6VnAN6NnBAdqt+rvV/6LinQTs0W7V363+F4VOBi4VnRQcoN1Atr+EeCcHe/Rx4H0J6CzgAO369IElK50N7NHHgA9LorOCS0BnBwfod8DBTrwfSLo8Zb4bO3YRsEevAVvboO9Iuha78LH7FwNH0G3+8xCg3SPrUFC19v55CCNpZkfd7zvAYf8yYUPSr7Gx7Ttu0UinAMXa/A+O3aHa9/8GowEyTObF2IkAAAAASUVORK5CYII=');
}
.aui-pri-box{
width:100%;
height:6rem;
background-image: -webkit-gradient(linear,left top,right top,from(#39b9ff),to(#3579e4));
background-image: -webkit-linear-gradient(left,#39b9ff,#3579e4);
background-image: -moz-linear-gradient(left,#39b9ff,#3579e4);
background-image: linear-gradient(to right,#39b9ff,#3579e4);
background-color: #3579e4;
}
.aui-pri-img{
width:60px;
height:60px;
overflow:hidden;
margin-right:0.8rem;
border-radius:100%;
}
.aui-pri-img img{
width:60px;
height:60px;
display:block;
border:none;
}
.aui-flex-box h2{
color:#daeffe;
font-weight:normal;
font-size:0.95rem;
margin-bottom:0.3rem;
}
.aui-flex-box h3{
color:#daeffe;
font-weight:normal;
font-size:0.95rem;
}
.aui-flex-box h2 em{
font-style:normal;
color:#fff;
font-weight:bold;
}
.aui-flex-box h3 em{
color:#fff;
font-style:normal;
font-weight:bold;
}
.aui-pri-button button{
background:none;
border:1px solid #fff;
color:#fff;
border-radius:20px;
font-size:0.75rem;
padding:0.2rem 0.8rem;
}
.aui-list-box{
position:relative;
overflow:hidden;
padding:0 15px;
}
.aui-list-item{
margin-top:15px;
display:block;
border-radius:5px;
background:#fff;
position:relative;
overflow:hidden;
}
.aui-dotted{
padding:15px;
border-top:1px dashed #d8d9dc;
}
.aui-dotted h2{
color:#666666;
font-size:0.85rem;
font-weight:normal;
}
.aui-dotted h2 em{
color:#4080e8;
font-style:normal;
font-weight:bold;
}
.aui-dotted button{
background:none;
border:1px solid #fa5d5d;
color:#fa5d5d;
font-size:0.85rem;
margin-top:0.6rem;
padding:0.2rem 0.9rem 0.2rem 0.5rem;
position:relative;
}
.aui-dotted button:after{
content: '';
width: 0;
height: 0;
border-width: 5px 0px 5px 8px;
border-style: solid;
border-color: transparent transparent transparent #fa5d5d;
position: absolute;
top: 30%;
right: 4px;
border-radius: 1px;
}
.aui-list-head{
padding:15px 0 0 15px;
font-size:0.9rem;
}
.aui-flex-box h4{
color: #fa5d5d;
font-size:1.5rem;
font-weight:normal;
}
.aui-flex-box h5{
font-size:0.85rem;
font-weight:normal;
color:#999999;
}
.aui-button-get button{
background-image: -webkit-gradient(linear,left top,right top,from(#ff744a),to(#fc2943));
background-image: -webkit-linear-gradient(left,#ff744a,#fc2943);
background-image: -moz-linear-gradient(left,#ff744a,#fc2943);
background-image: linear-gradient(to right,#ff744a,#fc2943);
background-color: #fc2943;
color:#fff;
font-size:0.8rem;
border:none;
padding:0.3rem 0.8rem;
}
.aui-text-time{
padding-right:2rem;
}
.aui-text-time p {
font-size:0.85rem;
color:#999999;
}
.aui-right-top{
position:absolute;
right:0;
top: 0;
width:50px;
height:50px;
}
.aui-right-top img{
width:100%;
height:auto;
display:block;
border:none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -0,0 +1,142 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes"/>
<title>我的订单</title>
<link href="bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="home.css" rel="stylesheet" type="text/css"/>
<link href="font_l6a0fwucxvzehfr.css" type="text/css"/>
<style type="text/css">
.tb960x90 {display:none!important;display:none}
</style>
</head>
<body>
<!--top-->
<div class="top_c">
<a ></a>
<p class="titi">
已审核订单
</p>
</div>
<!--头部-->
<div class="pos">
<div class="container">
<div class="row titll">
</div>
</div>
</div>
<!--列表-->
<div class="ding_d">
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
</div>
</body>
</html>

@ -0,0 +1,142 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes"/>
<title>我的订单</title>
<link href="bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="home.css" rel="stylesheet" type="text/css"/>
<link href="font_l6a0fwucxvzehfr.css" type="text/css"/>
<style type="text/css">
.tb960x90 {display:none!important;display:none}
</style>
</head>
<body>
<!--top-->
<div class="top_c">
<a ></a>
<p class="titi">
未审核订单
</p>
</div>
<!--头部-->
<div class="pos">
<div class="container">
<div class="row titll">
</div>
</div>
</div>
<!--列表-->
<div class="ding_d">
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
<div class="on_d">
<div class="sp_pr">
<img src=>
<div class="text_p">
<p>
订单 <span>银行转账</span>
</p>
<span class="yue">123456</span>
<span class="yue">123456</span>
</div>
<div class="button">
<p>
<span>123456</span>
</p>
<a href="#" class="liji">详情</a>
</div>
</div>
</div>
</div>
</body>
</html>
Loading…
Cancel
Save