Browse Source

再次修改细节

Limengbo 6 years ago
parent
commit
48fd622c50
53 changed files with 11 additions and 10 deletions
  1. 2 1
      pages/groupPage/grade-details/grade-details.wxml
  2. 7 8
      pages/groupPage/grade-details/grade-details.wxss
  3. 2 1
      pages/groupPage/group-details/group-details.wxml
  4. BIN
      static/groupImg/jiantou.png
  5. 0 0
      towxml/.gitignore
  6. 0 0
      towxml/entry.wxml
  7. 0 0
      towxml/lib/Audio.js
  8. 0 0
      towxml/lib/markdown-it.js
  9. 0 0
      towxml/lib/parse5.js
  10. 0 0
      towxml/lib/tagsAndAttrs.js
  11. 0 0
      towxml/lib/toJson.js
  12. 0 0
      towxml/main.js
  13. 0 0
      towxml/outTemplate.js
  14. 0 0
      towxml/package.json
  15. 0 0
      towxml/plugins/hljs/highlight.js
  16. 0 0
      towxml/plugins/hljs/index.js
  17. 0 0
      towxml/plugins/hljs/languages/bash.js
  18. 0 0
      towxml/plugins/hljs/languages/coffeescript.js
  19. 0 0
      towxml/plugins/hljs/languages/css.js
  20. 0 0
      towxml/plugins/hljs/languages/dns.js
  21. 0 0
      towxml/plugins/hljs/languages/dos.js
  22. 0 0
      towxml/plugins/hljs/languages/erlang.js
  23. 0 0
      towxml/plugins/hljs/languages/go.js
  24. 0 0
      towxml/plugins/hljs/languages/htmlbars.js
  25. 0 0
      towxml/plugins/hljs/languages/http.js
  26. 0 0
      towxml/plugins/hljs/languages/java.js
  27. 0 0
      towxml/plugins/hljs/languages/javascript.js
  28. 0 0
      towxml/plugins/hljs/languages/json.js
  29. 0 0
      towxml/plugins/hljs/languages/less.js
  30. 0 0
      towxml/plugins/hljs/languages/makefile.js
  31. 0 0
      towxml/plugins/hljs/languages/markdown.js
  32. 0 0
      towxml/plugins/hljs/languages/nginx.js
  33. 0 0
      towxml/plugins/hljs/languages/php.js
  34. 0 0
      towxml/plugins/hljs/languages/powershell.js
  35. 0 0
      towxml/plugins/hljs/languages/python.js
  36. 0 0
      towxml/plugins/hljs/languages/ruby.js
  37. 0 0
      towxml/plugins/hljs/languages/scss.js
  38. 0 0
      towxml/plugins/hljs/languages/shell.js
  39. 0 0
      towxml/plugins/hljs/languages/sql.js
  40. 0 0
      towxml/plugins/hljs/languages/swift.js
  41. 0 0
      towxml/plugins/hljs/languages/typescript.js
  42. 0 0
      towxml/plugins/hljs/style/github.wxss
  43. 0 0
      towxml/plugins/hljs/style/monokai.wxss
  44. 0 0
      towxml/plugins/markdown-it-emoji.js
  45. 0 0
      towxml/plugins/markdown-it-ins.js
  46. 0 0
      towxml/plugins/markdown-it-mark.js
  47. 0 0
      towxml/plugins/markdown-it-sub.js
  48. 0 0
      towxml/plugins/markdown-it-sup.js
  49. 0 0
      towxml/plugins/markdown-it-todoList.js
  50. 0 0
      towxml/renderTemplate.wxml
  51. 0 0
      towxml/style/main.wxss
  52. 0 0
      towxml/style/theme/dark.wxss
  53. 0 0
      towxml/style/theme/light.wxss

+ 2 - 1
pages/groupPage/grade-details/grade-details.wxml

@@ -14,7 +14,8 @@
                 <text class="left">{{item.title}}</text>
                 <view class="right">
                     <image src="../../../static/groupImg/bofnag.png"></image>
-                    <text>{{item.readNum}} ></text>
+                    <text>{{item.readNum}}</text>
+                    <image style="margin-left: 10rpx; width: 22rpx; height: 22rpx;" src="../../../static/groupImg/jiantou.png"></image>
                 </view>
             </view>
         </view>

+ 7 - 8
pages/groupPage/grade-details/grade-details.wxss

@@ -46,15 +46,14 @@ scroll-view {
 
 
 .catalog image {
-    position: absolute;
-    left: 374rpx;
-    top: 20rpx;
-    width: 2rpx;
-    height: 66rpx;
+    position:absolute;
+    left:374rpx;
+    top:16rpx;
+    width:2rpx;
+    height:60rpx;
 }
 
 .catalog text {
-    flex: 1;
     height: 60rpx;
     text-align: center;
     font-size: 36rpx;
@@ -63,7 +62,7 @@ scroll-view {
 }
 
 .catalog .select {
-    border-bottom: 2rpx solid #61CA54;
+    border-bottom: 4rpx solid #61CA54;
     color: #61CA54;
 }
 
@@ -147,7 +146,7 @@ scroll-view {
 .group-btn .bg1,
 .group-btn .bg2 {
     position: absolute;
-    top: 15%;
+    top: 10rpx;
     width: 4rpx;
     height: 70%;
 }

+ 2 - 1
pages/groupPage/group-details/group-details.wxml

@@ -56,7 +56,8 @@
                 <text class="left">{{item.title}}</text>
                 <view class="right">
                     <image src="../../../static/groupImg/bofnag.png"></image>
-                    <text>{{item.readNum}} ></text>
+                    <text>{{item.readNum}}</text>
+                    <image style="margin-left: 10rpx; width: 22rpx; height: 22rpx;" src="../../../static/groupImg/jiantou.png"></image>
                 </view>
             </view>           
         </view>

BIN
static/groupImg/jiantou.png


towxmls/.gitignore → towxml/.gitignore


towxmls/entry.wxml → towxml/entry.wxml


towxmls/lib/Audio.js → towxml/lib/Audio.js


towxmls/lib/markdown-it.js → towxml/lib/markdown-it.js


towxmls/lib/parse5.js → towxml/lib/parse5.js


towxmls/lib/tagsAndAttrs.js → towxml/lib/tagsAndAttrs.js


towxmls/lib/toJson.js → towxml/lib/toJson.js


towxmls/main.js → towxml/main.js


towxmls/outTemplate.js → towxml/outTemplate.js


towxmls/package.json → towxml/package.json


towxmls/plugins/hljs/highlight.js → towxml/plugins/hljs/highlight.js


towxmls/plugins/hljs/index.js → towxml/plugins/hljs/index.js


towxmls/plugins/hljs/languages/bash.js → towxml/plugins/hljs/languages/bash.js


towxmls/plugins/hljs/languages/coffeescript.js → towxml/plugins/hljs/languages/coffeescript.js


towxmls/plugins/hljs/languages/css.js → towxml/plugins/hljs/languages/css.js


towxmls/plugins/hljs/languages/dns.js → towxml/plugins/hljs/languages/dns.js


towxmls/plugins/hljs/languages/dos.js → towxml/plugins/hljs/languages/dos.js


towxmls/plugins/hljs/languages/erlang.js → towxml/plugins/hljs/languages/erlang.js


towxmls/plugins/hljs/languages/go.js → towxml/plugins/hljs/languages/go.js


towxmls/plugins/hljs/languages/htmlbars.js → towxml/plugins/hljs/languages/htmlbars.js


towxmls/plugins/hljs/languages/http.js → towxml/plugins/hljs/languages/http.js


towxmls/plugins/hljs/languages/java.js → towxml/plugins/hljs/languages/java.js


towxmls/plugins/hljs/languages/javascript.js → towxml/plugins/hljs/languages/javascript.js


towxmls/plugins/hljs/languages/json.js → towxml/plugins/hljs/languages/json.js


towxmls/plugins/hljs/languages/less.js → towxml/plugins/hljs/languages/less.js


towxmls/plugins/hljs/languages/makefile.js → towxml/plugins/hljs/languages/makefile.js


towxmls/plugins/hljs/languages/markdown.js → towxml/plugins/hljs/languages/markdown.js


towxmls/plugins/hljs/languages/nginx.js → towxml/plugins/hljs/languages/nginx.js


towxmls/plugins/hljs/languages/php.js → towxml/plugins/hljs/languages/php.js


towxmls/plugins/hljs/languages/powershell.js → towxml/plugins/hljs/languages/powershell.js


towxmls/plugins/hljs/languages/python.js → towxml/plugins/hljs/languages/python.js


towxmls/plugins/hljs/languages/ruby.js → towxml/plugins/hljs/languages/ruby.js


towxmls/plugins/hljs/languages/scss.js → towxml/plugins/hljs/languages/scss.js


towxmls/plugins/hljs/languages/shell.js → towxml/plugins/hljs/languages/shell.js


towxmls/plugins/hljs/languages/sql.js → towxml/plugins/hljs/languages/sql.js


towxmls/plugins/hljs/languages/swift.js → towxml/plugins/hljs/languages/swift.js


towxmls/plugins/hljs/languages/typescript.js → towxml/plugins/hljs/languages/typescript.js


towxmls/plugins/hljs/style/github.wxss → towxml/plugins/hljs/style/github.wxss


towxmls/plugins/hljs/style/monokai.wxss → towxml/plugins/hljs/style/monokai.wxss


towxmls/plugins/markdown-it-emoji.js → towxml/plugins/markdown-it-emoji.js


towxmls/plugins/markdown-it-ins.js → towxml/plugins/markdown-it-ins.js


towxmls/plugins/markdown-it-mark.js → towxml/plugins/markdown-it-mark.js


towxmls/plugins/markdown-it-sub.js → towxml/plugins/markdown-it-sub.js


towxmls/plugins/markdown-it-sup.js → towxml/plugins/markdown-it-sup.js


towxmls/plugins/markdown-it-todoList.js → towxml/plugins/markdown-it-todoList.js


towxmls/renderTemplate.wxml → towxml/renderTemplate.wxml


towxmls/style/main.wxss → towxml/style/main.wxss


towxmls/style/theme/dark.wxss → towxml/style/theme/dark.wxss


towxmls/style/theme/light.wxss → towxml/style/theme/light.wxss