feat: 初始化版本!
BIN
src/static/favicon.ico
Normal file
|
After Width: | Height: | Size: 17 KiB |
90
src/static/font/iconfont.css
Normal file
@@ -0,0 +1,90 @@
|
||||
@font-face {
|
||||
font-family: "iconfont";
|
||||
src: url('@/static/font/iconfont.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-user:before {
|
||||
content: "\e7ae";
|
||||
}
|
||||
|
||||
.icon-password:before {
|
||||
content: "\e8b2";
|
||||
}
|
||||
|
||||
.icon-code:before {
|
||||
content: "\e699";
|
||||
}
|
||||
|
||||
.icon-setting:before {
|
||||
content: "\e6cc";
|
||||
}
|
||||
|
||||
.icon-share:before {
|
||||
content: "\e739";
|
||||
}
|
||||
|
||||
.icon-edit:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-version:before {
|
||||
content: "\e63f";
|
||||
}
|
||||
|
||||
.icon-service:before {
|
||||
content: "\e6ff";
|
||||
}
|
||||
|
||||
.icon-friendfill:before {
|
||||
content: "\e726";
|
||||
}
|
||||
|
||||
.icon-community:before {
|
||||
content: "\e741";
|
||||
}
|
||||
|
||||
.icon-people:before {
|
||||
content: "\e736";
|
||||
}
|
||||
|
||||
.icon-dianzan:before {
|
||||
content: "\ec7f";
|
||||
}
|
||||
|
||||
.icon-right:before {
|
||||
content: "\e7eb";
|
||||
}
|
||||
|
||||
.icon-logout:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
|
||||
.icon-help:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-github:before {
|
||||
content: "\e628";
|
||||
}
|
||||
|
||||
.icon-aixin:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-clean:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-refresh:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
BIN
src/static/font/iconfont.ttf
Normal file
BIN
src/static/images/banner/banner01.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
src/static/images/banner/banner02.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
src/static/images/banner/banner03.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
src/static/images/icon/dialogue.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
src/static/images/icon/knowledge.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
src/static/images/icon/message.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
src/static/images/icon/phone.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
src/static/images/icon/rocket.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
src/static/images/profile.jpg
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
src/static/images/tabbar/home.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
src/static/images/tabbar/home_.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
src/static/images/tabbar/mine.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
src/static/images/tabbar/mine_.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
src/static/images/tabbar/work.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
src/static/images/tabbar/work_.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
20
src/static/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="renderer" content="webkit">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>static/favicon.ico">
|
||||
<script>
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||
</script>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>本站点必须要开启JavaScript才能运行.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</html>
|
||||
BIN
src/static/logo.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
src/static/logo200.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
3912
src/static/scss/colorui.css
Normal file
90
src/static/scss/global.scss
Normal file
@@ -0,0 +1,90 @@
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.font-13 {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.font-12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.font-11 {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.text-grey1 {
|
||||
color: #888;
|
||||
}
|
||||
.text-grey2 {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.list-cell-arrow::before {
|
||||
content: ' ';
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
border-width: 2px 2px 0 0;
|
||||
border-color: #c0c0c0;
|
||||
border-style: solid;
|
||||
-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
||||
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
right: 30rpx;
|
||||
}
|
||||
|
||||
.list-cell {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
padding: 26rpx 30rpx;
|
||||
}
|
||||
|
||||
.list-cell:first-child {
|
||||
border-radius: 8rpx 8rpx 0 0;
|
||||
}
|
||||
|
||||
.list-cell:last-child {
|
||||
border-radius: 0 0 8rpx 8rpx;
|
||||
}
|
||||
|
||||
.list-cell::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
border-bottom: 1px solid #eaeef1;
|
||||
-webkit-transform: scaleY(0.5) translateZ(0);
|
||||
transform: scaleY(0.5) translateZ(0);
|
||||
transform-origin: 0 100%;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
.menu-list {
|
||||
margin: 15px 15px;
|
||||
|
||||
.menu-item-box {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.menu-icon {
|
||||
color: #007AFF;
|
||||
font-size: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
margin-left: auto;
|
||||
margin-right: 34rpx;
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
}
|
||||
3
src/static/scss/index.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@import "./global.scss";
|
||||
@import "@/static/scss/colorui.css";
|
||||
@import "@/static/font/iconfont.css";
|
||||
BIN
src/static/uview/common/favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
src/static/uview/common/gray-logo.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
src/static/uview/common/logo.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/static/uview/demo/actionSheet.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/static/uview/demo/address.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/static/uview/demo/album.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/uview/demo/alert.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/uview/demo/avatar.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
src/static/uview/demo/backTop.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/static/uview/demo/badge.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/static/uview/demo/button.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/calendar.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
src/static/uview/demo/cell.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/static/uview/demo/checkbox.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
src/static/uview/demo/citySelect.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/code.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/static/uview/demo/collapse.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/static/uview/demo/color.png
Normal file
|
After Width: | Height: | Size: 884 B |
BIN
src/static/uview/demo/comment.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/countDown.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
src/static/uview/demo/countTo.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/static/uview/demo/coupon.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/uview/demo/datetimePicker.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
src/static/uview/demo/divider.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
src/static/uview/demo/empty.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
src/static/uview/demo/field.png
Normal file
|
After Width: | Height: | Size: 641 B |
BIN
src/static/uview/demo/form.png
Normal file
|
After Width: | Height: | Size: 830 B |
BIN
src/static/uview/demo/gap.png
Normal file
|
After Width: | Height: | Size: 367 B |
BIN
src/static/uview/demo/grid.png
Normal file
|
After Width: | Height: | Size: 677 B |
BIN
src/static/uview/demo/icon.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
src/static/uview/demo/image.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/indexList (1).png
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
src/static/uview/demo/indexList.png
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
src/static/uview/demo/keyboard.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/static/uview/demo/keyboardPay.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/static/uview/demo/layout.png
Normal file
|
After Width: | Height: | Size: 831 B |
BIN
src/static/uview/demo/line.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
src/static/uview/demo/link.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
src/static/uview/demo/list.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/loading-page.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
src/static/uview/demo/loading.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/static/uview/demo/loadmore.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/uview/demo/login.png
Normal file
|
After Width: | Height: | Size: 978 B |
BIN
src/static/uview/demo/mall_menu_1.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/mall_menu_2.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/static/uview/demo/mask.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/static/uview/demo/messageInput.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/static/uview/demo/modal.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/navbar.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
src/static/uview/demo/noNetwork.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/uview/demo/noticeBar.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/static/uview/demo/notify.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/static/uview/demo/numberBox.png
Normal file
|
After Width: | Height: | Size: 888 B |
BIN
src/static/uview/demo/order.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/uview/demo/parse.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/uview/demo/picker.png
Normal file
|
After Width: | Height: | Size: 1020 B |
BIN
src/static/uview/demo/popup.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/progress.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/static/uview/demo/radio.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
src/static/uview/demo/rate.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
src/static/uview/demo/readMore.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/static/uview/demo/scrollList.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/static/uview/demo/search.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/static/uview/demo/skeleton.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/uview/demo/slider.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
src/static/uview/demo/steps.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/static/uview/demo/sticky.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/static/uview/demo/submitBar.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/uview/demo/subsection.png
Normal file
|
After Width: | Height: | Size: 761 B |
BIN
src/static/uview/demo/swipeAction.png
Normal file
|
After Width: | Height: | Size: 962 B |
BIN
src/static/uview/demo/swiper.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/uview/demo/switch.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/static/uview/demo/tabbar.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/uview/demo/tabs.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/static/uview/demo/tag.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
src/static/uview/demo/text.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |