first commit
386
static/css/base.css
Normal file
@@ -0,0 +1,386 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.font-color,.font-color-red {
|
||||
color: #E93323!important
|
||||
}
|
||||
|
||||
.bg-color {
|
||||
background-color: #E93323 !important
|
||||
}
|
||||
|
||||
.icon-color {
|
||||
color: #E93323
|
||||
}
|
||||
|
||||
.cart-color {
|
||||
color: #E93323 !important;
|
||||
border: 1px solid #E93323 !important
|
||||
}
|
||||
|
||||
.padding20 {
|
||||
padding: 20rpx
|
||||
}
|
||||
|
||||
.pad20 {
|
||||
padding: 0 20rpx
|
||||
}
|
||||
|
||||
.padding30 {
|
||||
padding: 30rpx
|
||||
}
|
||||
|
||||
.pad30 {
|
||||
padding: 0 30rpx
|
||||
}
|
||||
|
||||
.mb30 {
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.borRadius14 {
|
||||
border-radius: 14rpx !important;
|
||||
}
|
||||
.acea-row {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-lines: multiple;
|
||||
-moz-box-lines: multiple;
|
||||
-o-box-lines: multiple;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap
|
||||
}
|
||||
|
||||
.acea-row.row-middle {
|
||||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
-o-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.acea-row.row-top {
|
||||
-webkit-box-align: start;
|
||||
-moz-box-align: start;
|
||||
-o-box-align: start;
|
||||
-ms-flex-align: start;
|
||||
-webkit-align-items: flex-start;
|
||||
align-items: flex-start
|
||||
}
|
||||
|
||||
.acea-row.row-bottom {
|
||||
-webkit-box-align: end;
|
||||
-moz-box-align: end;
|
||||
-o-box-align: end;
|
||||
-ms-flex-align: end;
|
||||
-webkit-align-items: flex-end;
|
||||
align-items: flex-end
|
||||
}
|
||||
|
||||
.acea-row.row-center {
|
||||
-webkit-box-pack: center;
|
||||
-moz-box-pack: center;
|
||||
-o-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.acea-row.row-right {
|
||||
-webkit-box-pack: end;
|
||||
-moz-box-pack: end;
|
||||
-o-box-pack: end;
|
||||
-ms-flex-pack: end;
|
||||
-webkit-justify-content: flex-end;
|
||||
justify-content: flex-end
|
||||
}
|
||||
|
||||
.acea-row.row-left {
|
||||
-webkit-box-pack: start;
|
||||
-moz-box-pack: start;
|
||||
-o-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
-webkit-justify-content: flex-start;
|
||||
justify-content: flex-start
|
||||
}
|
||||
|
||||
.acea-row.row-between {
|
||||
-webkit-box-pack: justify;
|
||||
-moz-box-pack: justify;
|
||||
-o-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between
|
||||
}
|
||||
|
||||
.acea-row.row-around {
|
||||
justify-content: space-around;
|
||||
-webkit-justify-content: space-around
|
||||
}
|
||||
|
||||
.acea-row.row-column-around {
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
-webkit-justify-content: space-around
|
||||
}
|
||||
|
||||
.acea-row.row-column {
|
||||
-webkit-box-orient: vertical;
|
||||
-moz-box-orient: vertical;
|
||||
-o-box-orient: vertical;
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column
|
||||
}
|
||||
|
||||
.acea-row.row-column-between {
|
||||
-webkit-box-orient: vertical;
|
||||
-moz-box-orient: vertical;
|
||||
-o-box-orient: vertical;
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-pack: justify;
|
||||
-moz-box-pack: justify;
|
||||
-o-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between
|
||||
}
|
||||
|
||||
.acea-row.row-center-wrapper {
|
||||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
-o-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-moz-box-pack: center;
|
||||
-o-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.acea-row.row-between-wrapper {
|
||||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
-o-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: justify;
|
||||
-moz-box-pack: justify;
|
||||
-o-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between
|
||||
}
|
||||
|
||||
.start{width: 122rpx; height: 30rpx;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAADMCAYAAAC8yreMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDMDg0NEE2QTVFNUQxMUU4QUI3RkNGOTgwNDYyRUZDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODU5QzVENDMwRjcxMUU5OTQ0QzlEOTQ5RkE1MTlBRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODU5QzVEMzMwRjcxMUU5OTQ0QzlEOTQ5RkE1MTlBRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkN2ZhZTM5NC0wNmE4LTkzNGYtODA0OS0zNjBjNTcxOTU2YjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmYWI1M2NhMC04MWE1LTE5NGItYmJlYi1jMzI2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');background-repeat: no-repeat; background-size: 122rpx auto;}
|
||||
.start.star5{background-position: 0 3rpx;}
|
||||
.start.star4{background-position: 0 -30rpx;}
|
||||
.start.star3{background-position: 0 -70rpx;}
|
||||
.start.star2{background-position: 0 -105rpx;}
|
||||
.start.star1{background-position: 0 -140rpx;}
|
||||
.start.star0{background-position: 0 -175rpx;}
|
||||
|
||||
* {
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
page {
|
||||
font-size: 28rpx;
|
||||
background-color: #f5f5f5 !important;
|
||||
color: #333;
|
||||
/* height: 100%; */
|
||||
}
|
||||
|
||||
body,html {
|
||||
background-color: #f5f5f5 !important;
|
||||
/* height: unset */
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: normal;
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0
|
||||
}
|
||||
|
||||
radio .wx-radio-input {
|
||||
border-radius: 50%;
|
||||
width: 38rpx;
|
||||
height: 38rpx;
|
||||
}
|
||||
|
||||
radio .wx-radio-input.wx-radio-input-checked {
|
||||
border: 1px solid #E93323 !important;
|
||||
background-color: #E93323 !important
|
||||
}
|
||||
|
||||
radio .uni-radio-input {
|
||||
border-radius: 50%;
|
||||
width: 38rpx;
|
||||
height: 38rpx
|
||||
}
|
||||
|
||||
radio .uni-radio-input.uni-radio-input-checked {
|
||||
border: 1px solid #E93323 !important;
|
||||
background-color: #E93323 !important
|
||||
}
|
||||
|
||||
checkbox .wx-checkbox-input {
|
||||
border-radius: 50%;
|
||||
width: 38rpx;
|
||||
height: 38rpx;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
||||
border: 1px solid #E93323 !important;
|
||||
background-color: #E93323 !important;
|
||||
color: #fff!important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
||||
font-size: 35rpx
|
||||
}
|
||||
|
||||
checkbox .uni-checkbox-input {
|
||||
border-radius: 50%;
|
||||
width: 38rpx;
|
||||
height: 38rpx
|
||||
}
|
||||
|
||||
checkbox .uni-checkbox-input.uni-checkbox-input-checked {
|
||||
border: 1px solid #E93323 !important;
|
||||
background-color: #E93323 !important;
|
||||
color: #fff!important
|
||||
}
|
||||
|
||||
checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
|
||||
font-size: 35rpx
|
||||
}
|
||||
|
||||
.line1 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
.line2 {
|
||||
word-break: break-all;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
/* height: 84rpx; */
|
||||
}
|
||||
|
||||
.mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #000;
|
||||
opacity: .5;
|
||||
z-index: 5
|
||||
}
|
||||
|
||||
@keyframes load {
|
||||
from {
|
||||
transform: rotate(0)
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(360deg)
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes load {
|
||||
from {
|
||||
transform: rotate(0)
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(360deg)
|
||||
}
|
||||
}
|
||||
|
||||
.loadingpic {
|
||||
animation: load 3s linear 1s infinite;
|
||||
--webkit-animation: load 3s linear 1s infinite
|
||||
}
|
||||
|
||||
.loading-list {
|
||||
animation: load linear 1s infinite;
|
||||
-webkit-animation: load linear 1s infinite;
|
||||
font-size: 40rpx;
|
||||
margin-right: 22rpx
|
||||
}
|
||||
|
||||
.loading {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.loading .line {
|
||||
position: absolute;
|
||||
width: 450rpx;
|
||||
left: 150rpx;
|
||||
top: 50rpx;
|
||||
height: 1px;
|
||||
border-top: 1px solid #eee
|
||||
}
|
||||
|
||||
.loading .text {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 0 20rpx;
|
||||
background: #fff;
|
||||
z-index: 2;
|
||||
color: #777
|
||||
}
|
||||
|
||||
.loadingicon .loading {
|
||||
animation: load linear 1s infinite;
|
||||
font-size: 45rpx;
|
||||
color: #000
|
||||
}
|
||||
|
||||
.loadingicon {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
overflow: hidden
|
||||
}
|
||||
.bg-color-huic{
|
||||
background: #F1F1F1!important;
|
||||
border: 1px solid #ccc!important;
|
||||
color: #ccc!important;
|
||||
}
|
||||
.uni-p-b-98{
|
||||
height: 100rpx;
|
||||
/* 兼容 IOS<11.2 */
|
||||
height: calc(100rpx+ constant(safe-area-inset-bottom));
|
||||
/* 兼容 IOS>11.2 */
|
||||
height: calc(100rpx + env(safe-area-inset-bottom));
|
||||
}
|
||||
6
static/css/guildford.css
Normal file
692
static/css/style.scss
Normal file
59
static/html/pc.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang=zh-CN>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
|
||||
<title>CRMEB</title>
|
||||
<meta name="Copyright" content="helang">
|
||||
<!-- <link rel="shortcut icon" type="image/png" href="/uniapp-extend/static/logo.png"> -->
|
||||
<meta name="keywords" content="CRMEB">
|
||||
<meta name="description" content="CRMEB">
|
||||
<style type="text/css">
|
||||
body{
|
||||
margin: 0;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
iframe{
|
||||
width: 375px;
|
||||
height: 667px;
|
||||
background-color: #fff;
|
||||
/* box-sizing: content-box; */
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 450px) {
|
||||
iframe {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
border: 1px solid #f5f5f5;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
window.isPC = true;
|
||||
window.onload = function(){
|
||||
/* 监听电脑浏览器窗口尺寸改变 */
|
||||
if(window.innerWidth <= 420){
|
||||
window.location.pathname = '/';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <iframe src="https://java.crmeb.net/"></iframe> -->
|
||||
<!--若你的项目未设置根目录(默认为 / 时),则使用下方代码-->
|
||||
<iframe src="/" id="iframe"></iframe>
|
||||
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
var Ip=returnCitySN['cip']
|
||||
localStorage.setItem('Ip', Ip)
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
1540
static/iconfont/iconfont-app.css
Normal file
1633
static/iconfont/iconfont.css
Normal file
BIN
static/images/1-001.png
Normal file
|
After Width: | Height: | Size: 393 B |
BIN
static/images/1-002.png
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
static/images/2-001.png
Normal file
|
After Width: | Height: | Size: 254 B |
BIN
static/images/2-002.png
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
static/images/3-001.png
Normal file
|
After Width: | Height: | Size: 502 B |
BIN
static/images/3-002.png
Normal file
|
After Width: | Height: | Size: 475 B |
BIN
static/images/4-001.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
static/images/4-002.png
Normal file
|
After Width: | Height: | Size: 415 B |
BIN
static/images/accountBg.png
Normal file
|
After Width: | Height: | Size: 573 B |
BIN
static/images/address.png
Normal file
|
After Width: | Height: | Size: 578 B |
BIN
static/images/alter.png
Normal file
|
After Width: | Height: | Size: 393 B |
BIN
static/images/angle.png
Normal file
|
After Width: | Height: | Size: 644 B |
BIN
static/images/balance.png
Normal file
|
After Width: | Height: | Size: 799 B |
BIN
static/images/barg001.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/bargain.png
Normal file
|
After Width: | Height: | Size: 228 B |
BIN
static/images/close.gif
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/images/code_1.png
Normal file
|
After Width: | Height: | Size: 326 B |
BIN
static/images/code_2.png
Normal file
|
After Width: | Height: | Size: 346 B |
BIN
static/images/collection.png
Normal file
|
After Width: | Height: | Size: 496 B |
BIN
static/images/coupon.png
Normal file
|
After Width: | Height: | Size: 371 B |
BIN
static/images/crmeb.png
Normal file
|
After Width: | Height: | Size: 819 B |
BIN
static/images/customer.png
Normal file
|
After Width: | Height: | Size: 326 B |
BIN
static/images/del.png
Normal file
|
After Width: | Height: | Size: 578 B |
BIN
static/images/dfh.png
Normal file
|
After Width: | Height: | Size: 410 B |
BIN
static/images/dfk.png
Normal file
|
After Width: | Height: | Size: 404 B |
BIN
static/images/down.png
Normal file
|
After Width: | Height: | Size: 241 B |
BIN
static/images/dpj.png
Normal file
|
After Width: | Height: | Size: 397 B |
BIN
static/images/dsh.png
Normal file
|
After Width: | Height: | Size: 412 B |
BIN
static/images/edit.png
Normal file
|
After Width: | Height: | Size: 234 B |
BIN
static/images/empty-box.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
static/images/examine.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/images/explosion-title.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/explosion.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
static/images/extension.png
Normal file
|
After Width: | Height: | Size: 497 B |
BIN
static/images/f.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/images/face.png
Normal file
|
After Width: | Height: | Size: 788 B |
BIN
static/images/gift.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/group01.png
Normal file
|
After Width: | Height: | Size: 912 B |
BIN
static/images/horn.png
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
static/images/kanjia.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/keyboard.png
Normal file
|
After Width: | Height: | Size: 617 B |
BIN
static/images/kjbj.png
Normal file
|
After Width: | Height: | Size: 810 B |
BIN
static/images/line.jpg
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
static/images/ling.png
Normal file
|
After Width: | Height: | Size: 267 B |
BIN
static/images/lingyhj.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
static/images/live-01.png
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
static/images/live-02.png
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
static/images/live-03.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
static/images/lock.png
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
static/images/lock2.png
Normal file
|
After Width: | Height: | Size: 994 B |
BIN
static/images/logo.png
Normal file
|
After Width: | Height: | Size: 912 B |
BIN
static/images/logo2.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/images/medal01.png
Normal file
|
After Width: | Height: | Size: 835 B |
BIN
static/images/medal02.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
static/images/medal03.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
static/images/member.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/memberCenter.png
Normal file
|
After Width: | Height: | Size: 647 B |
BIN
static/images/money.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/images/mores.png
Normal file
|
After Width: | Height: | Size: 285 B |
BIN
static/images/news.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/noAddress.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
static/images/noCart.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/images/noCoupon.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/images/noNews.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
static/images/noOrder.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
static/images/noSearch.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/images/noShopper.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/images/one.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
static/images/open.gif
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
static/images/order1.png
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
static/images/order2.png
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
static/images/order3.png
Normal file
|
After Width: | Height: | Size: 294 B |
BIN
static/images/order4.png
Normal file
|
After Width: | Height: | Size: 307 B |
BIN
static/images/order5.png
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
static/images/orderTime.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/phone_1.png
Normal file
|
After Width: | Height: | Size: 293 B |
BIN
static/images/plus.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/images/poster-close.png
Normal file
|
After Width: | Height: | Size: 893 B |
BIN
static/images/posterbackgd.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/images/priceTag.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
static/images/pricetitle.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
static/images/pth.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
static/images/qh.png
Normal file
|
After Width: | Height: | Size: 245 B |
BIN
static/images/record1.png
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
static/images/record2.png
Normal file
|
After Width: | Height: | Size: 567 B |
BIN
static/images/record3.png
Normal file
|
After Width: | Height: | Size: 988 B |
BIN
static/images/record4.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/images/red-packets.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/images/right-icon.png
Normal file
|
After Width: | Height: | Size: 327 B |
BIN
static/images/rushBuy.jpg
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
static/images/score.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/images/seckillTitle.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
static/images/sh.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
static/images/share-info.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |