File tree Expand file tree Collapse file tree 1 file changed +24
-19
lines changed Expand file tree Collapse file tree 1 file changed +24
-19
lines changed Original file line number Diff line number Diff line change @@ -37,28 +37,33 @@ Lin UI 是基于 **微信小程序原生语法** 实现的组件库。遵循简
37
37
38
38
## 讨论交流
39
39
40
- <div style =" display :flex ;flex-direction :row " >
41
- <div style =" display :flex ;flex-direction :column ;align-items : center ;margin-right :20px ;" >
42
- <img class="QR-img" style="height: 80px; width:80px" src="https://raw.githubusercontent.com/zhc525349965/fisher_book/master/app/image/qq群新.png">
43
- <p style="font-size:12px;">QQ群号:643205479</p>
44
- </div >
45
-
46
- <div style =" display :flex ;flex-direction :column ;align-items : center ;margin-right :20px ;" >
47
- <img class="QR-img" style="height: 80px; width:80px" src="https://raw.githubusercontent.com/zhc525349965/fisher_book/master/app/image/公众号.jpg">
48
- <p style="font-size:12px;">微信公众号:林间有风</p>
49
- </div >
50
- </div >
40
+ <table >
41
+ <tbody >
42
+ <tr>
43
+ <td align="center" valign="middle">
44
+ <img class="QR-img" style="height: 60px; width:60px" src="https://raw.githubusercontent.com/zhc525349965/fisher_book/master/app/image/qq群新.png">
45
+ <p style="font-size:12px;">QQ群号:643205479</p>
46
+ </td>
47
+ <td align="center" valign="middle">
48
+ <img class="QR-img" style="height: 60px; width:60px" src="https://raw.githubusercontent.com/zhc525349965/fisher_book/master/app/image/公众号.jpg">
49
+ <p style="font-size:12px;">微信公众号:林间有风</p>
50
+ </td>
51
+ </tr>
52
+ </tbody >
53
+ </table >
51
54
52
55
## Lin UI商业案例
53
56
54
- <div style =" display :flex ;flex-direction :row " >
55
- <div style =" display :flex ;flex-direction :column ;align-items : center ;margin-right :20px ;" >
56
- <img class="QR-img" style="height: 80px; width:80px" src="https://raw.githubusercontent.com/zhc525349965/fisher_book/master/app/image/风袖.jpg" alt="风袖">
57
- <p style="font-size:12px;">风袖</p>
58
- </div >
59
- </div >
60
-
61
-
57
+ <table >
58
+ <tbody >
59
+ <tr>
60
+ <td align="center" valign="middle">
61
+ <img class="QR-img" style="height: 60px; width:60px" src="https://raw.githubusercontent.com/zhc525349965/fisher_book/master/app/image/风袖.jpg" alt="风袖">
62
+ <p style="font-size:12px;">风袖</p>
63
+ </td>
64
+ </tr>
65
+ </tbody >
66
+ </table >
62
67
63
68
## 快速上手
64
69
You can’t perform that action at this time.
0 commit comments