1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| /* pages/createSub/createSub.wxss */
|
| .guide-all-list {
| display: flex;
| flex-direction: column;
| padding: 2vh;
| border-bottom: 1px solid #f2f2f2;
| }
|
| .guide-all-list-top {
| font-size: 16px;
| color: #333;
| }
|
| .guide-all-list-bottom {
| font-size: 14px;
| color: #999;
| display: flex;
| margin-top: 1vh;
| }
|
| .guide-all-list-left {
| margin-right: auto;
| }
|
| .guide-all-list-right {
| width: 3vh;
| height: 3vh;
| }
| .index-pane-icon {
| width: 16px;
| height: 16px;
| float:right;
| }
|
|