coupons.less
1.2 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
/**
* name : zzf
* info :
*/
<<<<<<< HEAD
@import "m/m_coupons";
=======
/* @import "m/m_coupons"; */
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
.m-tab {
height: 45px;
padding: 0px;
li {
width: 29.3%;
padding: 0 2%;
line-height: 43px;
}
li.on a:after {
height : 2px;
background-color: #2caa3f;
}
}
.hint {
height: 40px;
background: #faaf19;
position: fixed;
bottom: 0px;
width: 100%;
font-size: 16px;
text-align: center;
color: #fff;
line-height: 40px;
a {
margin-left: 10px;
color: #fff;
border: 1px solid #fff;
padding: 5px 10px;
}
}
#add_coupons {
p {
height: 45px;
line-height: 45px;
margin: 0 15px;
font-size: 14px;
color: #999;
}
.input-view {
height: 50px;
background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
line-height: 50px;
input {
color: #bbb;
font-size: 16px;
height: 50px;
width: 100%;
padding-left: 15px;
&:focus {
color: #333;
}
}
}
.m-btn {
display: block;
margin: 15px;
background: #faaf19;
color: #fff;
}
<<<<<<< HEAD
}
=======
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa