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
35
36
37
38
39
40
|
| icon{
| margin-right: 13px;
| }
|
| .weui-grid {
| text-align: center;
| padding: 36px 10px;
| }
|
| .page__bd {
| padding-left: 15px;
| padding-right: 15px;
| text-align: left;
| }
| .icon-box{
| margin-bottom: 25px;
| }
| .icon-box__ctn{
| flex-shrink: 100;
| }
| .icon-item_box {
| display: inline-block;
| width: 25%;
| padding: 3px;
| height: 80px;
| line-height: 30px;
| text-align: center;
| box-sizing: border-box;
| }
| .icon-name {
| font-size: 24rpx;
| overflow: hidden;
| white-space:nowrap;
| text-overflow:ellipsis;
| }
| .icon-box__title{
| font-size: 18px;
| margin: 5px 0;
| }
|
|