no message
Showing
59 changed files
with
1 additions
and
288 deletions
static/bg.png
deleted
100644 → 0
25.8 KB
static/btn01.png
deleted
100644 → 0
24.5 KB
static/btn02.png
deleted
100644 → 0
31.8 KB
static/btn03.png
deleted
100644 → 0
27.1 KB
static/btn04.png
deleted
100644 → 0
30.1 KB
static/btn05.png
deleted
100644 → 0
29.6 KB
static/btn06.png
deleted
100644 → 0
30.4 KB
static/btn07.png
deleted
100644 → 0
30 KB
static/font/iconfont.css
deleted
100644 → 0
| 1 | @font-face { | ||
| 2 | font-family: "iconfont"; | ||
| 3 | /* Project id 3873999 */ | ||
| 4 | src: url('/static/font/iconfont.ttf') format('woff2'), | ||
| 5 | url('/static/font/iconfont.ttf') format('woff'), | ||
| 6 | url('/static/font/iconfont.ttf') format('truetype'); | ||
| 7 | } | ||
| 8 | |||
| 9 | .iconfont { | ||
| 10 | font-family: "iconfont" !important; | ||
| 11 | font-size: 16px; | ||
| 12 | font-style: normal; | ||
| 13 | -webkit-font-smoothing: antialiased; | ||
| 14 | -moz-osx-font-smoothing: grayscale; | ||
| 15 | } | ||
| 16 | |||
| 17 | .icon-31dingwei:before { | ||
| 18 | content: "\e600"; | ||
| 19 | } | ||
| 20 | |||
| 21 | .icon-ai253:before { | ||
| 22 | content: "\e6f1"; | ||
| 23 | } | ||
| 24 | |||
| 25 | .icon-loufangfangzi:before { | ||
| 26 | content: "\e729"; | ||
| 27 | } |
static/font/iconfont.ttf
deleted
100644 → 0
No preview for this file type
static/icon/1.png
deleted
100644 → 0
4.59 KB
static/icon/10.png
deleted
100644 → 0
8.08 KB
static/icon/11.png
deleted
100644 → 0
6.49 KB
static/icon/12.png
deleted
100644 → 0
7.28 KB
static/icon/13.png
deleted
100644 → 0
7.5 KB
static/icon/14.png
deleted
100644 → 0
8.35 KB
static/icon/15.png
deleted
100644 → 0
7.58 KB
static/icon/16.png
deleted
100644 → 0
7.82 KB
static/icon/17.png
deleted
100644 → 0
7.26 KB
static/icon/18.png
deleted
100644 → 0
7.46 KB
static/icon/19.png
deleted
100644 → 0
7.33 KB
static/icon/2.png
deleted
100644 → 0
3.66 KB
static/icon/20.png
deleted
100644 → 0
6.93 KB
static/icon/21.png
deleted
100644 → 0
8.17 KB
static/icon/22.png
deleted
100644 → 0
7.63 KB
static/icon/23.png
deleted
100644 → 0
8.49 KB
static/icon/3.png
deleted
100644 → 0
7.16 KB
static/icon/4.png
deleted
100644 → 0
7.45 KB
static/icon/5.png
deleted
100644 → 0
5.05 KB
static/icon/6.png
deleted
100644 → 0
2.69 KB
static/icon/7.png
deleted
100644 → 0
4.65 KB
static/icon/8.png
deleted
100644 → 0
5.57 KB
static/icon/9.png
deleted
100644 → 0
5.62 KB
static/icon/m.png
deleted
100644 → 0
4.75 KB
static/js/data.js
deleted
100644 → 0
| 1 | export const nationList = [ | ||
| 2 | { | ||
| 3 | text: "汉族", | ||
| 4 | value: "汉族" | ||
| 5 | }, | ||
| 6 | { | ||
| 7 | text: "蒙古族", | ||
| 8 | value: "蒙古族" | ||
| 9 | }, | ||
| 10 | { | ||
| 11 | text: "回族", | ||
| 12 | value: "回族" | ||
| 13 | }, | ||
| 14 | { | ||
| 15 | text: "藏族", | ||
| 16 | value: "藏族" | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | text: "维吾尔族", | ||
| 20 | value: "维吾尔族" | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | text: "苗族", | ||
| 24 | value: "苗族" | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | text: "彝族", | ||
| 28 | value: "彝族" | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | text: "壮族", | ||
| 32 | value: "壮族" | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | text: "布依族", | ||
| 36 | value: "布依族" | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | text: "朝鲜族", | ||
| 40 | value: "朝鲜族" | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | text: "满族", | ||
| 44 | value: "满族" | ||
| 45 | }, | ||
| 46 | { | ||
| 47 | text: "侗族", | ||
| 48 | value: "侗族" | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | text: "瑶族", | ||
| 52 | value: "瑶族" | ||
| 53 | }, | ||
| 54 | { | ||
| 55 | text: "白族", | ||
| 56 | value: "白族" | ||
| 57 | }, | ||
| 58 | { | ||
| 59 | text: "土家族", | ||
| 60 | value: "土家族" | ||
| 61 | }, | ||
| 62 | { | ||
| 63 | text: "哈尼族", | ||
| 64 | value: "哈尼族" | ||
| 65 | }, | ||
| 66 | { | ||
| 67 | text: "哈萨克族", | ||
| 68 | value: "哈萨克族" | ||
| 69 | }, | ||
| 70 | { | ||
| 71 | text: "傣族", | ||
| 72 | value: "傣族" | ||
| 73 | }, | ||
| 74 | { | ||
| 75 | text: "黎族", | ||
| 76 | value: "黎族" | ||
| 77 | }, | ||
| 78 | { | ||
| 79 | text: "傈僳族", | ||
| 80 | value: "傈僳族" | ||
| 81 | }, | ||
| 82 | { | ||
| 83 | text: "佤族", | ||
| 84 | value: "佤族" | ||
| 85 | }, | ||
| 86 | { | ||
| 87 | text: "畲族", | ||
| 88 | value: "畲族" | ||
| 89 | }, | ||
| 90 | { | ||
| 91 | text: "高山族", | ||
| 92 | value: "高山族" | ||
| 93 | }, | ||
| 94 | { | ||
| 95 | text: "拉祜族", | ||
| 96 | value: "拉祜族" | ||
| 97 | }, | ||
| 98 | { | ||
| 99 | text: "水族", | ||
| 100 | value: "水族" | ||
| 101 | }, | ||
| 102 | { | ||
| 103 | text: "东乡族", | ||
| 104 | value: "东乡族" | ||
| 105 | }, | ||
| 106 | { | ||
| 107 | text: "纳西族", | ||
| 108 | value: "纳西族" | ||
| 109 | }, | ||
| 110 | { | ||
| 111 | text: "景颇族", | ||
| 112 | value: "景颇族" | ||
| 113 | }, | ||
| 114 | { | ||
| 115 | text: "柯尔克孜族", | ||
| 116 | value: "柯尔克孜族" | ||
| 117 | }, | ||
| 118 | { | ||
| 119 | text: "土族", | ||
| 120 | value: "土族" | ||
| 121 | }, | ||
| 122 | { | ||
| 123 | text: "达斡尔族", | ||
| 124 | value: "达斡尔族" | ||
| 125 | }, | ||
| 126 | { | ||
| 127 | text: "仫佬族", | ||
| 128 | value: "仫佬族" | ||
| 129 | }, | ||
| 130 | { | ||
| 131 | text: "羌族", | ||
| 132 | value: "羌族" | ||
| 133 | }, | ||
| 134 | { | ||
| 135 | text: "布朗族", | ||
| 136 | value: "布朗族" | ||
| 137 | }, | ||
| 138 | { | ||
| 139 | text: "撒拉族", | ||
| 140 | value: "撒拉族" | ||
| 141 | }, | ||
| 142 | { | ||
| 143 | text: "毛难族", | ||
| 144 | value: "毛难族" | ||
| 145 | }, | ||
| 146 | { | ||
| 147 | text: "仡佬族", | ||
| 148 | value: "仡佬族" | ||
| 149 | }, | ||
| 150 | { | ||
| 151 | text: "锡伯族", | ||
| 152 | value: "锡伯族" | ||
| 153 | }, | ||
| 154 | { | ||
| 155 | text: "阿昌族", | ||
| 156 | value: "阿昌族" | ||
| 157 | }, | ||
| 158 | { | ||
| 159 | text: "普米族", | ||
| 160 | value: "普米族" | ||
| 161 | }, | ||
| 162 | { | ||
| 163 | text: "塔吉克族", | ||
| 164 | value: "塔吉克族" | ||
| 165 | }, | ||
| 166 | { | ||
| 167 | text: "怒族", | ||
| 168 | value: "怒族" | ||
| 169 | }, | ||
| 170 | { | ||
| 171 | text: "乌孜别克族", | ||
| 172 | value: "乌孜别克族" | ||
| 173 | }, | ||
| 174 | { | ||
| 175 | text: "俄罗斯族", | ||
| 176 | value: "俄罗斯族" | ||
| 177 | }, | ||
| 178 | { | ||
| 179 | text: "鄂温克族", | ||
| 180 | value: "鄂温克族" | ||
| 181 | }, | ||
| 182 | { | ||
| 183 | text: "崩龙族", | ||
| 184 | value: "崩龙族" | ||
| 185 | }, | ||
| 186 | { | ||
| 187 | text: "保安族", | ||
| 188 | value: "保安族" | ||
| 189 | }, | ||
| 190 | { | ||
| 191 | text: "裕固族", | ||
| 192 | value: "裕固族" | ||
| 193 | }, | ||
| 194 | { | ||
| 195 | text: "京族", | ||
| 196 | value: "京族" | ||
| 197 | }, | ||
| 198 | { | ||
| 199 | text: "塔塔尔族", | ||
| 200 | value: "塔塔尔族" | ||
| 201 | }, | ||
| 202 | { | ||
| 203 | text: "独龙族", | ||
| 204 | value: "独龙族" | ||
| 205 | }, | ||
| 206 | { | ||
| 207 | text: "鄂伦春族", | ||
| 208 | value: "鄂伦春族" | ||
| 209 | }, | ||
| 210 | { | ||
| 211 | text: "赫哲族", | ||
| 212 | value: "赫哲族" | ||
| 213 | }, | ||
| 214 | { | ||
| 215 | text: "门巴族", | ||
| 216 | value: "门巴族" | ||
| 217 | }, | ||
| 218 | { | ||
| 219 | text: "珞巴族", | ||
| 220 | value: "珞巴族" | ||
| 221 | }, | ||
| 222 | { | ||
| 223 | text: "基诺族", | ||
| 224 | value: "基诺族" | ||
| 225 | }, | ||
| 226 | { | ||
| 227 | text: "其他", | ||
| 228 | value: "其他" | ||
| 229 | }, | ||
| 230 | { | ||
| 231 | text: "外国血统中国人士", | ||
| 232 | value: "外国血统中国人士" | ||
| 233 | } | ||
| 234 | ] | ||
| 235 | |||
| 236 | |||
| 237 | export const certificates = [ | ||
| 238 | { | ||
| 239 | value: '0', | ||
| 240 | label: '居民身份证' | ||
| 241 | }, | ||
| 242 | { | ||
| 243 | value: '1', | ||
| 244 | label: '护照' | ||
| 245 | }, | ||
| 246 | { | ||
| 247 | value: '2', | ||
| 248 | label: '其他' | ||
| 249 | } | ||
| 250 | ] | ||
| 251 | |||
| 252 | |||
| 253 | export const tagList = [{text: '运动员',value: '0'},{text: '教练',value: '1'},{text: '领队',value: '2'},{text: '其他',value: '3'}]; | ||
| 254 | export const sexs = [{text: '女',value: '0'}, {text: '男',value: '1'}]; | ||
| 255 | export const idcTypeList = [ | ||
| 256 | { value: '0', text: "身份证" }, | ||
| 257 | { value: '1', text: "护照" }, | ||
| 258 | { value: '2', text: "其他" }, | ||
| 259 | ] | ||
| 260 | export const typeList = [{text: '俱乐部',value: '0'}, {text: '事业单位',value: '1'}, {text: '道馆',value: '2'}, {text: '企业',value: '3'}, {text: '机关',value: '4'}, {text: '其他',value: '5'}]; | ||
| 261 | export const comList = [{text: '国资企业(含央企和本地)',value: '0'}, {text: '外商投资企业',value: '1'}, {text: '港澳台企业',value: '2'}, {text: '民营企业',value: '3'}, {text: '商会组织',value: '4'}, {text: '其他',value: '5'}]; |
static/login/bg.png
deleted
100644 → 0
223 KB
static/login/logo@2x.png
deleted
100644 → 0
59.9 KB
static/login/ren1.png
deleted
100644 → 0
342 KB
static/login/ren2.png
deleted
100644 → 0
625 KB
static/login/sfz.png
deleted
100644 → 0
48.7 KB
static/login/tab1.png
deleted
100644 → 0
7.06 KB
static/login/tab2.png
deleted
100644 → 0
6.29 KB
static/login/tag01@2x.png
deleted
100644 → 0
1.97 KB
static/login/tag02@2x.png
deleted
100644 → 0
1.22 KB
static/login/tag03@2x.png
deleted
100644 → 0
2.22 KB
static/login/tag04@2x.png
deleted
100644 → 0
1.52 KB
static/login/xz2@2x.png
deleted
100644 → 0
1.76 KB
static/login/xz@2x.png
deleted
100644 → 0
2.78 KB
static/login/xz_dwn2@2x.png
deleted
100644 → 0
2.2 KB
static/login/xz_dwn@2x.png
deleted
100644 → 0
2.43 KB
static/member/dx.png
deleted
100644 → 0
1.66 KB
static/member/dx_dwn.png
deleted
100644 → 0
2.6 KB
static/member/qx@2x.png
deleted
100644 → 0
2.79 KB
static/member/qx_dwn@2x.png
deleted
100644 → 0
2.17 KB
static/nodata.png
deleted
100644 → 0
73.1 KB
static/switch.png
deleted
100644 → 0
473 Bytes
static/top_bg.png
deleted
100644 → 0
148 KB
static/uni.ttf
deleted
100644 → 0
No preview for this file type
-
Please register or sign in to post a comment