update_product_desc.less
1.4 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
#updateProductDesc {
padding: 44px 0 50px;
box-sizing: border-box;
.m-header {
margin-top: -44px;
}
.m-content {
height: 100%;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
.editer {
width: 100%;
min-height: 100%;
padding: 10px 20px;
background-color: #FFF;
box-sizing: border-box;
font-size: 14px;
color: #666;
img {
width: 100%;
max-width: 100%;
margin: 10px 0;
position: relative;
}
}
.m-footer {
padding: 0;
span {
float: left;
width: 50%;
box-sizing: border-box;
}
.choosePic {
position: relative;
input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
}
}
}
.editimgs {
position: relative;
.imgremove {
position: absolute;
right: 20px;
top: 20px;
background-color: #fff;
padding: 0 15px;
height: 24px;
line-height: 24px;
color: #333;
border-radius: 5px;
box-shadow: 3px 3px 3px #ddd;
border: 1px solid #e1e1e1;
&:active {
box-shadow: 0px 1px 6px #ddd;
right: 18px;
top: 22px;
}
}
}