flowerlist.wxss 2.1 KB
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
}