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
41
42
43
44
45
46
47
48
49
50
51
52
53
| .m-info{
| margin-bottom: 20px;
| }
| .m-info .user{
| width: 75px;
| height: 75px;
| border-radius: 50%;
| background: rgba(255,255,255,.3);
| padding: 3px;
| overflow: hidden;
| margin: 20px auto 12px;
| }
| .m-info .user .img{
| height: 100%;
| background-repeat: no-repeat;
| background-size: cover;
| background-position: center;
| }
| .m-info .name{
| font-size: 20px;
| color: #fff;
| text-align: center;
| font-weight: bold;
| }
| .m-boxb2{
| background-color: #fff;
| overflow: hidden;
| border-radius: 8px;
| margin: 0 20px;
| box-shadow: 0px 0px 8px rgba(40,48,58,.08);
| }
| .ul-listb1 .mui-table-view-cell:after{
| right: 15px;
| background-color: #efefef;
| }
| .ul-listb1.mui-table-view .mui-pull-left{
| width: 42px;
| overflow: hidden;
| height: 38px;
| line-height: 38px;
| }
| .ul-listb1.mui-table-view .mui-media-object{
| display: inline-block;
| vertical-align: middle;
| max-width: 26px;
| height: auto;
| line-height: 1;
| }
| .ul-listb1 .type{
| font-size: 16px;
| color: #000;
| line-height: 38px;
| }
|
|