selectPostCompany.wxss
1.16 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
/* page/subPackage/pages/selectPostCompany/selectPostCompany.wxss */
page {
background-color: #F0F0F0;
}
.row {
display: flex;
flex-direction: row;
}
.column {
display: flex;
flex-direction: column;
}
.table-cell {
background-color: white;
}
.margin-bottom {
margin-bottom: 20rpx;
}
.margin-right {
margin-right: 20rpx;
}
.margin-top {
margin-top: 20rpx;
}
.margin-left {
margin-left: 20rpx;
}
.padding-left {
padding-left: 20rpx;
}
.large-text-size {
font-size: 32rpx;
}
.small-text-size {
font-size: 24rpx;
}
.middle-text-size {
font-size: 28rpx;
}
.border-bottom {
border-bottom: 1rpx solid #E0E0E0;
}
.serachIcon {
width:30rpx;
height:30rpx;
margin-left:20rpx;
}
.search-bar {
align-items: center;
background-color: #F0F0F0;
width: 710rpx;
border-radius: 10rpx;
}
.search-bar-bg {
background-color: white;
height: 94rpx;
align-items: center;
justify-content: center;
position: fixed;
left: 0;
right: 0;
top: 0;
}
.company-list {
margin-top: 94rpx;
}
.searchInput {
width: 640rpx;
}
.search-bg {
background-color: white;
width: 100%;
margin-top: -1600rpx;
height: 1200rpx;
z-index: 999;
}