service.css
2.09 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
/***************************************************
* feature : 变量配置;
* update : 2015/02/05;
* use : ;
* extend : ;
* example : ;
* desc : ;
* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
****************************************************/
.bg-img {
background: url('../../images/icon/icon.png') no-repeat;
background-size: 150px;
}
/*
service.less
*/
.service {
margin: 0 5px;
}
.service li {
float: left;
width: 50%;
}
.service a {
display: block;
padding: 15px 0 15px 15px;
margin: 10px 5px 0 5px;
background: #fff;
<<<<<<< HEAD
border: 1px #cccccc solid;
=======
border: 1px #ccc solid;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
color: #666;
font-size: 14px;
}
.service img {
width: 30px;
height: 30px;
}
.m-table-view {
color: #666;
}
.m-table-view img {
width: 30px;
height: 30px;
}
.m-table-view .group-title {
color: #66cc22;
}
.m-table-view .m-input {
height: auto;
min-height: 18px;
padding: 0 10px;
vertical-align: top;
}
.m-table-view .m-input[type='number'] {
width: 100px;
}
.m-table-view .m-select {
width: auto;
margin-right: 15px;
min-width: 30px;
<<<<<<< HEAD
border-left: 1px #cccccc solid;
=======
border-left: 1px #ccc solid;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.m-table-view .m-select .select-text {
padding: 0 5px 0 10px;
}
.m-table-view .m-select :after {
position: absolute;
right: -15px;
top: 50%;
margin-top: -4.5px;
content: ' ';
background: url("../../images/icon.png") -270px -112px repeat;
width: 15px;
height: 9px;
background-size: 150px;
}
.m-table-view .m-input-date {
background: transparent;
text-align: right;
padding: 0;
}
.m-textarea {
margin-top: 0;
}
.service-view {
margin: 5px 0 5px 10px;
display: inline-block;
vertical-align: middle;
}
.service-view span {
color: #000;
margin-right: 10px;
}
.btn-bar {
margin: 10px;
}
.btn-bar #add-more {
font-size: 14px;
}