1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| /**
| * 徐祥健<xuxj@hugeinfo.com.cn>
| * 2018年7月22日 16:40
| *
| */
|
|
| @import '../../conf/vars';
|
| .bulid-making-view {
| &-main {
| height: 85vh;
| margin: 20px;
| background: #fff;
| align-items: center;
| display: flex;
| justify-content: space-around;
| font-size: 40px;
| }
|
| }
|
|