sb_style.css
1.1 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
.type{
padding-left: 30px;
width: 100%;
display: inline-flex;
/* justify-content: flex-start; */
}
.type .left{
width: 50%;
}
.type .right{
/* right: 0; */
width: 50%;
}
/* .btn_new{
text-align: center;
width: 100px;
height: 40px;
line-height: 30px;
background: red;
} */
.input{
height: 45px;
text-align: center;
width: 300px;
line-height: 40px;
border-radius: 5px;
border: 1px solid #ccc;
}
.button{
background: none;
height: 50px;
font-size: 22px;
}
.col_1,.col_2,.col_3{
text-align: center;
}
.btn2{
background: none;
color: red;
}
.btn1{
background: none;
color: #008000;
}
.btn3{
background: #ccc;
border: 1px solid #CCCCCC;
}
.btn3 :hover{
background: #009688;
}
/* 新增界面 */
.bt_icon{
padding: 20px;
margin-left: 30px;
}
.btn4{
border: 1px solid #009688;
color: #009688;
border-radius: 4px;
width: 100px;
height: 35px;
background: #fff;
}
.btn5{
background: #009688;
color: #fff;
border-radius: 4px;
width: 100px;
height: 35px;
border: none;
margin-left: 20px;
}
.addsb .row2{
display: inline-block;
}
.sb_type{
display: inline-flex;
width: 100%;
}
.sb_type select{
background: none;
border: none;
}