zxl
昨天 f971ff5f338eff3778a408096539660b72ba6ae2
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.model-view {
  display: flex;
  .model-view-menu {
    flex: 1.5;
    min-width: 250px;
    > .model-view-menu-item {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
  }
  .model-config {
    flex: 2.5;
  }
  .model-view-content {
    flex: 6;
  }
  .model-item {
    line-height: 1.75;
    font-size: 13px;
    margin: 0 5px 10px 5px;
    border: 1px solid #ededed;
    background: #f6f6f9;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.model-view-content {
  background: #f6f6f9;
  border-radius: 0.8em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.wap-title {
  line-height: 44px;
  text-align: center;
  height: 44px;
  border-bottom: 1px solid #ededed;
}
.content {
  margin: 20px 0;
  padding: 50px 13px;
  width: 360px;
  background: url("../../../assets/iPhoneX_model.png") no-repeat;
  height: 780px;
  background-size: 360px;
  overflow: hidden;
  > .component,
  .draggable {
    height: 590px;
    overflow-y: auto;
    background: #ebebeb;
  }
  > .draggable {
    padding-bottom: 100px;
  }
}
.list {
  position: relative;
}
.close {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 99;
}
 
.model-btn {
  > * {
    margin: 0 4px;
  }
}
.qrCode {
  width: 100px;
  height: 100px;
}
.default-view-content {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  /deep/ img {
    margin: 0 auto;
  }
}
.model-config {
  overflow-y: auto;
}
 
.active {
  box-sizing: border-box;
  border: 1px solid $theme_color;
}