form_advanced.css
999 字节
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
.titleBtn .borderTitle {
width: 150px;
}
.carouselImg {
display: flex;
justify-content: flex-start;
margin: 25px 0;
/* align-items: center; */
}
.carouselImg h3 {
/* width: 216px; */
padding-top: 10px;
font-size: 13px;
color: #337ab7;
}
.carouselImg>div {
margin: 0 50px;
}
.bgColor {
padding-top: 20px;
background: #fff
}
.addImg {
position: relative;
width: 214px;
height: 138px;
background-color: #ffffff;
border-radius: 10px;
border: solid 1px #989898;
}
.addImg img {
/* padding-left: 40px;
padding-top: 8px; */
width: 100%;
height: 100%;
border-radius: 10px;
}
button {
width: 124px;
text-align: center;
margin: 0 auto;
}
.addImg input {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
opacity: 0;
}
.tableBtn {
margin: 50px 0;
text-align: center;
}
.tableBtn button {
width: 174px;
}
.carouselImg h4 {
width: 100px;
}