_edit.scss
996 Bytes
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
.panel-default .panel-heading {
border-top: 1px solid #e7e7e7;
}
.red {
color: red;
font-family: bold;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
line-height: 0 !important;
}
.form-group .control-label {
margin-top: 3px;
}
.smalltxt{
width:20px;
border:0 none;
border-bottom:1px solid #ccc;
}
.tao-noborder{
border:0 none;
background-color:transparent;
}
.tao-border{
border:1px solid #ccc;
}
.cover-image-list {
li {
float: left;
width: auto;
height: auto;
border: none;
}
.btn {
padding: 2px 5px;
}
.goods-img {
margin: 0 auto;
border: 2px dashed #CCC;
}
input[type="file"] {
width: 100%;
height: 100%;
}
}
.goods-img {
position: relative;
width: 110px;
height: 150px;
.fileinput-button-icon {
width: 100%;
height: 100%;
line-height: 150px;
}
}