m-btn.css
1.95 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
/*
* button css
* Code at 2015/01/27
* by van
*/
/***************************************************
* 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;
}
.btn-white,
.btn-white-f,
.btn-white-fb,
.btn-white-fb18,
.btn-red,
.btn-green-f,
.btn-orange-f {
display: inline-block;
*display: inline;
*zoom: 1;
}
.btn-red,
.btn-white,
.btn-grey,
.btn-white-f,
.btn-white-fb,
.btn-white-fb18,
.btn-green-f,
.btn-orange-f {
border: 1px solid #ddd;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: #fff;
height: 45px;
line-height: 44px;
padding: 0 40px;
margin: 10px 0;
cursor: pointer;
vertical-align: middle;
}
.btn-grey,
.btn-white {
<<<<<<< HEAD
color: #666666;
=======
color: #666;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
height: 39px;
line-height: 39px;
}
.btn-white-fb,
.btn-white-fb18 {
border-color: #6acb3b;
}
.btn-white-f,
.btn-white-fb,
.btn-white-fb18 {
color: #6acb3b;
}
.btn-green-f {
<<<<<<< HEAD
border-color: #66cc22;
background: #66cc22;
=======
border-color: #6c2;
background: #6c2;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.btn-orange-f {
border-color: #ff9d2c;
background: #ff9d2c;
}
.btn-red,
.btn-green-f,
.btn-orange-f {
<<<<<<< HEAD
color: #ffffff;
=======
color: #fff;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.btn-red,
.btn-green-f,
.btn-orange-f,
.btn-white-fb18 {
font-size: 18px;
}
.btn-red {
border: 1px solid #fa4535;
background: #fa4535;
}
.btn-grey {
border-color: #ccc;
color: #d6d6d6;
}