credit_manage.css 3.86 KB
@import "../fancybox/jquery.fancybox.css";

.wrap h3{
	font-size: 13px;
	color: #666;
}
.direction-msg{
	line-height: 25px;
}
.tips-list{
	margin-top: 10px;
}
.tips-list li{
	float: left;
	border: 1px #ddd solid;
	height: 38px;
	line-height: 38px;
	background: #f9f9f9;
	margin-right: 10px;
	padding-right: 10px;
	color: #666;
}
.tips-list li span{
	float: left;
	height: 100%;
	font-family: 'Vijaya';
	font-weight: 700;
	font-size: 28px;
	background: #ddd;
	color: #fff;
	padding: 0 8px;
	margin-right: 10px;
}
.direction-list{
	margin-top: 10px;
}
.direction-list li{
	float: left;
	margin-right: 10px;
	border: 1px #ddd solid;
	background: #f9f9f9;
	color: #666;
	text-align: center;
}
.direction-title{
	height: 30px;
	line-height: 30px;
	background: #ddd;
	position: relative;
}
.direction-title i{
	height: 0;
	width: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
	border: 5px #ddd solid;
	border-color:  #ddd  transparent transparent  transparent ; 
}
.direction-content{
	padding: 15px;
	width: 77px;
	height: 54px;
}
.btn-box{
	margin-top: 20px;
	text-align: center;
	border-top: 1px #ddd dashed;
	padding-top:20px; 
}

.direction-pop,
#direction-pop{
	padding: 30px 0px;
	width: 800px;
	display: none;
}
.pop-content h3,
.pop-content h4,
.direction-header{
	text-align: center;
	font-size: 18px;
}
.pop-content h4 {
    font-size: 14px;
    margin-top: 10px;
}
.pop-content{
	margin-top: 10px;
	border: 1px #ddd solid;
	background: #f9f9f9;
	padding: 0 20px 20px 20px;
	color: #666;
	height: 300px;
	overflow-y: auto; 
}
.pop-content p{
	margin-top: 10px;
}
.direction-btn{
	text-align: center;
	margin-top: 10px;
}
.direction-btn .submitBtn{
	margin: 0 5px;
}


.g-group{
	border: 1px #e3ebed solid;
	background: #ecf5fe;
	padding: 8px;
	color: #7f95aa;
}
.g-group .a-link{
	font-weight: 700;
}
.MT5{
	margin-top: 5px;
}
.g-group .grayBtn{
	height: 22px;
	line-height: 22px;
}
.help-tips{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../../images/icon.png) -42px -78px no-repeat;
}
.help-msg{
	color: #7f95aa;
}

.wrap-table{
	border: 1px #ddd solid;
}
.wrap-table table{
	width: 100%;
	font-size: 12px;
	color: #666;
}
.wrap-table th{
	background: #f3f3f3;
	border-bottom: 1px #ddd solid;
	padding: 8px;
}
.wrap-table td{
	text-align: center;
	padding: 8px;
}
.no-data{
	text-align: center;
	height: 100px;
	line-height: 100px;
}
#creditpop{
	display: none;
	width: 735px;
	padding: 40px 20px;
}
#creditpop .btn-box{
	border: 0;
}
#addvip,
#editvip{
	padding: 40px 20px 20px 20px;
	display: none;
}
.table-from {
	margin-top: 20px;
}
.table-from td{
	padding-bottom: 18px;
}
.table-from .align-right{
	vertical-align: top;
	padding-top: 7px;
	color: #999;
}
.wrap-table .for-label input{
	margin-right: 5px;
	margin-top: -1px;
}
.dl-tips .tips-content {
  float: none;
  border: 0;
  padding: 30px;
  margin-left: 0;
  background: none;
  text-align: center;
}
.dl-tips .right {
  width: auto;
  float: none;
  text-align: left;
}
.action-gather,
.warningTips,
.upload-words,
.btn-upload,
.g-condition span,
.dl-tips .right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.dl-tips .word-warn {
  font-family: "Microsoft YaHei";
  color: #333;
  font-size: 18px;
  font-weight: 100;
}
.safe-icon {
	margin-left: -41px;
	vertical-align: top;
}
.warningTips {
	padding: 6px 0 0 5px;
}
.page {
    margin: 20px 0 0 0;
    text-align: right;
}
.action-gather {
    position: relative;
    top: -32px;
}
.color-focus {
	color: #f60;
	font-weight: 100;
	font-style: normal;
}
.direction-pop h4.h-index {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}
.p-footer {
	text-align: left;
}
.agree-tab {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.agree-tab td {
	border: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
}
.p-right {
	text-align: right;
}
.align-right {
	text-align: right !important;
}