Browse Source

first commit

YinBin 1 year ago
commit
66ff223de2
20 changed files with 314 additions and 0 deletions
  1. 17 0
      .gitattributes
  2. 47 0
      .gitignore
  3. 66 0
      absolute.css
  4. 155 0
      index.html
  5. BIN
      logo.jpg
  6. BIN
      logo/accountant.png
  7. BIN
      logo/alllaw.png
  8. BIN
      logo/english.png
  9. BIN
      logo/jineng.png
  10. BIN
      logo/lcsf.png
  11. BIN
      logo/lestudy.png
  12. BIN
      logo/letest.png
  13. BIN
      logo/levideo.png
  14. BIN
      logo/leye.png
  15. BIN
      logo/nexteducation.png
  16. BIN
      logo/pk.png
  17. BIN
      logo/tp-logo.png
  18. BIN
      logo/tp.png
  19. BIN
      logo/yuntk.png
  20. 29 0
      列表.txt

+ 17 - 0
.gitattributes

@@ -0,0 +1,17 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Custom for Visual Studio
+*.cs     diff=csharp
+
+# Standard to msysgit
+*.doc	 diff=astextplain
+*.DOC	 diff=astextplain
+*.docx diff=astextplain
+*.DOCX diff=astextplain
+*.dot  diff=astextplain
+*.DOT  diff=astextplain
+*.pdf  diff=astextplain
+*.PDF	 diff=astextplain
+*.rtf	 diff=astextplain
+*.RTF	 diff=astextplain

+ 47 - 0
.gitignore

@@ -0,0 +1,47 @@
+# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+# =========================
+# Operating System Files
+# =========================
+
+# OSX
+# =========================
+
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk

+ 66 - 0
absolute.css

@@ -0,0 +1,66 @@
+/* wechat.css */
+body {
+    margin: 0;
+	-webkit-user-select: none;
+	user-select: none;
+	-ms-touch-action: none;
+}
+
+/* construction */
+html, body, .page {
+	height: 100%; width: 100%;
+	overflow: hidden;
+}
+.page {
+	position: absolute; left: 0; top: 0;
+}
+body { background-color: #ebebeb; font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif; }
+a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }
+h1,h2,h3,h4,h5,h6{ margin: 0; font-weight: 400; }
+ul,ol{ margin: 0; list-style-type: none; }
+
+.header, .footer, .content { position: absolute; left: 0; right: 0; }
+.header { height: 48px; padding: 0 5px; background-color: #21292B; color: #fff; top: 0; z-index: 1; }
+.header > h1 { line-height: 48px; margin: 0 0 0 10px; font-size: 18px; float: left; }
+.header > a { display: inline-block; width: 48px; height: 48px; background-size: 48px 144px; text-indent: -9em; overflow: hidden; }
+.header > .icon-search, .header > .icon-add { float: right; }
+.footer { height: 52px; border-top: 1px solid #dfdfdf; background-color: #fcfcfc; bottom: 0; z-index: 1; }
+.footer > a { width: 50%; text-align: center; color: #999; float: left; font-size: 14px; }
+.footer > a > i { display: block; height: 35px; margin-bottom: -3px; background-size: 35px 280px; }
+.footer > .active { color: #45c018; }
+.content { top: 48px; bottom: 53px; overflow: auto; }
+
+.icon-search, .icon-back, .icon-add { background: url(http://img.mukewang.com/547d339b000188bb00960288.png) no-repeat; }
+.icon-back { background-position: 0 -96px; }
+.icon-add { background-position: 0 -48px; }
+.icon-wechat, .icon-contacts, .icon-finds, .icon-mes { background: url(http://img.mukewang.com/547d33970001444d00700560.png) no-repeat center top; }
+.active .icon-wechat { background-position: center -35px; }
+.icon-contacts { background-position: center -70px; }
+.active .icon-contacts { background-position: center -105px; }
+.icon-finds  { background-position: center -140px; }
+.active .icon-finds { background-position: center -175px; }
+.icon-mes  { background-position: center -210px; }
+.active .icon-mes { background-position: center -245px; }
+.icon-find { background: url(icon-find.png) no-repeat; background-size: 28px 210px; }
+.icon-find-2 { background-position: 0 -30px; }
+.icon-find-3 { background-position: 0 -60px; }
+.icon-find-4 { background-position: 0 -90px; }
+.icon-find-5 { background-position: 0 -120px; }
+.icon-find-6 { background-position: 0 -150px; }
+.icon-find-7 { background-position: 0 -180px; }
+.icon-me { background: url(icon-me.png) no-repeat; background-size: 28px 120px; }
+.icon-me-2 { background-position: 0 -30px; }
+.icon-me-3 { background-position: 0 -60px; }
+.icon-me-4 { background-position: 0 -90px; }
+
+
+.wechat-list { display: block; height: 112px; padding: 8px 12px; box-sizing: border-box; border-bottom: 1px solid #d7d7d7; background-color: #fff; }
+.wechat-list:last-child { border-bottom: 0; }
+.wechat-list > img { width: 96px; height: 96px; float: left; }
+.wechat-list > .cell { padding-left: 106px; line-height: 24px; color: #333; }
+.wechat-h-time { overflow: hidden; }
+.wechat-h-time > h5 { font-size: 100%; float: left; }
+.wechat-h-time > time { font-size: 12px; color: #b9b9b9; float: right; }
+.wechat-h-time .business { color: #54688D; }
+.wechat-h-time + p { margin: 0 20px 0 0; font-size: 14px; color: #a8a8a8; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
+.wechat-detail { position: relative; z-index: 1; }

+ 155 - 0
index.html

@@ -0,0 +1,155 @@
+<!doctype html>
+<html>
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
+<title>托普教育-手机应用展示</title>
+<link rel="stylesheet" href="absolute.css">
+<style>
+body { font-family: 'microsoft yahei'; }
+</style>
+</head>
+
+<body>
+<div class="page">
+    <div class="header">
+        <h1>托普教育手机应用展示平台</h1>
+        <!-- <img src="logo/tp-logo.png" style="height:100%;"/> -->
+        <!-- <a href="javascript:" class="icon-add">添加</a> -->
+        <a href="javascript:" class="icon-search">搜索</a>
+    </div>
+    <div class="content">
+        <div style="padding:2px 10px;">
+            测试账号:13583282090<br/>
+            密码:qqqqqq<br/>
+            项目暂停或结束日期无法统计<br/>
+            右上角的日期是项目开始日期<br/>
+            描述,有时间就会补充上
+        </div>
+    	<div class="">
+        	<a href="http://astroway.net:8090/appInstall/topshow/H54959F6B.apk" class="wechat-list">
+            	<img src="logo/accountant.png">
+                <div class="cell">
+                	<div class="wechat-h-time"><h5>托普云课堂</h5><time>2015-2-13</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H529C04C1.apk" class="wechat-list">
+                <img src="logo/yuntk.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>会计职称云题库</h5><time>2015-3-2</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+        	<a href="http://astroway.net:8090/appInstall/topshow/H535DD30C.apk" class="wechat-list">
+                <img src="logo/alllaw.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>全民普法</h5><time>2015-3-5</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H50F34EC0.apk" class="wechat-list">
+                <img src="logo/jineng.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>青岛职业培训</h5><time>2015-3-13</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5BED9510.apk" class="wechat-list">
+                <img src="logo/nexteducation.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>会计继续教育</h5><time>2015-3-18</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5A0376FC.apk" class="wechat-list">
+                <img src="logo/english.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>托普统考英语</h5><time>2015-3-25</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>           
+            <a href="http://astroway.net:8090/appInstall/topshow/H55004844.apk" class="wechat-list">
+                <img src="logo/leye.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>乐业</h5><time>2015-4-8</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5303C5EE.apk" class="wechat-list">
+                <img src="logo/levideo.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>乐视</h5><time>2015-4-9</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5B4A8EC8.apk" class="wechat-list">
+                <img src="logo/lestudy.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>乐学</h5><time>2015-4-10</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H53331F25.apk" class="wechat-list">
+                <img src="logo/letest.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>乐考</h5><time>2015-4-10</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5ADD124B.apk" class="wechat-list">
+                <img src="logo/lcsf.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>李沧法律法规学习</h5><time>2015-4-15</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H56E0375C.apk" class="wechat-list">
+                <img src="logo/jineng.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>人社局-技能培训</h5><time>2015-4-20</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5E012094.apk" class="wechat-list">
+                <img src="logo/pk.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>青岛职业技能在线比武</h5><time>2015-4-23</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H53FCAB48.apk" class="wechat-list">
+                <img src="logo/tp.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>宇威托普助学报名</h5><time>2015-4-25</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/H5EE5C9F8.apk" class="wechat-list">
+                <img src="logo/pk.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>技能pk演示项目</h5><time>2015-5-2</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+            <a href="http://astroway.net:8090/appInstall/topshow/top-shanghai.apk" class="wechat-list">
+                <img src="logo/tp.png">
+                <div class="cell">
+                    <div class="wechat-h-time"><h5>上海托普助学报名</h5><time>?</time></div>
+                    <p>暂无描述</p>
+                </div>
+            </a>
+        </div>
+    </div>
+    
+    <div class="footer">
+        <a href="javascript:void(0)"  class="active">
+            <i class="icon-finds"></i>手机应用列表
+        </a>
+        <a href="javascript:alert('暂时不能反馈')">
+            <i class="icon-wechat"></i>意见反馈
+        </a>
+    </div>
+</div>
+</body>
+</html>

BIN
logo.jpg


BIN
logo/accountant.png


BIN
logo/alllaw.png


BIN
logo/english.png


BIN
logo/jineng.png


BIN
logo/lcsf.png


BIN
logo/lestudy.png


BIN
logo/letest.png


BIN
logo/levideo.png


BIN
logo/leye.png


BIN
logo/nexteducation.png


BIN
logo/pk.png


BIN
logo/tp-logo.png


BIN
logo/tp.png


BIN
logo/yuntk.png


+ 29 - 0
列表.txt

@@ -0,0 +1,29 @@
+托普云课堂:H54959F6B.apk
+
+全名普法:H535DD30C.apk
+
+会计职称云题库:H529C04C1.apk
+
+托普统考英语:H5A0376FC.apk
+
+青岛职业培训:H50F34EC0.apk
+
+会计继续教育:H5BED9510.apk
+
+李沧司法局:H5ADD124B.apk
+
+人社局-技能培训:H56E0375C.apk
+
+青岛职业技能在线比武:H5E012094.apk
+
+乐学:H5B4A8EC8.apk
+
+乐视频:H5303C5EE.apk
+
+乐业:H55004844.apk
+
+乐考试:H53331F25.apk
+
+技能pk演示项目:H5EE5C9F8.apk
+
+托普助学报名:H53FCAB48.apk