invoicetitle2.css
2.37 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
.uplist{
width: 100%;
box-sizing: border-box;
list-style: none;
}
.uplist li{
width: 100%;
padding:6px 10px;
box-sizing: border-box;
background: #fff;
margin-bottom: 10px;
border-top: 1px solid #e8e7e7;
border-bottom: 1px solid #e8e7e7;
}
.uplist li .ulname{
width: 100%;
padding:10px 10px 20px 10px;
box-sizing: border-box;
border-bottom:1px dashed #e4e4e4;
font-size: 16px;
color: #4A4A4A;
}
.uplist li .ultype{
width: 100%;
margin: 10px 0;
font-size: 13px;
}
.uplist .typename{
float: right;
font-size: 14px;
color: #9b9b9b;
}
.uplist li .ultype td .uldicon{
border: 1px solid #fff;
color:#fff;
border-radius: 4px;
padding: 3px 8px;
}
.uplist li .ultype td .uldicon.actived{
border: 1px solid #EB7350;
color:#EB7350;
}
.uplist li .ultype td:last-child{
text-align: right;
}
.uplist li .uplset{
height: 50px;
line-height: 50px;
font-size: 14px;
overflow: hidden;
color: #4A4A4A;
}
.uplist li .uplset .upeditbyn{
float: right;
}
.uplist li .uplset .upeditbyn .ebtn,.uplist li .uplset .upeditbyn .dbtn{
padding:7px 12px;
border-style: none;
margin-left: 8px;
border: 1px solid #e8e7e7;
background: none;
}
.ulbtn{
border-style: none;
width: 69.3%;
display: block;
margin: 30px auto;
padding: 10px ;
/*background: #357ff6;*/
background: #75cbbe;
border-radius: 50px;
color: #fff;
font-size: 16px;
}
.layui-m-layer1 .layui-m-layerchild{
border-radius: 6px !important;
width: 70%;
}
.layselect{
padding: 10px;
background: #fff;
border-radius: 6px;
}
.layselect>div{
padding: 2px 0;
}
.layselect .def{
border-bottom: 1px solid #CCCCCC;
}
/*没有数据时样式*/
.tipnull{
margin: 30% auto 0;
display: none;/**/
}
.tipnull .nullimg{
width: 50%;
margin: 0 auto;
position: relative;
text-align: center;
}
.tipnull .nullimg>span{
position: absolute;
top: 50%;
left: 0;
display: block;
width: 100%;
}
.tipnull .nullimg img{
width: 100%;
}
.tipnull .nullimg p{
margin-top: 15px;
color: #9b9b9b;
}
.layui-layer-btn .layui-layer-btn0 {
border-color: #75CBBE !important;
background-color: #75CBBE !important;
color: #fff;
}
.layui-layer-btn{
text-align: center !important;
}