1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| @import './realize/reset';
| @import './realize/animation';
| @import './realize/transition';
|
| .lin-container {
| .el-divider--horizontal {
| margin:0px;
| }
| .lin-title {
| height: 59px;
| line-height: 59px;
| color: $parent-title-color;
| font-size: 16px;
| font-weight: 500;
| text-indent: 40px;
| border-bottom: 1px solid #dae1ed;
| }
|
| .lin-wrap {
| padding: 20px;
| }
| }
|
|