wangxx месяцев назад: 4
Родитель
Сommit
6527b3dac4
63 измененных файлов с 5454 добавлено и 0 удалено
  1. BIN
      src/static/favicon.ico
  2. 90 0
      src/static/font/iconfont.css
  3. BIN
      src/static/font/iconfont.ttf
  4. BIN
      src/static/images/Empty.png
  5. BIN
      src/static/images/add.png
  6. BIN
      src/static/images/bad.png
  7. BIN
      src/static/images/banner.png
  8. BIN
      src/static/images/banner/banner01.jpg
  9. BIN
      src/static/images/banner/banner02.jpg
  10. BIN
      src/static/images/blue-box.png
  11. BIN
      src/static/images/clock-icon.png
  12. BIN
      src/static/images/clock.png
  13. BIN
      src/static/images/date-icon.png
  14. BIN
      src/static/images/done.png
  15. BIN
      src/static/images/down.png
  16. BIN
      src/static/images/dui.png
  17. BIN
      src/static/images/exam.png
  18. BIN
      src/static/images/good.png
  19. BIN
      src/static/images/green-paper.png
  20. BIN
      src/static/images/home-bg.png
  21. BIN
      src/static/images/icon.png
  22. BIN
      src/static/images/icon/jiben.png
  23. BIN
      src/static/images/icon/lishi.png
  24. BIN
      src/static/images/icon/switch.png
  25. BIN
      src/static/images/icon/wenti.png
  26. BIN
      src/static/images/icon/xunjian.png
  27. BIN
      src/static/images/icon/yaoqiu.png
  28. BIN
      src/static/images/icon/zhenggai.png
  29. BIN
      src/static/images/level-icon.png
  30. BIN
      src/static/images/notice.png
  31. BIN
      src/static/images/pending.png
  32. BIN
      src/static/images/person.png
  33. BIN
      src/static/images/personal.png
  34. BIN
      src/static/images/pink-box.png
  35. BIN
      src/static/images/profile.jpg
  36. BIN
      src/static/images/right.png
  37. BIN
      src/static/images/status.png
  38. BIN
      src/static/images/submitOK.png
  39. BIN
      src/static/images/tab1.png
  40. BIN
      src/static/images/tab2.png
  41. BIN
      src/static/images/tab3.png
  42. BIN
      src/static/images/tab4.png
  43. BIN
      src/static/images/tabbar/home.png
  44. BIN
      src/static/images/tabbar/home_.png
  45. BIN
      src/static/images/tabbar/message.png
  46. BIN
      src/static/images/tabbar/message_.png
  47. BIN
      src/static/images/tabbar/mine.png
  48. BIN
      src/static/images/tabbar/mine_.png
  49. BIN
      src/static/images/tabbar/work.png
  50. BIN
      src/static/images/tabbar/work_.png
  51. BIN
      src/static/images/talk-active.png
  52. BIN
      src/static/images/talk.png
  53. BIN
      src/static/images/tiaokuan.png
  54. BIN
      src/static/images/tongji.png
  55. BIN
      src/static/images/top.png
  56. BIN
      src/static/images/user-icon.png
  57. BIN
      src/static/images/yellow-paper.png
  58. 20 0
      src/static/index.html
  59. BIN
      src/static/logo.png
  60. BIN
      src/static/logo200.png
  61. 5142 0
      src/static/scss/colorui.css
  62. 196 0
      src/static/scss/global.scss
  63. 6 0
      src/static/scss/index.scss

BIN
src/static/favicon.ico


+ 90 - 0
src/static/font/iconfont.css

@@ -0,0 +1,90 @@
1
+@font-face {
2
+  font-family: "iconfont";
3
+  src: url('@/static/font/iconfont.ttf') format('truetype');
4
+}
5
+
6
+.iconfont {
7
+  font-family: "iconfont" !important;
8
+  font-size: 16px;
9
+  display: inline-block;
10
+  font-style: normal;
11
+  -webkit-font-smoothing: antialiased;
12
+  -moz-osx-font-smoothing: grayscale;
13
+}
14
+
15
+.icon-user:before {
16
+  content: "\e7ae";
17
+}
18
+
19
+.icon-password:before {
20
+  content: "\e8b2";
21
+}
22
+
23
+.icon-code:before {
24
+  content: "\e699";
25
+}
26
+
27
+.icon-setting:before {
28
+  content: "\e6cc";
29
+}
30
+
31
+.icon-share:before {
32
+  content: "\e739";
33
+}
34
+
35
+.icon-edit:before {
36
+  content: "\e60c";
37
+}
38
+
39
+.icon-version:before {
40
+  content: "\e63f";
41
+}
42
+
43
+.icon-service:before {
44
+  content: "\e6ff";
45
+}
46
+
47
+.icon-friendfill:before {
48
+  content: "\e726";
49
+}
50
+
51
+.icon-community:before {
52
+  content: "\e741";
53
+}
54
+
55
+.icon-people:before {
56
+  content: "\e736";
57
+}
58
+
59
+.icon-dianzan:before {
60
+  content: "\ec7f";
61
+}
62
+
63
+.icon-right:before {
64
+  content: "\e7eb";
65
+}
66
+
67
+.icon-logout:before {
68
+  content: "\e61d";
69
+}
70
+
71
+.icon-help:before {
72
+  content: "\e616";
73
+}
74
+
75
+.icon-github:before {
76
+  content: "\e628";
77
+}
78
+
79
+.icon-aixin:before {
80
+  content: "\e601";
81
+}
82
+
83
+.icon-clean:before {
84
+  content: "\e607";
85
+}
86
+
87
+.icon-refresh:before {
88
+  content: "\e604";
89
+}
90
+

BIN
src/static/font/iconfont.ttf


BIN
src/static/images/Empty.png


BIN
src/static/images/add.png


BIN
src/static/images/bad.png


BIN
src/static/images/banner.png


BIN
src/static/images/banner/banner01.jpg


BIN
src/static/images/banner/banner02.jpg


BIN
src/static/images/blue-box.png


BIN
src/static/images/clock-icon.png


BIN
src/static/images/clock.png


BIN
src/static/images/date-icon.png


BIN
src/static/images/done.png


BIN
src/static/images/down.png


BIN
src/static/images/dui.png


BIN
src/static/images/exam.png


BIN
src/static/images/good.png


BIN
src/static/images/green-paper.png


BIN
src/static/images/home-bg.png


BIN
src/static/images/icon.png


BIN
src/static/images/icon/jiben.png


BIN
src/static/images/icon/lishi.png


BIN
src/static/images/icon/switch.png


BIN
src/static/images/icon/wenti.png


BIN
src/static/images/icon/xunjian.png


BIN
src/static/images/icon/yaoqiu.png


BIN
src/static/images/icon/zhenggai.png


BIN
src/static/images/level-icon.png


BIN
src/static/images/notice.png


BIN
src/static/images/pending.png


BIN
src/static/images/person.png


BIN
src/static/images/personal.png


BIN
src/static/images/pink-box.png


BIN
src/static/images/profile.jpg


BIN
src/static/images/right.png


BIN
src/static/images/status.png


BIN
src/static/images/submitOK.png


BIN
src/static/images/tab1.png


BIN
src/static/images/tab2.png


BIN
src/static/images/tab3.png


BIN
src/static/images/tab4.png


BIN
src/static/images/tabbar/home.png


BIN
src/static/images/tabbar/home_.png


BIN
src/static/images/tabbar/message.png


BIN
src/static/images/tabbar/message_.png


BIN
src/static/images/tabbar/mine.png


BIN
src/static/images/tabbar/mine_.png


BIN
src/static/images/tabbar/work.png


BIN
src/static/images/tabbar/work_.png


BIN
src/static/images/talk-active.png


BIN
src/static/images/talk.png


BIN
src/static/images/tiaokuan.png


BIN
src/static/images/tongji.png


BIN
src/static/images/top.png


BIN
src/static/images/user-icon.png


BIN
src/static/images/yellow-paper.png


+ 20 - 0
src/static/index.html

@@ -0,0 +1,20 @@
1
+<!DOCTYPE html>
2
+<html lang="zh-CN">
3
+	<head>
4
+		<meta charset="utf-8">
5
+		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6
+		  <meta name="renderer" content="webkit">
7
+		<title><%= htmlWebpackPlugin.options.title %></title>
8
+    <link rel="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>static/favicon.ico">
9
+		<script>
10
+			var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
11
+			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' : '') + '" />')
12
+		</script>
13
+		<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
14
+	</head>
15
+	<body>
16
+		<noscript>
17
+			<strong>本站点必须要开启JavaScript才能运行.</strong>
18
+		</noscript>
19
+		<div id="app"></div>
20
+</html>

BIN
src/static/logo.png


BIN
src/static/logo200.png


Разница между файлами не показана из-за своего большого размера
+ 5142 - 0
src/static/scss/colorui.css


+ 196 - 0
src/static/scss/global.scss

@@ -0,0 +1,196 @@
1
+.text-center {
2
+  text-align: center;
3
+}
4
+
5
+.font-13 {
6
+  font-size: 13px;
7
+}
8
+
9
+.font-12 {
10
+  font-size: 12px;
11
+}
12
+
13
+.font-11 {
14
+  font-size: 11px;
15
+}
16
+
17
+.text-grey1 {
18
+  color: #888;
19
+}
20
+
21
+.text-grey2 {
22
+  color: #aaa;
23
+}
24
+
25
+.list-cell-arrow::before {
26
+  content: ' ';
27
+  height: 10px;
28
+  width: 10px;
29
+  border-width: 2px 2px 0 0;
30
+  border-color: #c0c0c0;
31
+  border-style: solid;
32
+  -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
33
+  transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
34
+  position: absolute;
35
+  top: 50%;
36
+  margin-top: -6px;
37
+  right: 30rpx;
38
+}
39
+
40
+.list-cell {
41
+  position: relative;
42
+  width: 100%;
43
+  box-sizing: border-box;
44
+  background-color: #fff;
45
+  color: #333;
46
+  padding: 26rpx 30rpx;
47
+}
48
+
49
+.list-cell:first-child {
50
+  border-radius: 8rpx 8rpx 0 0;
51
+}
52
+
53
+.list-cell:last-child {
54
+  border-radius: 0 0 8rpx 8rpx;
55
+}
56
+
57
+.list-cell::after {
58
+  content: '';
59
+  position: absolute;
60
+  border-bottom: 1px solid #eaeef1;
61
+  -webkit-transform: scaleY(0.5) translateZ(0);
62
+  transform: scaleY(0.5) translateZ(0);
63
+  transform-origin: 0 100%;
64
+  bottom: 0;
65
+  right: 0;
66
+  left: 0;
67
+  pointer-events: none;
68
+}
69
+
70
+
71
+.menu-list {
72
+  margin: 15px 15px;
73
+
74
+  .menu-item-box {
75
+    width: 100%;
76
+    display: flex;
77
+    align-items: center;
78
+
79
+    .menu-icon {
80
+      color: #007AFF;
81
+      font-size: 16px;
82
+      margin-right: 5px;
83
+    }
84
+
85
+    .text-right {
86
+      margin-left: auto;
87
+      margin-right: 34rpx;
88
+      color: #999;
89
+    }
90
+  }
91
+}
92
+
93
+.more-list {
94
+  padding: 32rpx;
95
+  font-weight: 400;
96
+  font-size: 28rpx;
97
+  color: #666666;
98
+  line-height: 32rpx;
99
+  text-align: center;
100
+}
101
+
102
+.list-title {
103
+  color: #333333;
104
+  font-size: 32rpx;
105
+  font-weight: 600;
106
+}
107
+
108
+.list-row {
109
+  width: 100%;
110
+  display: flex;
111
+  align-items: center;
112
+
113
+  height: 50rpx;
114
+  line-height: 50rpx;
115
+
116
+  .list-label {
117
+    font-size: 28rpx;
118
+    color: #333333;
119
+    margin-right: 16rpx;
120
+    flex-shrink: 0;
121
+    // 添加折行显示样式
122
+    white-space: normal;
123
+    word-break: break-word;
124
+    // flex: 1;
125
+    min-width: 0; // 防止flex item溢出
126
+  }
127
+
128
+  .list-value {
129
+    font-size: 28rpx;
130
+    color: #999999;
131
+    // flex-grow: 1;
132
+
133
+  }
134
+}
135
+
136
+.list-row-space-between {
137
+  width: 100%;
138
+  display: flex;
139
+  align-items: center;
140
+  justify-content: space-between;
141
+  margin-bottom: 15rpx;
142
+
143
+  .list-label {
144
+    width: 76%;
145
+    font-size: 28rpx;
146
+    color: #333333;
147
+    margin-right: 16rpx;
148
+    flex-shrink: 0;
149
+    // 添加折行显示样式
150
+    white-space: normal;
151
+    word-break: break-word;
152
+    // flex: 1;
153
+    min-width: 0; // 防止flex item溢出
154
+  }
155
+
156
+  .list-value {
157
+    font-size: 28rpx;
158
+    color: #999999;
159
+    // flex-grow: 1;
160
+
161
+  }
162
+
163
+}
164
+
165
+
166
+::v-deep .uni-input-input:disabled {
167
+  background-color: #f5f5f5 !important;
168
+}
169
+
170
+.radio-group {
171
+  display: flex;
172
+  padding: 8px 0;
173
+
174
+  .radio-item {
175
+    display: flex;
176
+    align-items: center;
177
+    margin-right: 30px;
178
+
179
+    text {
180
+      font-size: 15px;
181
+      color: #333;
182
+      margin-left: 5px;
183
+    }
184
+  }
185
+
186
+  &.disabled-group {
187
+    opacity: 0.5;
188
+    pointer-events: none;
189
+  }
190
+}
191
+
192
+
193
+.uni-tabbar,.uni-tabbar__item,.uni-tabbar__bd,.uni-tabbar__label {
194
+  padding-bottom: 0px !important;
195
+  margin-bottom: 0px !important;
196
+}

+ 6 - 0
src/static/scss/index.scss

@@ -0,0 +1,6 @@
1
+// global
2
+@import "./global.scss";
3
+// color-ui
4
+@import "@/static/scss/colorui.css";
5
+// iconfont
6
+@import "@/static/font/iconfont.css";