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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
| /deep/ .ivu-modal-mask,.ivu-modal-wrap{
| z-index: 800;
| }
| .decorate-view-link{
| font-size: 12px;
| margin: 0 4px;
| color: #999;
| }
| .decorate-view-style {
| border: 1px solid #ededed;
| background: #f7f7fa;
| text-align: center;
| width: 100%;
| padding: 30px 0 0 0;
| margin-bottom: 20px;
| cursor: pointer;
| > .select-style {
| background: #ededed;
| padding: 15px 0;
| font-size: 15px;
| }
| }
| .decorate-border {
| border: 1px solid #ededed;
| margin: 10px 0;
| padding: 0 10px;
| }
| .drawer {
| width: 100%;
| display: flex;
| flex-wrap: wrap;
| > .drawer-item {
| cursor: pointer;
| border: 1px solid #ededed;
| background: #f9f0ff;
| width: 170px;
| margin-right: 14px;
| color: #9254de;
| margin-bottom: 14px;
| border-radius: 0.8em;
| height: 60px;
| display: flex;
| align-items: center;
| flex-direction: column;
| justify-content: center;
| }
| }
| .hidden-input {
| display: none;
| }
| .decorate {
| padding: 0 20px;
| height: calc(100vh - 120px);
| overflow-y: auto;
| padding-bottom: 120px;
| }
| .decorate-title {
| height: 50px;
| line-height: 50px;
| font-weight: bold;
| }
| .decorate-list {
| overflow: hidden;
| }
| .decorate-view {
| display: flex;
| margin: 20px 0;
| align-items: center;
| }
| .decorate-item-box {
| background: #fff;
| padding: 10px;
| border: 1px solid #ededed;
| }
| .decorate-item-title {
| height: 40px;
| display: flex;
| align-items: center;
| justify-content: space-between;
| line-height: 40px;
| padding: 0 10px;
| }
| .decorate-view-title {
| margin-right: 10px;
| }
| .decorate-item {
| background: #ededed;
| border-top-left-radius: 0.4em;
| margin-bottom: 20px;
| border-top-right-radius: 0.4em;
| }
| .show-image {
| max-width: 50px;
| }
| .tips {
| font-size: 12px;
| color: #999;
| > span {
| color: $theme_color;
| }
| }
| .selectBtn {
| margin-left: 10px;
| }
| .bing-goods-list {
| display: flex;
| > .bing-goods-item {
| width: 50px;
| height: 50px;
| > img {
| width: 100%;
| height: 100%;
| display: block;
| }
| }
| }
|
|