﻿/**
* 连云港市公共资源电子交易系统升级改造
* date:2022-11-24
* author: xuhai;
 */

.feedback {
	width: 779px;
	height: 979px;
	box-sizing: border-box;
}

.feedback-title {
	height: 61px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	background-color: #4782ce;
	border: 1px solid #a1c2eb;
	border-bottom: none;
	box-sizing: border-box;
}

.feedback-date {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 61px;
	color: #2f2f2f;
	font-size: 16px;
	background-color: #e1eeff;
	border: 1px solid #a1c2eb;
	border-bottom: none;
	border-top: none;
}

.feedback-btn {
	width: 81px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #4782ce;
	border-radius: 5px;
	cursor: pointer;
}

.feedback-now {
	width: 91px;
	text-align: center;
}
.feedback-now .now {
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}

body .layui-laydate {
	margin: 10px 0 10px -92px;
}

.feedback-table table {
	width: 100%;
	font-size: 14px;
	border-color: #a1c2eb;
}

.feedback-table table th {
	text-align: center;
    font-weight: 600;
	line-height: 48px;
	color: #2f2f2f;
	background-color: #f1f7ff;
}

.feedback-table table td {
	line-height: 20px;
	text-align: center;
	padding: 10px 16px;
	box-sizing: border-box;
}

.feedback-table table td.bold{
    font-weight: 600;
}

.feedback-table table td.text-left {
	text-align: left;
}
