couponSearch.wxss
1.11 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
/* page/subPackage/pages/couponList/couponSearch.wxss */
.header {
width: 100%;
height: 90rpx;
position: fixed;
top: 88rpx;
z-index: 998;
display: flex;
align-items: center;
background: white;
border-bottom: 1rpx solid #F0F0F0;
}
.header .headerTopView{
width: 100%;
height: 60rpx;
display: flex;
flex-direction:row;
background: white;
}
.header .headerTopView .button {
width: 110rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
border-radius: 2px;
}
.header .headerTopView .button .buttonText{
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #FFFFFF;
letter-spacing: -0.39px;
}
.header .headerTopView .inputView {
border-radius: 2px;
margin-left: 20rpx;
width: 580rpx;
height: 60rpx;
}
.header .headerTopView .inputView .input {
padding-left: 10px;
height: 60rpx;
background: #F0F0F0;
border-radius: 4rpx;
}
.header .headerTopView .inputView .input .input-placeholder {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: -0.39px;
}