flowerlist.wxss
2.1 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
page{
background: #fff;
}
.flowertopbox{
padding: 0 32rpx;
box-sizing: border-box;
border-bottom:20rpx solid #f5f5f5;
position: fixed;
top:0;
left:0;
background: #fff;
width:100%
}
.daochuimg{
width:32rpx;
height: 32rpx;
margin-right:8rpx;
}
.daochuword{
color:#909396;
font-size:28rpx;
margin-left:8rpx
}
.daochuone{
margin-right:24rpx
}
.searchdatebox {
padding: 20rpx 0;
box-sizing: border-box;
}
.flower_top{
padding: 20rpx 0;
box-sizing: border-box;
}
.searchdate{
padding: 20rpx 0;
box-sizing: border-box;
}
.searchname{
color:#64676A;
font-size:28rpx;
margin-right:24rpx;
}
.searchdatek{
width: 184rpx;
height: 64rpx;
line-height: 64rpx;
background: #f5f5f5;
border-radius: 8rpx;
color:#06121E;
font-size:28rpx;
text-align: center;
color:#06121E;
font-size:28rpx
}
.zhi{
color:#06121E;
font-size:28rpx;
margin:0 16rpx;
}
.searchbtn{
width: 108rpx;
height: 64rpx;
background: #4da9ff;
border-radius: 8rpx;
color:#fff;
font-size:28rpx;
text-align: center;
line-height: 64rpx;
}
/* 表格数据 */
.tablename{
width:160rpx;
color:#64676A;
font-size:24rpx;
text-align: center;
/* box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(0,0,0,0.16); */
border-bottom:1rpx solid #f5f5f5;
padding: 20rpx 0;
box-sizing: border-box;
}
.tableright{
width:590rpx;
overflow-x:scroll;
border-bottom:1rpx solid #f5f5f5
}
.tablerightitem{
width:160rpx;
margin-right:20rpx;
color:#64676A;
font-size:24rpx;
flex:0 0 auto;
text-align: center;
padding: 20rpx 0;
box-sizing: border-box;
}
.tablelisttop{
width:100%;
position: fixed;
top:188rpx;
left:0;
padding: 20rpx 0;
box-sizing: border-box;
}
.tablebody{
position: fixed;
top:268rpx;
left:0;
width: 100%;
}
.tablebodyleft {
height: calc(100vh - 268rpx);
overflow-y: scroll;
box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.16);
}
.tablebodyright{
height: calc(100vh - 268rpx);
overflow-y: scroll;
}
.tablenamek{
border-bottom:none;
/* box-shadow: 0rpx 6rpx 30rpx 0rpx rgba(0,0,0,0.16); */
/* box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0,0,0,0.16); */
/* box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(0,0,0,0.16); */
}
.tablerightk{
border-bottom:none
}