forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-31 b72fc1b10b08cf2fea1626d32e1ca2cccabe2edd
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;
}