├── .github └── issue_template.md ├── .gitignore ├── LICENSE ├── README.md ├── css ├── bbs │ ├── bbsChannel.css │ ├── bbsDetails.css │ ├── bbsIndex.css │ ├── bbsSearch.css │ ├── channelDetails.css │ ├── imgLoad.css │ └── newBbs.css ├── common.css ├── cropper.css ├── iconfont.css ├── imgpreview.css ├── index │ ├── citySelect.css │ ├── comment.css │ ├── companyEvents.css │ ├── home.css │ ├── map.css │ ├── nearPeople.css │ ├── nearShop.css │ ├── ranking.css │ ├── search.css │ └── shopDetails.css ├── main.css ├── match │ └── detail.css ├── mui.css ├── mui.indexedlist.css ├── mui.min.css ├── my │ ├── myFriends.css │ ├── myFriendsSearch.css │ ├── myMatch.css │ ├── myMatchDetail.css │ ├── myMatchSearch.css │ ├── myMobileBook.css │ ├── mycommon.css │ └── userInfo.css ├── news │ └── newsList.css ├── picker │ ├── mui.picker.css │ ├── mui.picker.min.css │ └── mui.poppicker.css ├── pk │ ├── invitation.css │ ├── oneWar.css │ ├── pk.css │ ├── searchFight.css │ └── war.css ├── popShare.css ├── reset.css ├── swiper-3.4.2.min.css └── tool │ ├── addCard.css │ ├── addCard2.css │ ├── cardDetails.css │ ├── cardSelect.css │ ├── correlationCard.css │ ├── events.css │ ├── label.css │ ├── oneCardCollect.css │ ├── oneCardDetail.css │ ├── oneCardMe.css │ ├── oneCardMeCreate.css │ ├── oneCardSearch.css │ ├── oneCardSquare.css │ ├── oneWar.css │ ├── saierhao.css │ ├── starNumber.css │ ├── tool.css │ ├── toolControl.css │ └── war.css ├── fonts ├── iconfont.ttf └── mui.ttf ├── html ├── bbs │ ├── bbs.html │ ├── bbsChannel.html │ ├── bbsDetails.html │ ├── bbsIndex.html │ ├── bbsSearch.html │ ├── channelDetails.html │ └── newBbs.html ├── hello.html ├── index │ ├── citySelect.html │ ├── comment.html │ ├── commentList.html │ ├── home.html │ ├── map.html │ ├── mapPeople.html │ ├── mapShop.html │ ├── nearPeople.html │ ├── nearShop.html │ ├── ranking.html │ ├── richScan.html │ ├── search.html │ ├── searchPeople.html │ ├── searchShop.html │ ├── shopDetails.html │ └── shopMatch.html ├── login │ ├── forgetPwd.html │ ├── login.html │ ├── mobileLogin.html │ ├── reg.html │ ├── setPwd.html │ └── thirdReg.html ├── main.html ├── match │ ├── detail.html │ └── detail_war.html ├── my │ ├── aboutApp.html │ ├── addFriend.html │ ├── addMyFriend.html │ ├── bindMobile.html │ ├── changeMobile.html │ ├── changePwd.html │ ├── findAccount.html │ ├── findAccountByThree.html │ ├── myAccount.html │ ├── myContactPerson.html │ ├── myEdit.html │ ├── myFriends.html │ ├── myFriendsMatch.html │ ├── myFriendsSearch.html │ ├── myInfo.html │ ├── myMatch.html │ ├── myMatchSearch.html │ ├── myMobileBook.html │ ├── myMsg.html │ ├── myMsgDetail.html │ ├── myNewFriends.html │ ├── myPrivateInfo.html │ ├── myQRCode.html │ ├── mySecurityCenter.html │ ├── mySetting.html │ ├── uploadImg.html │ ├── user.html │ └── userInfo.html ├── news │ ├── newsDetail.html │ ├── newsList.html │ └── newsSearch.html ├── pk │ ├── invitation.html │ ├── pk.html │ ├── pkMap.html │ ├── searchFight.html │ └── war.html ├── popShare.html ├── system │ ├── appUpdate.html │ └── error.html └── tool │ ├── addCard.html │ ├── addCard2.html │ ├── cardDetails.html │ ├── cardList.html │ ├── cardSelect.html │ ├── correlationCard.html │ ├── events.html │ ├── label.html │ ├── oneCardCollect.html │ ├── oneCardDetail.html │ ├── oneCardMe.html │ ├── oneCardMeCreate.html │ ├── oneCardMeEdit.html │ ├── oneCardSearch.html │ ├── oneCardSquare.html │ ├── saierhao.html │ ├── selectResult.html │ ├── starNumber.html │ ├── tool.html │ └── toolControl.html ├── images ├── 1v.png ├── 2v.png ├── PK.png ├── PK.svg ├── PKbg.png ├── PKdefault.png ├── PKdefault.svg ├── aMapMk │ ├── m0.png │ └── m1.svg ├── amp-mk0.png ├── amp-mk0.svg ├── amp-mk1.png ├── amp-mk1.svg ├── amp-mk2.svg ├── amps-mk0.svg ├── amps-mk1.svg ├── banner.png ├── banner1.png ├── banner2.png ├── banner3.png ├── blue.png ├── cards.png ├── center.svg ├── collectcard.png ├── collectnothing.png ├── def.jpg ├── defuser.jpg ├── defuser.png ├── dumb.png ├── faqqq.jpg ├── fun.png ├── hello1.jpg ├── hello2.jpeg ├── hello2.jpg ├── hello3.jpg ├── hello4.jpg ├── homepage_icon_nearly shop.png ├── homepage_icon_nformation.png ├── homepage_icon_people nearly.png ├── homepage_icon_pk.png ├── homepage_icon_scan.png ├── hotLabel.png ├── hotLabelgreen.png ├── hotLabelyellow.png ├── huan.png ├── image.png ├── image_card.png ├── jh.png ├── loadding.gif ├── loading.gif ├── locationX40.png ├── locationX40.svg ├── logo.jpg ├── matchBtn.png ├── matchstatus1.png ├── matchstatus2.png ├── matchstatus3.png ├── matchstatus4.png ├── matchstatus5.png ├── mycards.png ├── newMatch.png ├── nopic.jpg ├── picture_blue.svg ├── pk0.png ├── pk1.png ├── qq.png ├── saizi.png ├── searchcard.png ├── searchnothing.png ├── shai.png ├── shouye.png ├── shouye2.png ├── sinaweibo.png ├── solo.png ├── star1.png ├── star2.png ├── star3.png ├── star4.png ├── star_grey.svg ├── star_yellow.svg ├── starhui.jpg ├── strongCard.png ├── userbg.png ├── vs.png ├── vs_2.png ├── warbg.png ├── weixin.png ├── yaoqing.png ├── yaoqingactive.png ├── yaoqingdef.png └── yellow.png ├── js ├── bbs │ ├── bbs.js │ ├── bbsChannel.js │ ├── bbsDetails.js │ ├── bbsIndex.js │ ├── bbsSearch.js │ ├── channelDetails.js │ └── newBbs.js ├── fix.js ├── immersed.js ├── index │ ├── citySelect.js │ ├── comment.js │ ├── commentList.js │ ├── companyEvents.js │ ├── home.js │ ├── map.js │ ├── mapPeople.js │ ├── mapShop.js │ ├── nearPeople.js │ ├── nearShop.js │ ├── ranking.js │ ├── richScan.js │ ├── search.js │ ├── searchPeople.js │ ├── searchShop.js │ ├── shopDetails.js │ └── shopMatch.js ├── lib │ ├── artTemplate.js │ ├── base64.js │ ├── common.js │ ├── cropper.js │ ├── crypto.js │ ├── h.min.js │ ├── hmac.js │ ├── jquery-1.11.0.min.js │ ├── jquery.min.js │ ├── jquery.qrcode.min.js │ ├── maps.js │ ├── md5.js │ ├── md5.min.js │ ├── picker │ │ ├── city.data.js │ │ ├── mui.picker.js │ │ ├── mui.picker.min.js │ │ ├── mui.poppicker.js │ │ └── readme.md │ ├── plus.js │ ├── region.js │ ├── sha1.js │ └── swiper-3.4.1.min.js ├── login │ ├── OAuth.js │ ├── forgetPwd.js │ ├── login.js │ ├── mobileLogin.js │ ├── reg.js │ ├── setPwd.js │ └── thirdReg.js ├── main.js ├── match │ ├── detail.js │ └── detail_war.js ├── mui.enterfocus.js ├── mui.indexedlist.js ├── mui.js ├── mui.min.js ├── mui.previewimage.js ├── mui.pullToRefresh.js ├── mui.pullToRefresh.material.js ├── mui.zoom.js ├── mui3.7 │ ├── mui.min.js │ └── mui.min1.js ├── my │ ├── addFriend.js │ ├── addMyFriend.js │ ├── bindMobile.js │ ├── changeMobile.js │ ├── changePwd.js │ ├── findAccount.js │ ├── myAccount.js │ ├── myEdit.js │ ├── myFriends.js │ ├── myFriendsMatch.js │ ├── myFriendsSearch.js │ ├── myInfo.js │ ├── myMatch.js │ ├── myMatchDetail.js │ ├── myMatchSearch.js │ ├── myMobileBook.js │ ├── myMsg.js │ ├── myNewFriends.js │ ├── myPrivateInfo.js │ ├── myQRCode.js │ ├── mySecurityCenter.js │ ├── mySetting.js │ ├── uploadImg.js │ ├── user.js │ └── userInfo.js ├── news │ ├── newsDetail.js │ ├── newsList.js │ └── newsSearch.js ├── pk │ ├── invitation.js │ ├── pk.js │ ├── pkMap.js │ ├── searchFight.js │ └── war.js ├── popShare.js └── tool │ ├── addCard.js │ ├── addCard2.js │ ├── cardDetails.js │ ├── cardList.js │ ├── cardSelect.js │ ├── correlationCard.js │ ├── events.js │ ├── label.js │ ├── oneCardCollect.js │ ├── oneCardDetail.js │ ├── oneCardMe.js │ ├── oneCardMeCreate.js │ ├── oneCardMeEdit.js │ ├── oneCardSearch.js │ ├── oneCardSquare.js │ ├── saierhao.js │ ├── selectResult.js │ ├── starNumber.js │ ├── tool.js │ └── toolControl.js ├── manifest.json └── unpackage ├── .confirmed_dependencies ├── .dependencies ├── 1.jpeg ├── 2.jpeg ├── 3.jpeg ├── 4.jpeg ├── 5.jpeg ├── 6.jpeg ├── 7.jpeg ├── 8.jpeg ├── alipay.jpg ├── gh_44a51ea2dd08_430.jpg ├── gh_a896d27a50a3_430.jpg └── wechat.jpg /.github/issue_template.md: -------------------------------------------------------------------------------- 1 | 如果是提交 bug,请搜索文档和 issue,确认以下事项: 2 | 3 | * 该问题没有在其他 issue 和文档讨论到,不属于重复内容 4 | 5 | * 分割线以下的模板除了「 补充信息」每一样都必填 6 | 7 | 🙏🙏🙏 8 | 阅读完后请在提交的issue中删除以上内容,包括分割线。 9 | ------------------------ 10 | 11 | **问题描述** 12 | [问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚] 13 | 14 | **复现步骤** 15 | [复现问题的步骤] 16 | 1. Go to '...' 17 | 2. Click on '....' 18 | 3. Scroll down to '....' 19 | 4. See error 20 | 21 | [或者可以直接贴源代码,能贴文字就不要截图] 22 | 23 | ```js 24 | // 这里可以贴代码 25 | 26 | ``` 27 | 28 | **期望行为** 29 | [这里请用简洁清晰的语言描述你期望的行为] 30 | 31 | **报错信息** 32 | 33 | [这里请贴上你的**完整**报错截图或文字] 34 | 35 | **系统信息** 36 | 37 | - 操作系统: [e.g. Windows 10] 38 | - 报错平台 [Android, IOS] 39 | 40 | **补充信息** 41 | [可选] 42 | [根据你的调查研究,出现这个问题的原因可能在哪里?] 43 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | npm-debug.log* 4 | yarn-debug.log* 5 | yarn-error.log* 6 | 7 | # Editor directories and files 8 | .idea 9 | .vscode 10 | .project 11 | *.zip 12 | *.suo 13 | *.ntvs* 14 | *.njsproj 15 | *.sln 16 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Easy Tuan 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /css/bbs/bbsChannel.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .channelTitle { 3 | text-indent: 15px; 4 | margin: 0; 5 | line-height: 30px; 6 | display: none; 7 | } 8 | 9 | .border { 10 | line-height: 50px!important; 11 | max-width: 50px!important; 12 | height: 50px!important; 13 | border-radius: 4px; 14 | } 15 | 16 | .mui-table-view-cell { 17 | padding: 13px 15px; 18 | font-size: 16px; 19 | } 20 | 21 | .top8 { 22 | margin: 8px 0 0 0; 23 | } 24 | 25 | .channelBtn { 26 | border-color: #13D1BE; 27 | padding: 2px 18px; 28 | color: #13D1BE; 29 | position: absolute; 30 | top: 15px; 31 | right: 15px; 32 | } 33 | 34 | .channelNum { 35 | color: #ff6600; 36 | font-weight: normal; 37 | margin: 0 0 0 5px; 38 | } -------------------------------------------------------------------------------- /css/bbs/bbsIndex.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .swiper-slide { 3 | width: 100%; 4 | } 5 | 6 | .swiper-pagination-bullet { 7 | background: #fff; 8 | opacity: 1; 9 | } 10 | 11 | .swiper-pagination-bullet-active { 12 | background: #ffcf1c; 13 | } 14 | 15 | .mui-table-view { 16 | background: transparent; 17 | } 18 | 19 | .channel { 20 | background: #fff; 21 | padding-bottom: 10px; 22 | margin: -14px 0 0 0; 23 | } 24 | 25 | .channel h5 { 26 | color: #13D1BE; 27 | padding: 5px 15px; 28 | } 29 | 30 | #channelBtn { 31 | border: none; 32 | color: #666; 33 | margin: 1px 0 0 0; 34 | display: none; 35 | } 36 | 37 | .channelList { 38 | clear: both; 39 | display: flex; 40 | flex-wrap: wrap; 41 | max-height: 84px; 42 | overflow: hidden; 43 | } 44 | 45 | .channelFold { 46 | max-height: none; 47 | overflow: visible; 48 | } 49 | 50 | .channelList span { 51 | display: inline-block; 52 | text-align: center; 53 | width: 20vw; 54 | margin: 6px 2.5vw; 55 | line-height: 28px; 56 | border-radius: 4px; 57 | font-size: 12px; 58 | background: #edf6fd; 59 | } 60 | 61 | .channelList b { 62 | display: inline-block; 63 | text-align: center; 64 | width: 20vw; 65 | font-weight: normal; 66 | margin: 6px 2.5vw; 67 | line-height: 28px; 68 | border-radius: 4px; 69 | font-size: 12px; 70 | border: 1px dashed #ccc; 71 | } 72 | 73 | .addChannel { 74 | clear: both; 75 | display: inline-block; 76 | } 77 | 78 | .mui-table-view { 79 | background: #fff; 80 | margin: 10px 0 0 0; 81 | } 82 | 83 | .mui-table-view-cell { 84 | padding: 13px 15px; 85 | font-size: 16px; 86 | } 87 | 88 | .mui-table-view-cell strong { 89 | font-weight: normal; 90 | font-size: 12px; 91 | border: 1px solid #fa964a; 92 | color: #fa964a; 93 | padding: 0 4px; 94 | border-radius: 4px; 95 | position: relative; 96 | top: -2px; 97 | } 98 | 99 | .mui-table-view:before, 100 | .mui-table-view:after { 101 | height: 0; 102 | } 103 | 104 | .avatar { 105 | width: 24px; 106 | height: 24px; 107 | min-width: 24px!important; 108 | min-height: 24px!important; 109 | border-radius: 50%; 110 | margin: 0 5px 0 0; 111 | position: relative; 112 | top: -2px; 113 | } 114 | 115 | .top8 { 116 | margin-top: 8px; 117 | font-size: 13px; 118 | overflow: visible; 119 | } 120 | 121 | .icon-eye, 122 | .icon-comment { 123 | font-size: 14px; 124 | } 125 | 126 | .mui-table-view .mui-media-object { 127 | line-height: 50px; 128 | max-width: 50px; 129 | height: 50px; 130 | } 131 | 132 | .bbsBody { 133 | overflow: visible; 134 | white-space: normal; 135 | } -------------------------------------------------------------------------------- /css/bbs/bbsSearch.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .newstype1 { 3 | padding: 2px 10px; 4 | color: #fff; 5 | } 6 | 7 | .newsdetail .title { 8 | background: #4ea562; 9 | color: #fff; 10 | padding: 1px 5px; 11 | } 12 | 13 | .newsdetail .activity { 14 | background: #cb5048; 15 | color: #fff; 16 | padding: 1px 5px; 17 | } 18 | 19 | .cor-000 { 20 | white-space: nowrap; 21 | overflow: hidden; 22 | text-overflow: ellipsis; 23 | } 24 | 25 | .newtype { 26 | line-height: 20px; 27 | position: static; 28 | margin: 0 10px 0 0; 29 | } 30 | 31 | .mui-media-body { 32 | font-size: 16px; 33 | white-space: nowrap; 34 | overflow: hidden; 35 | text-overflow: ellipsis; 36 | } 37 | 38 | .mui-ellipsis { 39 | font-size: 12px; 40 | } 41 | 42 | .shopdetail i, 43 | .matchdetail i { 44 | font-style: normal; 45 | color: #CB5048; 46 | font-size: 13px; 47 | border: 1px solid #CB5048; 48 | border-radius: 4px; 49 | margin: 0 3px 0 0; 50 | padding: 0px 2px 0 2px; 51 | } 52 | 53 | .matchdetail i { 54 | color: #13D1BE; 55 | border: 1px solid #13D1BE; 56 | } 57 | 58 | .imgcontain { 59 | width: 42px; 60 | height: 42px; 61 | overflow: hidden; 62 | display: flex; 63 | align-items: center; 64 | } 65 | 66 | .mui-table-view { 67 | margin: 0; 68 | } -------------------------------------------------------------------------------- /css/bbs/channelDetails.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .padding_ { 3 | padding: 4px 0 0 15px; 4 | } 5 | 6 | .flex2 { 7 | display: flex; 8 | justify-content: space-between; 9 | } 10 | 11 | .border_ { 12 | line-height: 60px!important; 13 | max-width: 60px!important; 14 | height: 60px!important; 15 | border-radius: 4px; 16 | } 17 | 18 | .bbsTitle { 19 | background: #fff; 20 | margin: 10px 0 0 0; 21 | } 22 | 23 | #channelBtn { 24 | display: block; 25 | } 26 | 27 | #newBbs { 28 | position: fixed; 29 | bottom: 15px; 30 | right: 15px; 31 | height: 70px; 32 | width: 70px; 33 | text-align: center; 34 | border-radius: 50%; 35 | color: #fff; 36 | background: #ffb01c; 37 | z-index: 9; 38 | border: none !important; 39 | } 40 | 41 | .channelBtn_subscibe { 42 | color: #999; 43 | border-color: #999; 44 | } 45 | 46 | .tagList { 47 | overflow-x: scroll; 48 | white-space: nowrap; 49 | padding: 0 11px; 50 | } 51 | 52 | .tagList span { 53 | display: inline-block; 54 | background: #f1f8fe; 55 | color: #222; 56 | font-size: 12px; 57 | padding: 4px 12px; 58 | border-radius: 4px; 59 | margin: 0 4px 15px 4px; 60 | } 61 | 62 | .tagList .active { 63 | background: #13D1BE; 64 | color: #fff; 65 | } 66 | 67 | .channelNum { 68 | border: none!important; 69 | } 70 | 71 | .channelHead .mui-media-body { 72 | padding: 0 20% 0 0; 73 | } 74 | 75 | .channelInfo { 76 | white-space: normal; 77 | overflow: hidden; 78 | text-overflow: ellipsis; 79 | display: -webkit-box; 80 | -webkit-box-orient: vertical; 81 | -webkit-line-clamp: 2; 82 | font-size: 12px; 83 | line-height: 1.2; 84 | margin: 5px 0 0 0; 85 | } 86 | 87 | @media(max-width: 350px) { 88 | .channelHead .mui-ellipsis { 89 | font-size: 10px!important; 90 | } 91 | .channelNum { 92 | left: -8px!important; 93 | top: 0!important; 94 | } 95 | } -------------------------------------------------------------------------------- /css/bbs/newBbs.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | #release { 3 | background: #13D1BE; 4 | border: none; 5 | color: #fff; 6 | padding: 2px 8px; 7 | margin: 9px 0 0 0; 8 | } 9 | 10 | .bg-fff { 11 | background: #fff; 12 | } 13 | 14 | input, 15 | textarea { 16 | border: none!important; 17 | font-size: 14px!important; 18 | } 19 | 20 | input { 21 | border-bottom: 1px solid #e6ebef!important; 22 | margin-bottom: 0!important; 23 | } 24 | 25 | .bottomBtn { 26 | width: 100%; 27 | line-height: 40px; 28 | position: fixed; 29 | bottom: -10px; 30 | z-index: 9; 31 | border-top: 1px solid #e6ebef; 32 | border-bottom: 1px solid #e6ebef; 33 | display: none; 34 | background: #fff; 35 | } 36 | 37 | .bottomBtn .iconfont { 38 | font-size: 24px; 39 | border: none; 40 | padding: 2px 15px; 41 | color: #999; 42 | } 43 | 44 | .imgList img { 45 | margin: 0 1vw 2vw 1vw; 46 | width: calc(17vw - 1px); 47 | height: calc(17vw - 1px); 48 | } 49 | 50 | #addImg { 51 | width: 17vw; 52 | height: 17vw; 53 | border: 1px solid #ececec; 54 | color: #999; 55 | padding: 3vw 0 0 0; 56 | font-size: 12px; 57 | margin: 0 1vw; 58 | } 59 | 60 | .imgList { 61 | display: flex; 62 | flex-wrap: wrap; 63 | padding: 0 2.5vw 13px 2.5vw; 64 | } 65 | 66 | .imgList>div { 67 | position: relative; 68 | } 69 | 70 | .imgList>div i { 71 | position: absolute; 72 | top: -4px; 73 | right: -1px; 74 | color: #fff; 75 | border-radius: 50%; 76 | background: #666; 77 | font-size: 12px; 78 | display: inline-block; 79 | width: 14px; 80 | height: 14px; 81 | line-height: 14px; 82 | padding: 0 0 0 1px; 83 | } -------------------------------------------------------------------------------- /css/index/citySelect.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | #city { 3 | border: none; 4 | } 5 | 6 | .cut { 7 | position: absolute; 8 | top: 54px; 9 | right: 15px; 10 | color: #999; 11 | font-size: 12px; 12 | } 13 | 14 | .cut i { 15 | font-size: 16px; 16 | } 17 | 18 | #comment { 19 | color: #fff!important; 20 | background: #13D1BE; 21 | border-radius: 4px; 22 | padding: 0 5px; 23 | line-height: 22px; 24 | position: relative; 25 | top: 10px; 26 | } 27 | 28 | .recently p { 29 | text-indent: 15px; 30 | line-height: 1; 31 | } 32 | 33 | .stoList {} 34 | 35 | .item { 36 | float: left; 37 | background: #fff; 38 | width: 21%; 39 | line-height: 28px; 40 | margin: 0 2% 10px 2%; 41 | } 42 | 43 | #delete { 44 | position: relative; 45 | top: -3px; 46 | right: 12px; 47 | } -------------------------------------------------------------------------------- /css/index/comment.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .col { 3 | background: #f0f0f0; 4 | height: 10px; 5 | } 6 | 7 | .mui-content, 8 | body { 9 | background: #fff; 10 | } 11 | 12 | h5 { 13 | padding: 5px 0 5px 15px; 14 | font-size: 16px; 15 | color: #333; 16 | } 17 | 18 | h5 span { 19 | font-size: 16px!important; 20 | color: #999; 21 | } 22 | 23 | h5 i { 24 | font-size: 18px!important; 25 | color: #999; 26 | } 27 | 28 | h5 .active { 29 | color: #ffcf1c; 30 | } 31 | 32 | #text { 33 | border: none; 34 | font-size: 14px; 35 | } 36 | 37 | .imgList img { 38 | margin: 0 1vw 2vw 1vw; 39 | width: calc(17vw - 1px); 40 | height: calc(17vw - 1px); 41 | } 42 | 43 | #addImg { 44 | width: 17vw; 45 | height: 17vw; 46 | border: 1px solid #ececec; 47 | color: #999; 48 | padding: 3vw 0 0 0; 49 | font-size: 12px; 50 | margin: 0 1vw; 51 | } 52 | 53 | .imgList { 54 | display: flex; 55 | flex-wrap: wrap; 56 | padding: 0 2.5vw 13px 2.5vw; 57 | border-bottom: 1px solid #ececec; 58 | } 59 | 60 | #comment { 61 | width: 100%; 62 | height: 50px; 63 | text-align: center; 64 | background: #13D1BE; 65 | position: fixed; 66 | bottom: 0; 67 | line-height: 50px; 68 | font-size: 16px; 69 | color: #fff; 70 | } 71 | 72 | .imgList>div { 73 | position: relative; 74 | } 75 | 76 | .imgList>div i { 77 | position: absolute; 78 | top: -4px; 79 | right: -1px; 80 | color: #fff; 81 | border-radius: 50%; 82 | background: #666; 83 | font-size: 12px; 84 | display: inline-block; 85 | width: 14px; 86 | height: 14px; 87 | line-height: 14px; 88 | padding: 0 0 0 1px; 89 | } -------------------------------------------------------------------------------- /css/index/nearPeople.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | input[type=color], 3 | input[type=date], 4 | input[type=datetime-local], 5 | input[type=datetime], 6 | input[type=email], 7 | input[type=month], 8 | input[type=number], 9 | input[type=password], 10 | input[type=search], 11 | input[type=tel], 12 | input[type=text], 13 | input[type=time], 14 | input[type=url], 15 | input[type=week], 16 | select, 17 | textarea { 18 | line-height: 21px; 19 | width: 100%; 20 | height: 28px; 21 | margin: 0; 22 | padding: 5px 15px 5px 30px; 23 | -webkit-user-select: text; 24 | border: none; 25 | border-radius: 3px; 26 | outline: 0; 27 | background-color: #f0f0f0; 28 | -webkit-appearance: none; 29 | font-size: 14px; 30 | width: 75vw; 31 | position: absolute; 32 | top: 8px; 33 | left: 12vw; 34 | } 35 | 36 | .mui-bar-nav .icon-searchIcon1 { 37 | font-size: 16px; 38 | position: absolute; 39 | top: 12px; 40 | left: 14vw; 41 | } 42 | 43 | .mui-ellipsis { 44 | font-size: 12px; 45 | } 46 | 47 | .liRight { 48 | position: absolute; 49 | top: 26px; 50 | right: 10px; 51 | font-size: 12px; 52 | color: #999; 53 | } 54 | 55 | .liRight span:nth-of-type(2) { 56 | border: 1px solid #13D1BE; 57 | color: #13D1BE; 58 | padding: 2px 4px; 59 | border-radius: 4px; 60 | margin: 0 0 0 5px; 61 | font-size: 14px; 62 | } 63 | 64 | .mui-content { 65 | margin: 10px 0 0 0; 66 | } 67 | 68 | .mui-table-view .mui-media-object { 69 | line-height: 42px; 70 | max-width: 42px; 71 | height: 42px; 72 | width: 42px; 73 | border-radius: 50%; 74 | } -------------------------------------------------------------------------------- /css/index/nearShop.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-ellipsis i { 3 | font-size: 10px; 4 | } 5 | 6 | .grade { 7 | margin: 0 0 0 2px; 8 | font-size: 12px; 9 | color: #999; 10 | position: relative; 11 | top: -1px; 12 | } 13 | 14 | .mui-ellipsis .active { 15 | color: #ffcf1c; 16 | } -------------------------------------------------------------------------------- /css/index/ranking.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content, 3 | body { 4 | background: #fff; 5 | } 6 | 7 | .mui-content { 8 | padding: 0 5px; 9 | } 10 | 11 | .rankList>div { 12 | float: left; 13 | position: relative; 14 | width: 20vw; 15 | height: 20vw; 16 | margin: 18px 2vw; 17 | } 18 | 19 | .rankList span:nth-of-type(1) { 20 | position: absolute; 21 | top: -10px; 22 | right: -4px; 23 | z-index: 99; 24 | background: #13D1BE; 25 | } 26 | 27 | .rankList span:nth-of-type(2) { 28 | position: absolute; 29 | bottom: -20px; 30 | left: 0; 31 | z-index: 99; 32 | color: #999; 33 | font-size: 12px; 34 | display: inline-block; 35 | width: 100%; 36 | overflow: hidden; 37 | text-overflow: ellipsis; 38 | white-space: nowrap; 39 | } 40 | 41 | .rankList img { 42 | border-radius: 4px; 43 | width: 20vw; 44 | height: 20vw; 45 | } -------------------------------------------------------------------------------- /css/index/search.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .newstype1 { 3 | padding: 2px 10px; 4 | color: #fff; 5 | } 6 | 7 | .newsdetail .title { 8 | background: #4ea562; 9 | color: #fff; 10 | padding: 1px 5px; 11 | } 12 | 13 | .newsdetail .activity { 14 | background: #cb5048; 15 | color: #fff; 16 | padding: 1px 5px; 17 | } 18 | 19 | .cor-000 { 20 | white-space: nowrap; 21 | overflow: hidden; 22 | text-overflow: ellipsis; 23 | } 24 | 25 | .newtype { 26 | line-height: 20px; 27 | position: static; 28 | margin: 0 10px 0 0; 29 | } 30 | 31 | .mui-media-body { 32 | font-size: 16px; 33 | white-space: nowrap; 34 | overflow: hidden; 35 | text-overflow: ellipsis; 36 | } 37 | 38 | .mui-ellipsis { 39 | position: relative; 40 | top: 5px; 41 | font-size: 12px; 42 | } 43 | 44 | .shopdetail i, 45 | .matchdetail i { 46 | font-style: normal; 47 | color: #CB5048; 48 | font-size: 13px; 49 | border: 1px solid #CB5048; 50 | border-radius: 4px; 51 | margin: 0 3px 0 0; 52 | padding: 0px 2px 0 2px; 53 | } 54 | 55 | .matchdetail i { 56 | color: #13D1BE; 57 | border: 1px solid #13D1BE; 58 | } 59 | 60 | .imgcontain { 61 | width: 42px; 62 | height: 42px; 63 | overflow: hidden; 64 | display: flex; 65 | align-items: center; 66 | } 67 | 68 | .mui-table-view .mui-media-object { 69 | line-height: 42px; 70 | max-width: 42px; 71 | height: 42px; 72 | } -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-tab-item img { 3 | width: 100%; 4 | height: auto; 5 | } 6 | 7 | .mui-bar { 8 | /*display: block !important;*/ 9 | -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .55); 10 | box-shadow: 0 0 1px rgba(0, 0, 0, .55); 11 | } 12 | 13 | .mui-bar-tab .mui-tab-item { 14 | color: #333; 15 | } 16 | 17 | .mui-bar-tab .mui-tab-item.mui-active { 18 | color: #333; 19 | } 20 | 21 | .mui-bar-tab .mui-tab-item { 22 | position: relative; 23 | } 24 | 25 | .mui-tab-item .mui-tab-label { 26 | left: inherit !important; 27 | text-align: center; 28 | width: 100%; 29 | } 30 | 31 | 32 | /*.mui-bar-tab .mui-tab-item.mui-active i{ 33 | position: absolute; 34 | display: inline-block; 35 | width: 60px; 36 | height: 60px; 37 | background: rgba(82,173,248,0.3); 38 | bottom: -30px; 39 | left: calc(50% - 30px); 40 | border-radius:50% ; 41 | }*/ 42 | 43 | .mui-tab-item .mui-tab-label { 44 | position: absolute; 45 | bottom: 2px; 46 | left: calc(50% - 11px); 47 | } 48 | 49 | .mui-bar-tab .iconfont { 50 | font-size: 24px; 51 | } 52 | 53 | .mui-bar-tab .mui-tab-item .mui-icon { 54 | top: -7px; 55 | } 56 | 57 | .mui-bar-tab .mui-active .mui-tab-label { 58 | color: #13D1BE; 59 | } 60 | 61 | .mui-bar-tab .mui-active .iconfont { 62 | text-align: center; 63 | color: #13D1BE; 64 | font-size: 22px; 65 | animation: mymove 0.2s; 66 | -webkit-animation: mymove 0.2s; 67 | } 68 | 69 | .mui-bar-tab .mui-active .icon-home:before { 70 | content: "\e6fc"; 71 | } 72 | 73 | .mui-bar-tab .mui-active .icon-tool:before { 74 | content: "\e6ff"; 75 | } 76 | 77 | .mui-bar-tab .mui-active .icon-pk_default:before { 78 | content: "\e702"; 79 | } 80 | 81 | .mui-bar-tab .mui-active .icon-forum:before { 82 | content: "\e700"; 83 | } 84 | 85 | .mui-bar-tab .mui-active .icon-me1:before { 86 | content: "\e6fe"; 87 | } 88 | 89 | @keyframes mymove { 90 | 0% { 91 | color: #999; 92 | font-size: 10px; 93 | } 94 | 50% { 95 | color: #13D1BE; 96 | font-size: 25px; 97 | } 98 | 100% { 99 | color: #13D1BE; 100 | font-size: 22px; 101 | } 102 | } 103 | 104 | @-webkit-keyframes mymove { 105 | 0% { 106 | color: #999; 107 | font-size: 10px; 108 | } 109 | 50% { 110 | color: #13D1BE; 111 | font-size: 25px; 112 | } 113 | 100% { 114 | color: #13D1BE; 115 | font-size: 22px; 116 | } 117 | } -------------------------------------------------------------------------------- /css/my/myFriends.css: -------------------------------------------------------------------------------- 1 | html, 2 | body { 3 | height: 100%; 4 | } 5 | 6 | .mui-indexed-list { 7 | position: relative; 8 | overflow-y: auto; 9 | height: 300px; 10 | cursor: default; 11 | } 12 | 13 | .mui-indexed-list-inner { 14 | margin: 0px; 15 | padding: 0px; 16 | /*overflow-y: auto;*/ 17 | border: none; 18 | } 19 | 20 | 21 | /*.mui-indexed-list-inner::-webkit-scrollbar { 22 | width: 0px; 23 | height: 0px; 24 | visibility: hidden; 25 | }*/ 26 | 27 | .mui-indexed-list-empty-alert, 28 | .mui-indexed-list-inner.empty ul { 29 | display: none; 30 | } 31 | 32 | .mui-indexed-list-inner.empty .mui-indexed-list-empty-alert { 33 | display: block; 34 | } 35 | 36 | .mui-indexed-list-empty-alert { 37 | padding: 30px 15px; 38 | text-align: center; 39 | color: #ccc; 40 | padding-right: 45px; 41 | } 42 | 43 | .mui-ios .mui-indexed-list-inner { 44 | width: 100%; 45 | } 46 | 47 | .mui-indexed-list-group, 48 | .mui-indexed-list-item { 49 | padding-right: 45px; 50 | } 51 | 52 | .mui-ios .mui-indexed-list-group, 53 | .mui-ios .mui-indexed-list-item, 54 | .mui-ios .mui-indexed-list-empty-alert { 55 | padding-right: 55px; 56 | } 57 | 58 | .mui-indexed-list-group { 59 | background-color: #efeff4; 60 | } 61 | 62 | .mui-indexed-list-group { 63 | padding-top: 3px; 64 | padding-bottom: 3px; 65 | padding-left: 15px; 66 | color: #999; 67 | } 68 | 69 | .mui-indexed-list-search { 70 | z-index: 15; 71 | } 72 | 73 | .mui-indexed-list-search input { 74 | border: none !important; 75 | margin: 0px; 76 | background-color: #fff; 77 | } 78 | 79 | .mui-indexed-list-bar { 80 | /*background: #00A9F2;*/ 81 | width: 40px; 82 | position: fixed; 83 | height: 100%; 84 | z-index: 10; 85 | right: 0px; 86 | top: 50%; 87 | /*-webkit-transition: .2s;*/ 88 | } 89 | 90 | .mui-indexed-list-bar a { 91 | display: block; 92 | text-align: center; 93 | font-size: 11px; 94 | padding: 0px; 95 | margin: 0px; 96 | line-height: 25px; 97 | color: #aaa; 98 | } 99 | 100 | .mui-indexed-list-bar.active a { 101 | color: #333; 102 | } 103 | 104 | .mui-indexed-list-bar.active a.active { 105 | color: #007aff; 106 | } 107 | 108 | .mui-indexed-list-alert { 109 | position: absolute; 110 | z-index: 20; 111 | background-color: rgba(0, 0, 0, 0.5); 112 | width: 80px; 113 | height: 80px; 114 | left: 50%; 115 | top: 50%; 116 | margin-left: -40px; 117 | margin-top: -40px; 118 | border-radius: 40px; 119 | text-align: center; 120 | line-height: 80px; 121 | font-size: 35px; 122 | color: #fff; 123 | display: none; 124 | -webkit-transition: .2s; 125 | } 126 | 127 | .mui-indexed-list-alert.active { 128 | display: block; 129 | } -------------------------------------------------------------------------------- /css/my/myFriendsSearch.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | nav { 3 | background: #fff; 4 | height: 44px; 5 | border-bottom: 1px solid #E6EBEF; 6 | } 7 | 8 | input[type=text] { 9 | line-height: 21px; 10 | height: 25px; 11 | padding: 5px 15px 5px 30px; 12 | -webkit-user-select: text; 13 | border: none; 14 | border-radius: 3px; 15 | outline: 0; 16 | background-color: #f0f0f0; 17 | -webkit-appearance: none; 18 | font-size: 11px; 19 | margin: 0 0 0 2vw; 20 | width: 80vw; 21 | position: relative; 22 | top: 10px; 23 | } 24 | 25 | nav .mui-icon-search { 26 | position: absolute; 27 | top: 0; 28 | color: #999; 29 | font-size: 18px; 30 | left: 4vw; 31 | top: 12px; 32 | } 33 | 34 | nav h5 { 35 | font-size: 13px; 36 | color: #999; 37 | position: absolute; 38 | top: 11px; 39 | right: 4%; 40 | } 41 | 42 | .history { 43 | border-top: 1px solid #e6ebef; 44 | padding: 10px 10px; 45 | height: calc(100vh - 59px); 46 | } 47 | 48 | .historyList { 49 | clear: both; 50 | padding: 10px 0 0 0; 51 | } 52 | 53 | .historyList span { 54 | display: inline-block; 55 | margin-bottom: 8px; 56 | font-size: 12px; 57 | background: #f1f9ff; 58 | color: #74858e; 59 | padding: 3px 10px; 60 | margin-left: 3px; 61 | white-space: nowrap; 62 | } -------------------------------------------------------------------------------- /css/my/myMatch.css: -------------------------------------------------------------------------------- 1 | .status { 2 | position: absolute; 3 | top: 35px; 4 | right: 15px; 5 | } 6 | 7 | .mui-slider-group { 8 | top: 55px !important; 9 | } 10 | 11 | .mui-slider-item { 12 | border: none !important; 13 | } 14 | 15 | .mui-segmented-control { 16 | background-color: #fff; 17 | } 18 | 19 | .mui-segmented-control a.mui-active { 20 | color: #74B6ED !important; 21 | } 22 | 23 | .mui-slider-progress-bar { 24 | background: none !important; 25 | } 26 | 27 | .mui-slider-progress-bar b { 28 | background-color: #74B6ED; 29 | display: block; 30 | width: 80px; 31 | height: 100%; 32 | margin: auto; 33 | } 34 | 35 | .mui-pull-top-tips { 36 | position: absolute; 37 | top: -20px; 38 | left: 50%; 39 | margin-left: -25px; 40 | width: 40px; 41 | height: 40px; 42 | border-radius: 100%; 43 | } 44 | 45 | .mui-pull-top-tips { 46 | top: 24px; 47 | z-index: 99999999; 48 | } 49 | 50 | .mui-pull-top-wrapper { 51 | width: 42px; 52 | height: 42px; 53 | display: block; 54 | text-align: center; 55 | background-color: #efeff4; 56 | border: 1px solid #ddd; 57 | border-radius: 25px; 58 | background-clip: padding-box; 59 | box-shadow: 0 4px 10px #bbb; 60 | overflow: hidden; 61 | } 62 | 63 | .mui-pull-top-tips.mui-transitioning { 64 | -webkit-transition-duration: 200ms; 65 | transition-duration: 200ms; 66 | } 67 | 68 | .mui-pull-top-tips .mui-pull-loading { 69 | /*-webkit-backface-visibility: hidden; 70 | -webkit-transition-duration: 400ms; 71 | transition-duration: 400ms;*/ 72 | margin: 0; 73 | } 74 | 75 | .mui-pull-top-wrapper .mui-icon, 76 | .mui-pull-top-wrapper .mui-spinner { 77 | margin-top: 7px; 78 | } 79 | 80 | .mui-pull-top-wrapper .mui-icon.mui-reverse { 81 | /*-webkit-transform: rotate(180deg) translateZ(0);*/ 82 | } 83 | 84 | .mui-pull-bottom-tips { 85 | text-align: center; 86 | background-color: #efeff4; 87 | font-size: 15px; 88 | line-height: 40px; 89 | color: #777; 90 | } 91 | 92 | .mui-pull-top-canvas { 93 | overflow: hidden; 94 | background-color: #fafafa; 95 | border-radius: 40px; 96 | box-shadow: 0 4px 10px #bbb; 97 | width: 40px; 98 | height: 40px; 99 | margin: 0 auto; 100 | } 101 | 102 | .mui-pull-top-canvas canvas { 103 | width: 40px; 104 | } 105 | 106 | .mui-table-view .mui-media-object { 107 | line-height: 55px; 108 | max-width: 55px; 109 | height: 55px; 110 | position: relative; 111 | top: 3px; 112 | } -------------------------------------------------------------------------------- /css/my/myMatchSearch.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .history { 3 | border-top: 1px solid #e6ebef; 4 | padding: 10px 10px; 5 | height: calc(100vh - 59px); 6 | } 7 | 8 | .historyList { 9 | clear: both; 10 | padding: 10px 0 0 0; 11 | } 12 | 13 | .historyList span { 14 | display: inline-block; 15 | margin-bottom: 8px; 16 | font-size: 12px; 17 | background: #f1f9ff; 18 | color: #74858e; 19 | padding: 3px 10px; 20 | margin-left: 3px; 21 | white-space: nowrap; 22 | } 23 | 24 | .status { 25 | position: absolute; 26 | top: 35px; 27 | right: 15px; 28 | color: #999; 29 | } -------------------------------------------------------------------------------- /css/my/myMobileBook.css: -------------------------------------------------------------------------------- 1 | html, 2 | body { 3 | height: 100%; 4 | } 5 | 6 | #list .mui-table-view-cell { 7 | padding: 11px 25px 11px 15px; 8 | } 9 | 10 | #list .mui-btn { 11 | right: 25px; 12 | } 13 | 14 | .mui-indexed-list { 15 | position: relative; 16 | overflow-y: auto; 17 | height: 300px; 18 | cursor: default; 19 | } 20 | 21 | .mui-indexed-list-inner { 22 | margin: 0px; 23 | padding: 0px; 24 | /*overflow-y: auto;*/ 25 | border: none; 26 | } 27 | 28 | .mui-indexed-list-inner::-webkit-scrollbar { 29 | width: 0px; 30 | height: 0px; 31 | visibility: hidden; 32 | } 33 | 34 | .mui-indexed-list-empty-alert, 35 | .mui-indexed-list-inner.empty ul { 36 | display: none; 37 | } 38 | 39 | .mui-indexed-list-inner.empty .mui-indexed-list-empty-alert { 40 | display: block; 41 | } 42 | 43 | .mui-indexed-list-empty-alert { 44 | padding: 30px 15px; 45 | text-align: center; 46 | color: #ccc; 47 | padding-right: 45px; 48 | } 49 | 50 | .mui-ios .mui-indexed-list-inner { 51 | width: calc(100% + 10px); 52 | } 53 | 54 | .mui-indexed-list-group, 55 | .mui-indexed-list-item { 56 | padding-right: 45px; 57 | } 58 | 59 | .mui-ios .mui-indexed-list-group, 60 | .mui-ios .mui-indexed-list-item, 61 | .mui-ios .mui-indexed-list-empty-alert { 62 | padding-right: 55px; 63 | } 64 | 65 | .mui-indexed-list-group { 66 | background-color: #efeff4; 67 | } 68 | 69 | .mui-indexed-list-group { 70 | padding-top: 3px; 71 | padding-bottom: 3px; 72 | } 73 | 74 | .mui-indexed-list-search { 75 | z-index: 15; 76 | } 77 | 78 | .mui-indexed-list-search input { 79 | border: none !important; 80 | margin: 0px; 81 | background-color: #fff; 82 | } 83 | 84 | .mui-indexed-list-bar { 85 | width: 23px; 86 | position: fixed; 87 | height: 100%; 88 | z-index: 10; 89 | right: 20px; 90 | top: 44px; 91 | -webkit-transition: .2s; 92 | } 93 | 94 | .mui-indexed-list-bar a { 95 | display: block; 96 | text-align: center; 97 | font-size: 11px; 98 | padding: 0px; 99 | margin: 0px; 100 | line-height: 15px; 101 | color: #aaa; 102 | } 103 | 104 | .mui-indexed-list-bar.active a { 105 | color: #333; 106 | } 107 | 108 | .mui-indexed-list-bar.active a.active { 109 | color: #007aff; 110 | } 111 | 112 | .mui-indexed-list-alert { 113 | position: absolute; 114 | z-index: 20; 115 | background-color: rgba(0, 0, 0, 0.5); 116 | width: 80px; 117 | height: 80px; 118 | left: 50%; 119 | top: 50%; 120 | margin-left: -40px; 121 | margin-top: -40px; 122 | border-radius: 40px; 123 | text-align: center; 124 | line-height: 80px; 125 | font-size: 35px; 126 | color: #fff; 127 | display: none; 128 | -webkit-transition: .2s; 129 | } 130 | 131 | .mui-indexed-list-alert.active { 132 | display: block; 133 | } -------------------------------------------------------------------------------- /css/my/userInfo.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content { 3 | margin: 0; 4 | } 5 | 6 | .mui-bar-nav~.mui-content .mui-pull-top-pocket { 7 | top: 0; 8 | } 9 | 10 | #pullrefresh { 11 | top: 157px; 12 | padding: 0 0 50px 0; 13 | margin: 0; 14 | } 15 | 16 | .mui-table-view .mui-media-object { 17 | line-height: 55px; 18 | max-width: 55px; 19 | height: 55px; 20 | } 21 | 22 | .mui-ellipsis { 23 | line-height: 1.3; 24 | } 25 | 26 | .mui-media-body { 27 | font-size: 15px; 28 | } 29 | 30 | .mui-media-body p:nth-of-type(1) { 31 | margin: 5px 0 0 0; 32 | } 33 | 34 | .liRight span:nth-last-of-type(1) { 35 | border: none; 36 | color: #999; 37 | padding: 0; 38 | } 39 | 40 | .liRight span:nth-last-of-type(2) { 41 | color: #78b9ee; 42 | } 43 | 44 | h5 { 45 | padding: 2px 0 0 15px; 46 | margin: 0; 47 | font-size: 13px; 48 | } 49 | 50 | .tap { 51 | position: fixed; 52 | bottom: 0; 53 | width: 100%; 54 | padding: 8px 0; 55 | height: 50px; 56 | background: #74b6ed; 57 | line-height: 34px; 58 | font-size: 15px; 59 | color: #333; 60 | z-index: 999; 61 | } 62 | 63 | .tap>div:nth-of-type(1) { 64 | border-right: 1px solid #639bca; 65 | } -------------------------------------------------------------------------------- /css/news/newsList.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .newslist { 3 | list-style: none; 4 | position: relative; 5 | padding: 0; 6 | } 7 | 8 | .newslist li { 9 | background: #fff; 10 | margin: 0 0 10px 0; 11 | position: relative; 12 | } 13 | 14 | .newsimgbox { 15 | max-width: 100%; 16 | max-height: 200px; 17 | text-align: center; 18 | overflow: hidden; 19 | background: #F7F2ED; 20 | } 21 | 22 | .newslist li img { 23 | width: 100%; 24 | height: auto; 25 | } 26 | 27 | .newslist li h5 { 28 | font-size: 16px; 29 | color: #222; 30 | padding: 0 15px; 31 | } 32 | 33 | .newslist li p { 34 | line-height: 1.2; 35 | font-size: 12px; 36 | padding: 0 15px 15px 15px; 37 | } -------------------------------------------------------------------------------- /css/picker/mui.picker.css: -------------------------------------------------------------------------------- 1 | /** 2 | * 选择列表插件 3 | * varstion 2.0.0 4 | * by Houfeng 5 | * Houfeng@DCloud.io 6 | */ 7 | 8 | .mui-picker { 9 | background-color: #ddd; 10 | position: relative; 11 | height: 200px; 12 | overflow: hidden; 13 | border: solid 1px rgba(0, 0, 0, 0.1); 14 | -webkit-user-select: none; 15 | user-select: none; 16 | box-sizing: border-box; 17 | } 18 | 19 | .mui-picker-inner { 20 | box-sizing: border-box; 21 | position: relative; 22 | width: 100%; 23 | height: 100%; 24 | overflow: hidden; 25 | -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent); 26 | -webkit-mask-box-image: linear-gradient(top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent); 27 | } 28 | 29 | .mui-pciker-list, 30 | .mui-pciker-rule { 31 | box-sizing: border-box; 32 | padding: 0px; 33 | margin: 0px; 34 | width: 100%; 35 | height: 36px; 36 | line-height: 36px; 37 | position: absolute; 38 | left: 0px; 39 | top: 50%; 40 | margin-top: -18px; 41 | } 42 | 43 | .mui-pciker-rule-bg { 44 | z-index: 0; 45 | /*background-color: #cfd5da;*/ 46 | } 47 | 48 | .mui-pciker-rule-ft { 49 | z-index: 2; 50 | border-top: solid 1px rgba(0, 0, 0, 0.1); 51 | border-bottom: solid 1px rgba(0, 0, 0, 0.1); 52 | /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/ 53 | /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/ 54 | } 55 | 56 | .mui-pciker-list { 57 | z-index: 1; 58 | -webkit-transform-style: preserve-3d; 59 | transform-style: preserve-3d; 60 | -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg); 61 | transform: perspective(1000px) rotateY(0deg) rotateX(0deg); 62 | } 63 | 64 | .mui-pciker-list li { 65 | width: 100%; 66 | height: 100%; 67 | position: absolute; 68 | text-align: center; 69 | vertical-align: middle; 70 | -webkit-backface-visibility: hidden; 71 | backface-visibility: hidden; 72 | overflow: hidden; 73 | box-sizing: border-box; 74 | font-size: 16px; 75 | font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; 76 | color: #888; 77 | padding: 0px 8px; 78 | white-space: nowrap; 79 | -webkit-text-overflow: ellipsis; 80 | text-overflow: ellipsis; 81 | overflow: hidden; 82 | cursor: default; 83 | visibility: hidden; 84 | } 85 | 86 | .mui-pciker-list li.highlight, 87 | .mui-pciker-list li.visible { 88 | visibility: visible; 89 | } 90 | 91 | .mui-pciker-list li.highlight { 92 | color: #222; 93 | } -------------------------------------------------------------------------------- /css/picker/mui.poppicker.css: -------------------------------------------------------------------------------- 1 | .mui-poppicker { 2 | position: fixed; 3 | left: 0px; 4 | width: 100%; 5 | z-index: 999; 6 | background-color: #eee; 7 | border-top: solid 1px #ccc; 8 | box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.1); 9 | -webkit-transition: .3s; 10 | bottom: 0px; 11 | -webkit-transform: translateY(300px); 12 | } 13 | 14 | .mui-poppicker.mui-active { 15 | -webkit-transform: translateY(0px); 16 | } 17 | 18 | .mui-android-5-1 .mui-poppicker { 19 | bottom: -300px; 20 | -webkit-transition-property: bottom; 21 | -webkit-transform: none; 22 | } 23 | 24 | .mui-android-5-1 .mui-poppicker.mui-active { 25 | bottom: 0px; 26 | -webkit-transition-property: bottom; 27 | -webkit-transform: none; 28 | } 29 | 30 | .mui-poppicker-header { 31 | padding: 6px; 32 | font-size: 14px; 33 | color: #888; 34 | } 35 | 36 | .mui-poppicker-header .mui-btn { 37 | font-size: 12px; 38 | padding: 5px 10px; 39 | } 40 | 41 | .mui-poppicker-btn-cancel { 42 | float: left; 43 | } 44 | 45 | .mui-poppicker-btn-ok { 46 | float: right; 47 | } 48 | 49 | .mui-poppicker-clear { 50 | clear: both; 51 | height: 0px; 52 | line-height: 0px; 53 | font-size: 0px; 54 | overflow: hidden; 55 | } 56 | 57 | .mui-poppicker-body { 58 | position: relative; 59 | width: 100%; 60 | height: 200px; 61 | border-top: solid 1px #ddd; 62 | /*-webkit-perspective: 1200px; 63 | perspective: 1200px; 64 | -webkit-transform-style: preserve-3d; 65 | transform-style: preserve-3d;*/ 66 | } 67 | 68 | .mui-poppicker-body .mui-picker { 69 | width: 100%; 70 | height: 100%; 71 | margin: 0px; 72 | border: none; 73 | float: left; 74 | } -------------------------------------------------------------------------------- /css/pk/invitation.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content { 3 | margin: 0; 4 | } 5 | 6 | 7 | /** 8 | * 无记录 9 | */ 10 | 11 | .none { 12 | width: 100%; 13 | height: 100vh; 14 | background: #f0f0f0; 15 | position: absolute; 16 | top: 0; 17 | z-index: 9; 18 | display: none; 19 | } 20 | 21 | .none img { 22 | width: 50%; 23 | height: auto; 24 | display: block; 25 | margin: 30vh auto 0 auto; 26 | } -------------------------------------------------------------------------------- /css/pk/oneWar.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .container { 3 | height: 120px; 4 | display: flex; 5 | justify-content: center; 6 | align-items: center; 7 | } 8 | 9 | .vs { 10 | font-size: 50px; 11 | color: #77b8ee; 12 | margin: 0 15px; 13 | } 14 | 15 | .box { 16 | width: 65px; 17 | height: 65px; 18 | border-radius: 50%; 19 | background-size: 100%; 20 | padding: 3px; 21 | border: 3px solid #fff; 22 | box-shadow: 0 0 0 1px #77b8ee; 23 | position: relative; 24 | } 25 | 26 | .box span { 27 | color: #999; 28 | font-size: 11px; 29 | position: absolute; 30 | bottom: -25px; 31 | left: calc(50% - 11px); 32 | } -------------------------------------------------------------------------------- /css/tool/addCard.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | #create { 3 | margin: 11px 0 0 0; 4 | background: #13D1BE; 5 | color: #fff!important; 6 | font-size: 13px; 7 | padding: 3px 8px 1px 8px; 8 | border-radius: 4px; 9 | border: none; 10 | } 11 | 12 | .icon-subtract, 13 | .icon-increse, 14 | .icon-increseblue { 15 | font-size: 19px; 16 | } 17 | 18 | .mui-media span:nth-of-type(1) { 19 | margin: 0 0 0 20px; 20 | } 21 | 22 | .mui-media span:nth-of-type(2) { 23 | color: #13D1BE; 24 | margin: 10px 0 0 0; 25 | } 26 | 27 | .mui-media span:nth-of-type(1) b { 28 | display: inline-block; 29 | margin: 8px 0 0 0; 30 | font-size: 16px; 31 | color: #13D1BE; 32 | font-weight: normal; 33 | position: relative; 34 | } 35 | 36 | .mui-media span:nth-of-type(1) button { 37 | color: #13D1BE; 38 | border: none; 39 | padding: 3px 7px; 40 | margin: 4px 0 0 0; 41 | } 42 | 43 | .mui-content h5 { 44 | background: #fff; 45 | margin: 10px 0 0 0; 46 | padding: 7px 15px; 47 | color: #333; 48 | } 49 | 50 | #hero, 51 | #arms { 52 | display: none; 53 | } -------------------------------------------------------------------------------- /css/tool/addCard2.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content { 3 | background: #fff; 4 | } 5 | 6 | #selet { 7 | font-size: 12px; 8 | line-height: 50px; 9 | color: #666; 10 | margin: 0 10px 0 0; 11 | } 12 | 13 | .mui-table-view { 14 | width: 80%; 15 | margin: 0 0 0 20%; 16 | border-left: 1px solid #c8c7cc; 17 | } 18 | 19 | .star { 20 | background: #fff; 21 | width: 20%; 22 | float: left; 23 | padding: 0; 24 | margin: 0; 25 | list-style: none; 26 | } 27 | 28 | .star li { 29 | height: 55px; 30 | line-height: 55px; 31 | color: #13D1BE; 32 | border-bottom: 1px solid #c8c7cc; 33 | } 34 | 35 | .col { 36 | background: #f0f0f0; 37 | height: 10px; 38 | } 39 | 40 | .star .active { 41 | background: #f1f9ff; 42 | } -------------------------------------------------------------------------------- /css/tool/cardDetails.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .cardName .mui-media-body { 3 | font-size: 18px; 4 | } 5 | 6 | .cardName p { 7 | font-size: 13px; 8 | line-height: 1.2; 9 | } 10 | 11 | .cardName p:nth-of-type(1) { 12 | margin: 5px 0 0 0; 13 | } 14 | 15 | .contant .mui-pull-left { 16 | color: #333!important; 17 | } 18 | 19 | .contant p:nth-of-type(2) { 20 | height: auto; 21 | /*padding-top:10px ;*/ 22 | } 23 | 24 | .contant p:nth-of-type(2) span { 25 | color: #666; 26 | } 27 | 28 | .mui-table-view h5 { 29 | padding: 10px 0 6px 10px; 30 | color: #333; 31 | border-bottom: 1px solid #e6ebef; 32 | } 33 | 34 | .star { 35 | color: #74b6ed; 36 | } 37 | 38 | .mui-table-view:before, 39 | .mui-table-view:after { 40 | height: 0; 41 | } 42 | 43 | #cardList .mui-table-view { 44 | margin: 10 px 0 0 0; 45 | } 46 | 47 | 48 | /** 49 | * 弹出图片 50 | */ 51 | 52 | #popover img { 53 | width: 100%; 54 | height: auto; 55 | } 56 | 57 | #popover .mui-row { 58 | background: #74b6ed; 59 | line-height: 40px; 60 | color: #fff; 61 | } 62 | 63 | #popover span { 64 | display: inline-block; 65 | width: 1px; 66 | height: 30px; 67 | position: absolute; 68 | bottom: 5px; 69 | left: 50%; 70 | z-index: 9999; 71 | background: #639bca; 72 | } 73 | 74 | .contant>p {} 75 | 76 | #cardList h5 { 77 | padding-left: 15px; 78 | } 79 | 80 | #openPopover img { 81 | width: 20px; 82 | height: 20px; 83 | position: relative; 84 | top: 12px; 85 | } -------------------------------------------------------------------------------- /css/tool/cardSelect.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .kind span { 3 | border-radius: 5px; 4 | text-align: center; 5 | display: inline-block; 6 | width: 21%; 7 | float: left; 8 | margin: 8px 2%; 9 | font-size: 12px; 10 | background: #f1f9ff; 11 | color: #74858e; 12 | padding: 3px 10px; 13 | /* margin-left:3px ;*/ 14 | white-space: nowrap; 15 | } 16 | 17 | .kind { 18 | position: relative; 19 | } 20 | 21 | .kind hr { 22 | position: absolute; 23 | width: 100%; 24 | top: 67px; 25 | border: none; 26 | border-top: 1px solid #f0f0f0; 27 | } -------------------------------------------------------------------------------- /css/tool/correlationCard.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-table-view li { 3 | margin: 0; 4 | } -------------------------------------------------------------------------------- /css/tool/events.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content h5 { 3 | background: #fff; 4 | margin: 0; 5 | padding: 12px 0 7px 10px; 6 | color: #333; 7 | } 8 | 9 | .mui-table-view { 10 | background: transparent; 11 | } 12 | 13 | .mui-table-view li { 14 | background: #fff; 15 | margin: 10px 0 0 0; 16 | } 17 | 18 | .mui-media-body { 19 | font-size: 16px; 20 | } 21 | 22 | .mui-table-view p { 23 | font-size: 13px; 24 | color: #666; 25 | } 26 | 27 | .mui-table-view p span { 28 | color: #999; 29 | font-size: 12px; 30 | } 31 | 32 | .kind .active { 33 | background: #13D1BE; 34 | color: #fff; 35 | } 36 | 37 | .mui-table-view-cell:after, 38 | .mui-table-view:before, 39 | .mui-table-view:after { 40 | height: 0; 41 | } 42 | 43 | 44 | /** 45 | * 无记录 46 | */ 47 | 48 | .none { 49 | width: 100%; 50 | height: 100vh; 51 | background: #f0f0f0; 52 | position: absolute; 53 | top: 0; 54 | z-index: 9; 55 | display: none; 56 | } 57 | 58 | .none img { 59 | width: 50%; 60 | height: auto; 61 | display: block; 62 | margin: 30vh auto 0 auto; 63 | } -------------------------------------------------------------------------------- /css/tool/label.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | body, 3 | .mui-content { 4 | background: #fff; 5 | } 6 | 7 | #text { 8 | border: none; 9 | background: #f1f9ff; 10 | margin: 8px; 11 | width: calc(100% - 16px); 12 | font-size: 13px; 13 | } 14 | 15 | #addTap { 16 | display: inline-block; 17 | margin-top: 8px; 18 | float: left; 19 | font-weight: normal; 20 | border: 1px dashed #999; 21 | color: #999; 22 | border-radius: 4px; 23 | font-size: 12px; 24 | padding: 2px 8px; 25 | position: relative; 26 | top: -3px; 27 | } 28 | 29 | 30 | /** 31 | * 已有标签 32 | */ 33 | 34 | .col { 35 | background: #efefef; 36 | height: 15px; 37 | margin: 0 0 15px 0; 38 | } 39 | 40 | #label p { 41 | margin: 0; 42 | /*border-bottom: 1px solid #c8c7cc;*/ 43 | } 44 | 45 | #label p:nth-of-type(2) { 46 | /*border-top: 1px solid #c8c7cc;*/ 47 | } 48 | 49 | .list { 50 | height: auto; 51 | padding: 8px 10px; 52 | } 53 | 54 | .list span { 55 | display: inline-block; 56 | white-space: nowrap; 57 | float: left; 58 | margin: 8px 9px 8px 0; 59 | position: relative; 60 | } 61 | 62 | .list span i:nth-of-type(1) { 63 | font-style: normal; 64 | background: #f1f9ff; 65 | color: #666; 66 | font-size: 12px; 67 | padding: 7px 8px; 68 | border-radius: 4px; 69 | } 70 | 71 | .list span i:nth-of-type(2) { 72 | font-style: normal; 73 | background: rgba(0, 0, 0, 0.4); 74 | color: #fff; 75 | font-size: 6px; 76 | line-height: 1.6; 77 | position: absolute; 78 | top: -4px; 79 | right: -5px; 80 | border-radius: 50%; 81 | display: none; 82 | } 83 | 84 | #manage span i:nth-last-of-type(1) { 85 | display: none; 86 | } 87 | 88 | .close { 89 | padding: 2px 4px!important; 90 | } 91 | 92 | .not { 93 | padding: 55px 0 0 0; 94 | text-align: center; 95 | font-size: 13px; 96 | color: #333; 97 | display: none; 98 | } -------------------------------------------------------------------------------- /css/tool/oneCardCollect.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-table-view-cell { 3 | padding: 13px 15px; 4 | } 5 | 6 | .mui-table-view h5 { 7 | color: #333; 8 | border-bottom: 1px solid #c8c7cc; 9 | padding: 8px 0 5px 15px; 10 | margin: 0; 11 | } 12 | 13 | .mui-ellipsis { 14 | font-size: 12px; 15 | } 16 | 17 | .mui-media span { 18 | color: #13D1BE; 19 | position: relative; 20 | top: 9px; 21 | } 22 | 23 | .mui-scroll>h5 { 24 | color: #333; 25 | background: #fff; 26 | margin: 5px 0 0 0; 27 | padding: 15px 0 10px 15px; 28 | } 29 | 30 | 31 | /** 32 | * 无记录 33 | */ 34 | 35 | .none { 36 | width: 100%; 37 | height: 100vh; 38 | background: #f0f0f0; 39 | position: absolute; 40 | top: 0; 41 | z-index: 9; 42 | display: none; 43 | } 44 | 45 | .none img { 46 | width: 50%; 47 | height: auto; 48 | display: block; 49 | margin: 30vh auto 0 auto; 50 | } -------------------------------------------------------------------------------- /css/tool/oneCardMe.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .kind .active { 3 | background: #13D1BE; 4 | color: #fff; 5 | } 6 | 7 | #pullrefresh { 8 | top: 195px; 9 | } 10 | 11 | .mui-bar-nav~.mui-content .mui-pull-top-pocket { 12 | top: 0px; 13 | } 14 | 15 | #create { 16 | margin: 11px 0 0 0; 17 | background: #13D1BE; 18 | color: #fff!important; 19 | font-size: 13px; 20 | padding: 3px 8px 1px 8px; 21 | border-radius: 4px; 22 | border: none; 23 | } 24 | 25 | nav { 26 | background: #fff; 27 | line-height: 40px; 28 | font-size: 13px; 29 | /*border-bottom:1px solid #c8c7cc ;*/ 30 | } 31 | 32 | nav span { 33 | display: inline-block; 34 | height: 40px; 35 | margin: 0 12px; 36 | position: relative; 37 | } 38 | 39 | .active { 40 | color: #13D1BE; 41 | } 42 | 43 | .active i { 44 | display: inline-block; 45 | width: 70%; 46 | height: 2px; 47 | background: #74b6ed; 48 | position: absolute; 49 | left: 15%; 50 | bottom: 0; 51 | } 52 | 53 | .kind { 54 | background: #fff; 55 | width: 100%; 56 | padding: 8px; 57 | height: 62px; 58 | padding-top: 15px; 59 | } 60 | 61 | .kind span { 62 | float: left; 63 | display: inline-block; 64 | width: 18%; 65 | text-align: center; 66 | background: #f1f9ff; 67 | font-size: 11px; 68 | color: #74858e; 69 | line-height: 30px; 70 | margin: 0 1%; 71 | border-radius: 5px; 72 | } 73 | 74 | .contant { 75 | clear: both; 76 | } 77 | 78 | .contant>p { 79 | height: 30px; 80 | margin: 10px 0 0 0; 81 | padding: 5px 10px; 82 | font-size: 13px; 83 | background: #fff!important; 84 | color: #333; 85 | } 86 | 87 | .contant>p span:nth-of-type(2) { 88 | color: #74b6ed; 89 | } 90 | 91 | .mui-table-view:before, 92 | .mui-table-view:after { 93 | height: 0; 94 | } 95 | 96 | 97 | /** 98 | * 没有数据 99 | */ 100 | 101 | .none { 102 | display: none; 103 | height: 50vh; 104 | margin: 190px 0 0 0; 105 | } 106 | 107 | .none img { 108 | width: 50%; 109 | height: auto; 110 | display: block; 111 | margin: 10vh auto 0 auto; 112 | } 113 | 114 | .none p { 115 | font-size: 16px; 116 | margin: 10px 0 0 0; 117 | } -------------------------------------------------------------------------------- /css/tool/oneCardMeCreate.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .bottom { 3 | width: 100%; 4 | position: fixed; 5 | bottom: 0; 6 | font-size: 11px; 7 | color: #999; 8 | background: #fff; 9 | padding: 5px 0; 10 | } 11 | 12 | .bottom p { 13 | font-size: 11px; 14 | margin: 0; 15 | line-height: 1; 16 | color: #999; 17 | } 18 | 19 | nav h5 { 20 | color: #333; 21 | font-size: 16px; 22 | position: relative; 23 | top: 15px; 24 | padding: 0 0 0 10px; 25 | } 26 | 27 | nav span { 28 | color: #13D1BE; 29 | font-size: 20px!important; 30 | position: relative; 31 | left: -7px; 32 | } 33 | 34 | nav p { 35 | line-height: 1; 36 | font-size: 12px; 37 | padding: 0 0 15px 10px; 38 | } 39 | 40 | .contant>p { 41 | height: 35px; 42 | padding-top: 10px; 43 | margin: 0; 44 | /*border-bottom:1px solid #e6ebef;*/ 45 | } 46 | 47 | .contant>p span:nth-last-of-type(1) { 48 | color: #13D1BE; 49 | } 50 | 51 | .lable { 52 | background: #fff; 53 | padding: 0 0 10px 10px; 54 | } 55 | 56 | .lable span { 57 | display: inline-block; 58 | color: #fff!important; 59 | background: #13D1BE; 60 | padding: 0 5px; 61 | border-radius: 5px; 62 | margin: 8px 4px 0 0; 63 | } 64 | 65 | .remark { 66 | background: #fff; 67 | padding: 0 10px; 68 | overflow: hidden; 69 | white-space: nowrap; 70 | text-overflow: ellipsis; 71 | } 72 | 73 | .remarkActive { 74 | padding: 0 10px; 75 | overflow: visible; 76 | white-space: normal; 77 | text-overflow: clip; 78 | line-height: 28px; 79 | } 80 | 81 | #moreBtn { 82 | background: #ccc; 83 | color: #999; 84 | line-height: 24px; 85 | display: none; 86 | } -------------------------------------------------------------------------------- /css/tool/oneCardSquare.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content, 3 | body { 4 | background: #fff; 5 | } 6 | 7 | .title { 8 | background: #fff; 9 | margin: 0 0 8px 0; 10 | border-bottom: 1px solid #e6ebef; 11 | color: #333; 12 | padding: 10px 10px 5px 10px; 13 | } 14 | 15 | .title span { 16 | color: #80bdef; 17 | } 18 | 19 | .list>div { 20 | padding: 0px 5px 0px 10px; 21 | } 22 | 23 | .list>div:nth-of-type(2n) { 24 | padding: 0px 10px 0px 5px; 25 | } 26 | 27 | .list img { 28 | width: 100%; 29 | height: auto; 30 | border-top-left-radius: 6px; 31 | border-top-right-radius: 6px; 32 | } 33 | 34 | .bg { 35 | margin: 8px 0 0 0; 36 | border-radius: 6px; 37 | box-shadow: 0px 0px 8px #c9c9c9; 38 | } 39 | 40 | .bg h5 { 41 | color: #333; 42 | text-indent: 9px; 43 | } 44 | 45 | .bg p { 46 | font-size: 12px; 47 | padding: 0 8px 4px 8px; 48 | } -------------------------------------------------------------------------------- /css/tool/oneWar.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .container { 3 | height: 120px; 4 | display: flex; 5 | justify-content: center; 6 | align-items: center; 7 | } 8 | 9 | .vs { 10 | font-size: 50px; 11 | color: #77b8ee; 12 | margin: 0 15px; 13 | } 14 | 15 | .box { 16 | width: 65px; 17 | height: 65px; 18 | border-radius: 50%; 19 | background-size: 100%; 20 | padding: 3px; 21 | border: 3px solid #fff; 22 | box-shadow: 0 0 0 1px #77b8ee; 23 | position: relative; 24 | } 25 | 26 | .box span { 27 | color: #999; 28 | font-size: 11px; 29 | position: absolute; 30 | bottom: -25px; 31 | left: calc(50% - 11px); 32 | } -------------------------------------------------------------------------------- /css/tool/saierhao.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-media-body { 3 | line-height: 40px; 4 | } 5 | 6 | .mui-media-body span { 7 | font-size: 14px; 8 | color: #999; 9 | } 10 | 11 | .mui-table-view-cell { 12 | padding: 13px 15px; 13 | } -------------------------------------------------------------------------------- /css/tool/starNumber.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-content { 3 | background: #fff; 4 | } 5 | 6 | .star { 7 | padding: 0 10px; 8 | } 9 | 10 | .star h4 { 11 | font-weight: normal; 12 | font-size: 16px; 13 | margin: 15px 0 0 0; 14 | } 15 | 16 | .hr hr { 17 | margin: 5vh 0 0 0; 18 | border: none; 19 | border-bottom: 1px solid #e6ebef; 20 | } 21 | 22 | .hr hr:nth-of-type(2) { 23 | border-bottom: 1px solid #74b6ed; 24 | } 25 | 26 | 27 | /** 28 | * 图表 29 | */ 30 | 31 | .charts { 32 | padding: 10px 0 30px 0; 33 | display: flex; 34 | justify-content: space-around; 35 | align-items: flex-end; 36 | position: relative; 37 | top: calc(-20vh - 10px); 38 | } 39 | 40 | .charts strong { 41 | font-weight: normal; 42 | font-size: 16px; 43 | } 44 | 45 | .charts i { 46 | font-style: normal; 47 | color: #999; 48 | font-size: 12px; 49 | } 50 | 51 | .charts b { 52 | font-weight: normal; 53 | display: block; 54 | width: 25px; 55 | height: 20vh; 56 | background: #13D1BE; 57 | margin: 0 0 10px 0; 58 | color: #fff; 59 | border-top-right-radius: 4px; 60 | border-top-left-radius: 4px; 61 | } -------------------------------------------------------------------------------- /css/tool/tool.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-table-view-cell { 3 | padding: 13px 15px; 4 | } 5 | 6 | .mui-table-view-cell a { 7 | font-size: 16px; 8 | } 9 | 10 | .mui-collapse a img { 11 | width: 100%!important; 12 | height: 100%!important; 13 | min-width: 34px; 14 | min-height: 34px; 15 | } 16 | 17 | .mui-collapse a span { 18 | /*position: relative; 19 | top: 0px;*/ 20 | } 21 | 22 | .mui-table-view-cell.mui-collapse.mui-active { 23 | margin-top: 0px; 24 | } 25 | 26 | .mui-table-view-cell.mui-active { 27 | background-color: #fff; 28 | } 29 | 30 | .mui-collapse-content span { 31 | display: inline-block; 32 | width: 21.5vw; 33 | height: 21.5vw; 34 | background: #ffd5d5; 35 | font-size: 12px; 36 | white-space: nowrap; 37 | border-radius: 5px; 38 | margin: 0 1vw; 39 | position: relative; 40 | padding: 3% 0 0 0; 41 | top: -5px; 42 | } 43 | 44 | .mui-table-view-cell.mui-collapse .mui-collapse-content { 45 | padding: 8px 1vw; 46 | } 47 | 48 | .mui-collapse-content span:nth-of-type(2) { 49 | background: #f6e1ff; 50 | } 51 | 52 | .mui-collapse-content span:nth-of-type(3) { 53 | background: #fff7f7; 54 | } 55 | 56 | .mui-collapse-content span:nth-of-type(4) { 57 | background: #ffeeb0; 58 | } 59 | 60 | .mui-collapse-content img { 61 | width: 32px; 62 | height: 32px; 63 | } 64 | 65 | .mui-active .status { 66 | display: none; 67 | } 68 | 69 | .statu { 70 | display: none; 71 | } 72 | 73 | .mui-active .statu { 74 | display: inline; 75 | } 76 | 77 | .mui-collapse-content { 78 | /*border-top:1px solid #c8c7cc ;*/ 79 | } 80 | 81 | .mui-table-view-cell:after { 82 | left: 0px; 83 | } 84 | 85 | .imgBox { 86 | width: 34px; 87 | height: 34px; 88 | border-radius: 50%; 89 | overflow: hidden; 90 | margin: 0 8px 0 0; 91 | position: relative; 92 | top: -8px; 93 | background: red; 94 | } -------------------------------------------------------------------------------- /css/tool/toolControl.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .bg { 3 | background: #fff; 4 | padding: 10px 0px; 5 | margin-top: 15px; 6 | } 7 | 8 | .bg>p { 9 | border-left: 5px solid #13D1BE; 10 | padding: 0px 0 0px 5px; 11 | color: #13D1BE; 12 | margin: 0px 0px 0px 10px; 13 | line-height: 16px; 14 | height: 16px; 15 | font-size: 16px; 16 | } 17 | 18 | .mui-table-view { 19 | padding-top: 15px; 20 | } 21 | 22 | .mui-media .iconfont { 23 | font-size: 20px; 24 | position: relative; 25 | top: 10px; 26 | color: #13D1BE; 27 | } 28 | 29 | .mui-media img { 30 | border-radius: 5px; 31 | margin-left: 15px; 32 | width: 50px; 33 | max-width: 50px; 34 | } 35 | 36 | .mui-ellipsis { 37 | color: #999; 38 | font-size: 11px; 39 | } -------------------------------------------------------------------------------- /css/tool/war.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .mui-input-group:before, 3 | .mui-input-group:after { 4 | height: 0; 5 | } 6 | 7 | .mui-popover { 8 | max-height: 200px; 9 | overflow: hidden; 10 | } 11 | 12 | .kidNav { 13 | position: static; 14 | border-bottom: 1px solid #e6ebef; 15 | } 16 | 17 | .kidNav b { 18 | font-weight: normal; 19 | } 20 | 21 | .mui-checkbox input[type=checkbox]:checked:before, 22 | .mui-radio input[type=radio]:checked:before { 23 | color: #4e98d6; 24 | } 25 | 26 | .mui-checkbox input[type=checkbox]:before, 27 | .mui-radio input[type=radio]:before { 28 | color: #4e98d6; 29 | } 30 | 31 | .group input[type=color], 32 | input[type=date], 33 | input[type=datetime-local], 34 | input[type=datetime], 35 | input[type=email], 36 | input[type=month], 37 | input[type=number], 38 | input[type=password], 39 | input[type=search], 40 | input[type=tel], 41 | input[type=text], 42 | input[type=time], 43 | input[type=url], 44 | input[type=week], 45 | select, 46 | textarea { 47 | padding: 5px 15px 5px 10px; 48 | } 49 | 50 | .mui-popover ul li { 51 | padding: 0 0 0 10px; 52 | } 53 | 54 | .mui-checkbox.mui-left label, 55 | .mui-radio.mui-left label { 56 | padding-right: 15px; 57 | padding-left: 48px; 58 | } 59 | 60 | .mui-checkbox.mui-left input[type=checkbox], 61 | .mui-radio.mui-left input[type=radio] { 62 | left: 12px; 63 | } 64 | 65 | #matchName { 66 | padding-left: 35px !important; 67 | } 68 | 69 | #shuru1 { 70 | color: #13D1BE; 71 | } 72 | 73 | .kindTime { 74 | display: flex; 75 | flex-wrap: wrap; 76 | padding: 0 15px; 77 | margin: 0; 78 | } 79 | 80 | .matchTime { 81 | width: 20%; 82 | background: #f1f9ff; 83 | margin: 5% 2.5% 0 2.5%; 84 | padding: 0; 85 | border-radius: 5px; 86 | line-height: 24px; 87 | } 88 | 89 | .kindTime .active { 90 | background: #13D1BE; 91 | color: #fff; 92 | } -------------------------------------------------------------------------------- /fonts/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/fonts/iconfont.ttf -------------------------------------------------------------------------------- /fonts/mui.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/fonts/mui.ttf -------------------------------------------------------------------------------- /html/bbs/bbs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 38 | 39 | 40 | 41 | 52 | 53 | 56 | 57 | -------------------------------------------------------------------------------- /html/bbs/newBbs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

发帖

20 | 21 |
22 |
23 |
24 | 25 | 26 |
27 |
28 |
添加图片 29 |
30 |
31 |
32 |
33 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /html/hello.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 47 | 48 | 49 | 50 | 53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 | 67 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /html/index/citySelect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

城市选择

20 | 完成 21 |
22 |
23 | 24 | 切换城市 25 |
26 |

最近访问

27 |
28 |
29 |
30 |
31 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /html/index/comment.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

发表评价

20 |
21 |
22 |
23 |
24 | 25 | 店铺评价   26 | 27 | 28 | 29 | 30 | 31 |
32 | 33 |
34 |
35 |
添加图片 36 |
37 |
38 |
39 | 发表评论 40 |
41 |
42 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /html/index/commentList.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

评论

20 |
21 |
22 |
23 |
24 |
25 |
    26 | 27 |
28 |
29 |
30 |
31 |
发表评价
32 |
33 | 54 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /html/index/map.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 搜索 23 |
24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
32 | 33 | --- 34 |
35 |
36 |
37 |
38 | 39 |
40 | 59 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /html/index/nearPeople.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 |
23 |
24 |
25 | 40 |
41 |
42 | 43 |
没有搜索到结果
44 |
45 |
46 | 63 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /html/index/ranking.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

排行榜

20 |
21 |
22 |
23 |
24 | 25 | 1 26 | 用户名用户名用户名用户名 27 |
28 |
29 |
30 | 39 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /html/index/richScan.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 17 | 53 | 54 | 55 | 56 |
57 |
58 |

载入中...

59 |
60 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /html/login/forgetPwd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 13 | 14 | 15 | 16 | 17 |
18 | 19 |

找回密码

20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | 28 |
29 |
30 | 31 | 32 |
33 |
34 |
35 | 36 |
37 | 帐号登录 38 |
39 |
40 |
41 |
42 |
43 |
44 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /html/login/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 13 | 14 | 15 | 16 | 17 |
18 | 19 |

帐号密码登录

20 | 注册 21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 | 29 |
30 |
31 | 32 |
33 |
34 |
35 | 36 |
37 | 38 | 39 |
40 |
41 |
42 |
43 |
一键登录
44 |
45 |
46 |
47 |
48 |
49 | 50 |
51 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /html/login/mobileLogin.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

手机号快捷登录

20 | 注册 21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 | 29 |
30 |
31 | 32 | 33 |
34 |
35 |
36 | 37 |
38 | 39 |
40 |
41 |
42 | 43 |
44 |
一键登录
45 |
46 |
47 |
48 |
49 |
50 |
51 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /html/login/reg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

注册

20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | 28 |
29 |
30 | 31 | 32 |
33 |
34 |
35 | 36 |
37 |
38 | 39 | 40 |
41 |
42 |
43 | 44 |
45 |
46 |
快速注册会员
47 |
48 |
49 |
50 |
51 | 52 |
53 | 54 |
55 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /html/login/setPwd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

设置密码

20 |
21 |
22 |
23 |
24 |
25 |
26 | 27 |
28 |
29 | 30 |
31 |
32 | 33 |
34 |
35 |
36 | 37 |
38 |
39 |
40 |
41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /html/login/thirdReg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

第三方绑定手机号

20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
卡游精灵
28 |
29 |
30 |
31 | 32 |
33 |
34 | 35 | 36 |
37 |
38 |
39 | 40 |
41 |
42 | 43 | 44 |
45 |
46 |
47 | 48 |
49 |
50 |
快速注册会员
51 |
52 |
53 |
54 |
55 | 56 |
57 | 58 |
59 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /html/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 15 | 18 | 21 | 22 | 23 | 24 | 46 | 47 | 50 | -------------------------------------------------------------------------------- /html/my/addFriend.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

添加朋友

20 |
21 |
22 |
23 | 27 | 56 |
57 |
58 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /html/my/addMyFriend.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

朋友验证

20 | 21 |
22 |
23 |
24 |
您需要发送验证申请,等待对方通过
25 | 32 |
33 |
34 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /html/my/bindMobile.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

绑定手机号

20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
您的手机号:
28 | 已启动手机通讯录匹配,如果您的通讯录中有朋友注册了卡游精灵,系统会通知你哟。 29 |
30 |
31 | 34 |
35 | 更换手机号 36 |
37 |
38 |
39 | 40 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /html/my/changeMobile.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 19 | 20 | 21 | 22 |
23 | 24 |

更换手机号

25 | 26 |
27 |
28 |
29 |
30 |
更换手机号后,下次登录可使用新手机号登录。
31 | 当前手机号: 32 |
33 |
34 | 58 |
59 | 提交 60 |
61 |
62 |
63 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /html/my/changePwd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 13 | 14 | 15 | 16 | 17 |
18 | 19 |

修改密码

20 | 21 |
22 |
23 |
24 |
25 |
    26 |
  • 27 |
    28 | 29 |
    30 |
  • 31 |
  • 32 |
    33 | 34 |
    35 |
  • 36 |
37 |
38 |
39 |
40 | 41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /html/my/findAccount.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

找回帐号密码

20 |
21 |
22 |
23 | 52 |
无法通过以上方式找回帐号密码
53 | 58 | 59 |
60 |
61 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /html/my/myAccount.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

帐号与安全

20 |
21 |
22 |
23 | 37 | 42 |
43 |
44 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /html/my/myFriendsMatch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

好友赛事列表

20 |
21 |
22 |
23 | 25 |
26 |
27 | 48 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /html/my/myFriendsSearch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 | 25 | 取消 26 | 27 |
28 |
29 |
30 | 32 |
33 |
34 | 35 | 59 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /html/my/myMobileBook.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 | 18 |
19 | 20 |

手机联系人

21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 | 36 |
37 |
没有数据
38 |
    39 |
40 |
41 |
42 |
43 |
44 |
45 | 50 | 66 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /html/my/myMsg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 31 | 32 | 33 | 34 |
35 | 36 |

消息

37 |
38 |
39 |
40 | 42 |
43 |
44 | 61 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /html/my/myMsgDetail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

消息

20 |
21 |
22 |
23 |
24 |
25 |
标题
26 |
27 | 我是内容 28 |
29 |
30 |
31 |
32 |
33 | 36 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /html/my/myPrivateInfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

隐私设置

20 |
21 |
22 |
23 | 40 |
41 |
42 | 62 | 63 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /html/my/myQRCode.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 24 | 25 | 26 | 27 |
28 | 29 |

我的二维码

30 |
31 |
32 |
33 |
34 |
35 |

36 |

37 |

扫一扫,加为好友


38 |
39 |
40 |
41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /html/my/mySecurityCenter.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

安全中心

20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
安全连接一切 28 |
29 |
30 | 41 |
42 |
43 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /html/my/mySetting.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

设置

20 |
21 |
22 |
23 |
24 |
基本信息
25 | 33 | 38 | 39 |
40 |
41 |
42 |
43 | 退出登录 44 |
45 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /html/my/uploadImg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 28 | 29 | 30 | 31 |
32 | 33 |

头像上传

34 | 35 |
36 |
37 |
38 | 39 |
40 |
41 |
42 |
43 |
44 |
45 | 48 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /html/news/newsDetail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 55 | 56 | 57 | 58 |
59 | 60 |

资讯详情

61 |
62 |
63 |
64 |
65 |
加载中...
66 |
67 |
68 |
69 | 81 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /html/news/newsList.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

官方资讯

20 | 21 |
22 |
23 |
24 | 50 |
51 |
52 | 66 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /html/news/newsSearch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 | 25 | 取消 26 | 27 |
28 | 29 |
30 | 31 |
32 |

33 | 历史记录 34 | 35 |

36 |
37 |
38 |
39 | 40 |
41 | 47 | 48 | 52 | 66 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /html/popShare.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 商品信息 7 | 8 | 11 | 14 | 19 | 20 | 21 | 22 |
23 |
24 |
25 |

分享到:

26 | 43 | 取消 44 |
45 |
46 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /html/system/error.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |

11 |
出错了......
12 | 13 | 14 | 35 | 36 | -------------------------------------------------------------------------------- /html/tool/cardList.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 31 | 32 | 33 | 34 |
35 | 36 |

第一光影联盟

37 |
38 |
39 | 72 |
73 |
74 | 75 |
您还没有单卡收藏
76 |
77 | 81 | 82 | 83 | -------------------------------------------------------------------------------- /html/tool/cardSelect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

套牌筛选

20 |
21 |
22 |
23 |
24 |
25 |
套牌名称
26 | 27 | 28 |
29 |
30 |
热门赛事卡表
31 | 32 |
33 |
34 |
35 | 36 |
37 | 42 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /html/tool/label.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

标签和备注

20 | 完成 21 |
22 |
23 | 27 | 28 | 53 |
54 | 61 | 67 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /html/tool/oneCardSquare.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

套牌广场

20 | 21 |
22 |
23 |
24 |

最新套牌

25 |
26 | 27 |
28 |
29 |
30 | 44 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /html/tool/saierhao.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 | 18 |
19 | 20 |

赛尔号

21 |
22 |
23 | 65 |
66 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /html/tool/starNumber.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 15 | 16 | 17 |
18 | 19 |

星数比例

20 |
21 |
22 |
23 |
24 |

星数比例图

25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 | 45 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /images/1v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/1v.png -------------------------------------------------------------------------------- /images/2v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/2v.png -------------------------------------------------------------------------------- /images/PK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/PK.png -------------------------------------------------------------------------------- /images/PK.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/PKbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/PKbg.png -------------------------------------------------------------------------------- /images/PKdefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/PKdefault.png -------------------------------------------------------------------------------- /images/PKdefault.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/aMapMk/m0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/aMapMk/m0.png -------------------------------------------------------------------------------- /images/aMapMk/m1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/amp-mk0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/amp-mk0.png -------------------------------------------------------------------------------- /images/amp-mk0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/amp-mk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/amp-mk1.png -------------------------------------------------------------------------------- /images/amp-mk1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/amps-mk0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/amps-mk1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/banner.png -------------------------------------------------------------------------------- /images/banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/banner1.png -------------------------------------------------------------------------------- /images/banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/banner2.png -------------------------------------------------------------------------------- /images/banner3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/banner3.png -------------------------------------------------------------------------------- /images/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/blue.png -------------------------------------------------------------------------------- /images/cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/cards.png -------------------------------------------------------------------------------- /images/center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/collectcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/collectcard.png -------------------------------------------------------------------------------- /images/collectnothing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/collectnothing.png -------------------------------------------------------------------------------- /images/def.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/def.jpg -------------------------------------------------------------------------------- /images/defuser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/defuser.jpg -------------------------------------------------------------------------------- /images/defuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/defuser.png -------------------------------------------------------------------------------- /images/dumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/dumb.png -------------------------------------------------------------------------------- /images/faqqq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/faqqq.jpg -------------------------------------------------------------------------------- /images/fun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/fun.png -------------------------------------------------------------------------------- /images/hello1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hello1.jpg -------------------------------------------------------------------------------- /images/hello2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hello2.jpeg -------------------------------------------------------------------------------- /images/hello2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hello2.jpg -------------------------------------------------------------------------------- /images/hello3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hello3.jpg -------------------------------------------------------------------------------- /images/hello4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hello4.jpg -------------------------------------------------------------------------------- /images/homepage_icon_nearly shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/homepage_icon_nearly shop.png -------------------------------------------------------------------------------- /images/homepage_icon_nformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/homepage_icon_nformation.png -------------------------------------------------------------------------------- /images/homepage_icon_people nearly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/homepage_icon_people nearly.png -------------------------------------------------------------------------------- /images/homepage_icon_pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/homepage_icon_pk.png -------------------------------------------------------------------------------- /images/homepage_icon_scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/homepage_icon_scan.png -------------------------------------------------------------------------------- /images/hotLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hotLabel.png -------------------------------------------------------------------------------- /images/hotLabelgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hotLabelgreen.png -------------------------------------------------------------------------------- /images/hotLabelyellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/hotLabelyellow.png -------------------------------------------------------------------------------- /images/huan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/huan.png -------------------------------------------------------------------------------- /images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/image.png -------------------------------------------------------------------------------- /images/image_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/image_card.png -------------------------------------------------------------------------------- /images/jh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/jh.png -------------------------------------------------------------------------------- /images/loadding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/loadding.gif -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/loading.gif -------------------------------------------------------------------------------- /images/locationX40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/locationX40.png -------------------------------------------------------------------------------- /images/locationX40.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/logo.jpg -------------------------------------------------------------------------------- /images/matchBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/matchBtn.png -------------------------------------------------------------------------------- /images/matchstatus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/matchstatus1.png -------------------------------------------------------------------------------- /images/matchstatus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/matchstatus2.png -------------------------------------------------------------------------------- /images/matchstatus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/matchstatus3.png -------------------------------------------------------------------------------- /images/matchstatus4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/matchstatus4.png -------------------------------------------------------------------------------- /images/matchstatus5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/matchstatus5.png -------------------------------------------------------------------------------- /images/mycards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/mycards.png -------------------------------------------------------------------------------- /images/newMatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/newMatch.png -------------------------------------------------------------------------------- /images/nopic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/nopic.jpg -------------------------------------------------------------------------------- /images/picture_blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/pk0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/pk0.png -------------------------------------------------------------------------------- /images/pk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/pk1.png -------------------------------------------------------------------------------- /images/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/qq.png -------------------------------------------------------------------------------- /images/saizi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/saizi.png -------------------------------------------------------------------------------- /images/searchcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/searchcard.png -------------------------------------------------------------------------------- /images/searchnothing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/searchnothing.png -------------------------------------------------------------------------------- /images/shai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/shai.png -------------------------------------------------------------------------------- /images/shouye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/shouye.png -------------------------------------------------------------------------------- /images/shouye2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/shouye2.png -------------------------------------------------------------------------------- /images/sinaweibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/sinaweibo.png -------------------------------------------------------------------------------- /images/solo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/solo.png -------------------------------------------------------------------------------- /images/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/star1.png -------------------------------------------------------------------------------- /images/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/star2.png -------------------------------------------------------------------------------- /images/star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/star3.png -------------------------------------------------------------------------------- /images/star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/star4.png -------------------------------------------------------------------------------- /images/starhui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/starhui.jpg -------------------------------------------------------------------------------- /images/strongCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/strongCard.png -------------------------------------------------------------------------------- /images/userbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/userbg.png -------------------------------------------------------------------------------- /images/vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/vs.png -------------------------------------------------------------------------------- /images/vs_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/vs_2.png -------------------------------------------------------------------------------- /images/warbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/warbg.png -------------------------------------------------------------------------------- /images/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/weixin.png -------------------------------------------------------------------------------- /images/yaoqing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/yaoqing.png -------------------------------------------------------------------------------- /images/yaoqingactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/yaoqingactive.png -------------------------------------------------------------------------------- /images/yaoqingdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/yaoqingdef.png -------------------------------------------------------------------------------- /images/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EasyTuan/mui-kidApp/f774085187acb3f6e4af0c62b4c7ba611d0bcbd2/images/yellow.png -------------------------------------------------------------------------------- /js/bbs/bbs.js: -------------------------------------------------------------------------------- 1 | mui.init(); 2 | 3 | var subPages = ["bbs/bbsIndex.html", "bbs/bbsChannel.html"]; 4 | var subPageStyle = { 5 | top: '50px', 6 | bottom: '0' 7 | } 8 | 9 | mui.plusReady(function() { 10 | var self = plus.webview.currentWebview(); 11 | for(var i = 0; i < subPages.length; i++) { 12 | var sub = plus.webview.create(subPages[i].replace("bbs/", ""), subPages[i], subPageStyle); 13 | self.append(sub); 14 | } 15 | plus.webview.show(subPages[0]); 16 | 17 | //底部切換 18 | var activeTab = subPages[0]; 19 | var targetTab = ''; 20 | mui('.mui-bar-tab').on('tap', 'a', function(e) { 21 | targetTab = this.dataset.href; 22 | if(targetTab == activeTab) { 23 | return; 24 | } 25 | plus.webview.show(targetTab); 26 | //隐藏当前; 27 | plus.webview.hide(activeTab); 28 | //更改当前活跃的选项卡 29 | activeTab = targetTab; 30 | }); 31 | 32 | //前往频道 33 | window.addEventListener('goChannel', function() { 34 | mui('.mui-tab-item').each(function() { 35 | this.setAttribute('class', 'mui-tab-item'); 36 | }) 37 | document.getElementById("bbsChannel").setAttribute('class', 'mui-tab-item mui-active'); 38 | plus.webview.show(subPages[1]); 39 | //隐藏当前; 40 | plus.webview.hide(activeTab); 41 | //更改当前活跃的选项卡 42 | activeTab = subPages[1]; 43 | }) 44 | 45 | //搜索 46 | document.getElementById("searchBtn").addEventListener('tap', function() { 47 | openNew('bbsSearch.html'); 48 | }) 49 | 50 | }) -------------------------------------------------------------------------------- /js/fix.js: -------------------------------------------------------------------------------- 1 | var app_config = { 2 | version: '1.0.0', 3 | cssAr: [ 4 | '../../css/mui.min.css', 5 | '../../css/common.css', 6 | '../../css/iconfont.css' 7 | ], 8 | jsAr: [ 9 | '../../js/mui.min.js', 10 | '../../js/lib/md5.min.js', 11 | '../../js/lib/artTemplate.js', 12 | '../../js/lib/common.js' 13 | ] 14 | } 15 | 16 | // 动态加载解决app重启时候缓存问题。 17 | Array.prototype._distinct = function() { 18 | var arr = this, 19 | result = [], 20 | _result = [], 21 | len = arr.length; 22 | arr.forEach(function(v, i, arr) { 23 | var _v = v.split('/')[v.split('/').length - 1]; 24 | if(_result.indexOf(_v) === -1) { 25 | result.push(v); 26 | _result.push(_v); 27 | } else { 28 | //替换默认引入文件 29 | result[_result.indexOf(_v)] = v; 30 | _result[_result.indexOf(_v)] = _v; 31 | } 32 | }) 33 | return result; 34 | }; 35 | 36 | function link(cssAr, type) { 37 | var cssAr = type ? cssAr._distinct() : app_config.cssAr.concat(cssAr || [])._distinct(); 38 | for(var i = 0; i < cssAr.length; i++) { 39 | document.write(''); 40 | } 41 | } 42 | 43 | function script(jsAr, type) { 44 | var jsAr = type ? jsAr._distinct() : app_config.jsAr.concat(jsAr || [])._distinct(); 45 | for(var i = 0; i < jsAr.length; i++) { 46 | document.write('