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
| .h_node_inbound {
| width: 49px;
| }
| .h_main_node {
| width: 100px;
| height: 40px;
| border: 2px solid #aaa;
| border-radius: 5px;
| text-align: center;
| }
| .h_xian {
| border: 1px solid #aaa;
| width: 100%;
| }
| .h_sj {
| height: 0px;
| border-style: solid;
| border-width: 6px 0px 6px 6px;
| border-color: #228b2200 #228b2200 #00ffff00 #aaa;
| width: 0px;
| }
|
| .h_node_out {
| width: 49px;
| }
|
| .h_node_begin {
| width: 100px;
| border: 2px solid #aaa;
| border-radius: 50px;
| text-align: center;
| height: 40px;
| line-height: 40px;
| }
| .h_node_end {
| width: 100px;
| border: 2px solid #aaa;
| border-radius: 50px;
| text-align: center;
| height: 40px;
| line-height: 40px;
| }
|
|