main.wxss 6.0 KB










































































/*每个页面公共css */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flexone {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.flextwo {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.flexthree {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.flexfour {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.flexfive {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}
.shaiselecttop{
	width:750rpx;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	padding-top: 10rpx;
	padding-bottom: 10rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.shaiselect{
	display: inline-block;
	width:200rpx;
	height:64rpx;
	background: #0093FF;
	color:#fff;
	font-size:24rpx;
	text-align: center;
	line-height: 64rpx;
	border-radius: 30rpx;
}
.register {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	/* display:none */
}
.taizhangwrap {
	width: 750rpx;
	height: 664rpx;
	background: #fff;
	position: absolute;
	top: 0rpx;
	left: 0;
	padding: 0 32rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.zibot {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin: 100rpx;
}
.reset {
	width: 200rpx;
	height: 64rpx;
	background: rgba(232, 80, 0, 1);
	opacity: 1;
	border-radius: 8rpx;
	color: #fff;
	font-size: 24rpx;
	text-align: center;
	line-height: 64rpx;
	margin-right: 24rpx;
}
.nodata {
	color: #999;
	font-size: 32rpx;
	text-align: center;
	margin-top: 200rpx;
}
/* 评审类型 */
.wrapitem {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 40rpx;
}
.wrapitemleft {
	width: 120rpx;
}
.wrapitemleft {
	color: #06121E;
	font-size: 28rpx
}
.wrapitemright {
	width: 544rpx;
	height: 76rpx;
	background: rgba(238, 238, 238, 1);
	opacity: 1;
	border-radius: 8rpx;
	margin-left: 18rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	padding: 20rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wrapitemright input {
	width: 100%;
	color: #8C9198;
	font-size: 28rpx;
}
.nianduright {
	width: 14rpx;
	height: 22rpx;
	font-size: 0;
}
.nianduleft {
	width: 500rpx;
}
.nianduright image {
	width: 100%;
	height: 100%;
}
.time {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-left: 18rpx;
}
.timeleft {
	width: 232rpx;
	height: 76rpx;
	background: rgba(238, 238, 238, 1);
	opacity: 1;
	border-radius: 8rpx;
	padding: 15rpx 20rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #8C9198;
	font-size: 28rpx;
}
.timeleft input {
	width: 100%;
	color: #8C9198;
	fotn-size: 28rpx;
}
.timemiddle {
	width: 39rpx;
	background: rgba(189, 196, 206, 1);
	border: 1rpx solid rgba(189, 196, 206, 1);
	opacity: 1;
	margin: 0 20rpx;
}
.chaxun {
	width: 200rpx;
	height: 64rpx;
	background: rgba(0, 147, 255, 1);
	opacity: 1;
	border-radius: 8rpx;
	color: #F9F9F9;
	font-size: 24rpx;
	text-align: center;
	line-height: 64rpx;
}
.projectname {
	color: #8C9198;
	font-size: 28rpx;
}
.detailname {
	color: #0093FF;
	font-size: 24rpx;
	margin-left: 20rpx;
}
.headleft input {
	width: 100%;
	height: 100%;
}
.tabfooter {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	position: fixed;
	height: 110rpx;
	width: 750rpx;
	bottom: 0;
	left: 0;
	padding: 14rpx 48rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	border-top: 1rpx solid #f9f9f9;
}
.tabfooteritem {
	width: 200rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.tabfooteritemimg {
	width: 45rpx;
	height: 48rpx;
	font-size: 0;
}
.tabfooteritemimg image {
	width: 100%;
	height: 100%;
}
.tabfooteritemtop {
	width: 100rpx;
	color: #BDC4CE;
	font-size: 22rpx;
	text-align: center;
}
.tabfooteritemtopactive {
	color: #2E85ED
}