app-modular.css
3.52 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
/* APP端装修模块样式 */
/* 标题模块 */
.app-title {
display: block;
height: 40px;
width: 375px;
text-align: center;
}
.app-title .title {
font-size: 16px;
color: #444444;
transform: translateY(30%);
}
.app-title .title a {
float: right;
top: -6px;
right: 10px;
position: relative;
}
/* shop banner + shop intro */
.app-top-banner {
height: 260px;
}
/* 店招图片 */
.app-shop-banner {
height: 117px;
text-align: center;
z-index: 1;
margin-bottom: 0;
}
/* 店招默认logo图片 */
.app-shop-banner .logo {
top: 49.5px !important;
}
/* 店铺logo + 店铺简介 */
.app-shop-intro {
position: relative;
z-index: 11;
top: -20px;
}
/* 上传店铺banner图片 */
.app-shop-banner .img-item {
height: 117px;
width: 375px;
}
.modular-editor .logo {
position: relative;
top: 84.5px;
}
/* 单图 */
.app-single-image {
display: block;
width: 375px;
height: 187px;
text-align: center;
}
.app-single-image .img-item {
width: 375px;
height: 100%;
}
/* 双图 */
.app-double-image {
width: 375px;
height: 187px;
text-align: center;
}
/* 图片间的间隔 */
.app-double-image .border {
width: 187px;
height: 100%;
border: solid 1px #E5E5E5;
border-width: 0 1px 0 0;
float: left;
}
.app-double-image .img-item {
float: left;
width: 187px;
height: 187px;
}
/* 三张图 */
.app-triple-image {
width: 375px;
height: 165px;
}
.app-triple-image2 {
width: 375px;
height: 125px;
}
.app-triple-image3 {
width: 375px;
height: 234px;
}
/* 图片间隔 */
.app-triple-image .border {
width: 124px;
height: 100%;
border: solid 1px #F5F5F5;
border-width: 0 1px 0 0;
float: left;
text-align: center;
}
.app-triple-image .logo {
top: 73.5px !important;
}
.app-triple-image .img-item1 {
float: left;
width: 125px;
height: 165px;
}
.app-triple-image2 .img-item2 {
float: left;
width: 125px;
height: 125px;
}
.app-triple-image3 .img-item31 {
float: left;
width: 187px;
height: 117px;
}
.app-triple-image3 .img-item32 {
float: left;
width: 187px;
height: 234px;
}
.app-triple-image3 .img-item41 {
float: left;
width: 187px;
height: 234px;
}
.app-triple-image3 .img-item42 {
float: left;
width: 187px;
height: 117px;
}
.app-triple-image3 .img-item {
width: 187px;
float: left;
}
/* 三张图的展示类型选择框 */
.display-type-radio {
margin-left: 6px;
}
/* 轮播图 */
.app-carousel-image {
width: 375px;
height: 117px;
text-align: center;
}
.app-carousel-image .logo {
top: 49.5px !important;
}
.app-carousel-image .img-item {
width: 375px;
height: 117px;
}
/* 轮播图中删除按钮样式 */
.editor-dialog .del-carousel-image {
color: #c9302c;
top: 12px;
position: relative;
}
/* 添加一行 按钮样式 */
.add-moduledata-btn {
margin-bottom: 15px;
padding-top: 4px;
padding-bottom: 4px;
}
/* 视频模块 */
.app-video {
width: 375px;
height: 180px;
text-align: center;
}
.app-video .logo {
top: 81px !important;
}
.app-video .img-item {
width: 375px;
height: 180px;
}
.editor-dialog .video-intro-title{
margin-bottom: 6px;
}
/* 模块装修内容非法 */
.modular-invalid {
box-shadow: 0 1px 1px rgba(0,0,0,.05);
background: #ebccd0;
}
.add-modular-area {
box-shadow: 0px 0px 15px rgba(0,0,0,.8);
width: 100%;
background: #FFFFFF;
margin-top: 10px;
height: 20px;
}