懒羊羊
2023-08-30 71e81ed1d12e4d69f53c8ad9e066650ad4186293
提交 | 用户 | 时间
71e81e 1 .user-info-head {
2     width: 110px;
3     height: 110px;
4     position: relative;
5     display: inline-block;
6 }
7
8 .user-info-head:hover:after {
9     content: '\e65d';
10     position: absolute;
11     left: 0;
12     right: 0;
13     top: 0;
14     bottom: 0;
15     color: #eee;
16     background: rgba(0, 0, 0, 0.5);
17     font-family: layui-icon;
18     font-size: 24px;
19     font-style: normal;
20     -webkit-font-smoothing: antialiased;
21     -moz-osx-font-smoothing: grayscale;
22     cursor: pointer;
23     line-height: 110px;
24     border-radius: 50%;
25 }
26
27 .user-info-head img {
28     width: 110px;
29     height: 110px;
30     border-radius: 50%;
31 }
32
33 .info-list-item {
34     position: relative;
35     padding-bottom: 8px;
36 }
37
38 .info-list-item > .layui-icon {
39     position: absolute;
40 }
41
42 .info-list-item > p {
43     padding-left: 30px;
44 }
45
46 .dash {
47     border-bottom: 1px dashed #ccc;
48     margin: 15px 0;
49 }
50
51 .layui-badge-list .layui-badge {
52     margin-right: 6px;
53 }
54
55 .layui-badge-list .layui-badge {
56     padding: 2px 7px;
57     border: 1px solid #ccc;
58     margin-bottom: 8px;
59     background-color: #fafafa !important;
60 }
61
62 .bd-list-item {
63     padding: 14px 0;
64     border-bottom: 1px solid #e8e8e8;
65     position: relative;
66 }
67
68 .bd-list-item .bd-list-item-img {
69     width: 48px;
70     height: 48px;
71     line-height: 48px;
72     margin-right: 12px;
73     display: inline-block;
74     vertical-align: middle;
75 }
76
77 .bd-list-item .bd-list-item-content {
78     display: inline-block;
79     vertical-align: middle;
80 }
81
82 .bd-list-item .bd-list-item-lable {
83     margin-bottom: 4px;
84     color: #333;
85 }
86
87 .bd-list-item .bd-list-item-oper {
88     position: absolute;
89     right: 0;
90     top: 50%;
91     text-decoration: none !important;
92     cursor: pointer;
93     transform: translateY(-50%);
94 }
95
96 .user-info-form .layui-form-item {
97     margin-bottom: 25px;
98 }