﻿/*
 * 用户促销组件样式表
 */
.ucx-list {
	border:solid 1px #eee;
	margin-bottom:5px;
	padding:10px 15px;
	overflow:hidden;
	border-radius:10px;
}
.ucx-list div {
	font:bold 14px/30px airal sans-serif;
	border-bottom:dashed 1px #eee;
	margin-bottom:10px;
}
.ucx-list ul {
	font:14px/30px airal sans-serif;
}

/*工具条*/
.ucx-tools {
	height:25px;
	font:12px/25px arial,sans-serif;
	text-align:right;
	margin-bottom:10px;
	background-color:#f9f9f9;
}
/*展示*/
.ucx-show {
	border:solid 1px #eee;
	padding:20px 18px;
	overflow:hidden;
	font:14px/2em arial,宋体;
	background:#fff;
	margin-bottom:10px;
	border-radius:10px;
}
.ucx-show .title {
	font:bold 24px/60px arial,sans-serif;
}
.ucx-show .status {
	height:20px;
	font:12px/1em arial,宋体;
	border-bottom:dashed 1px #eee;
	margin-bottom:10px;
}
.ucx-show .content {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dashed 1px #eee;
	height:100%;
	width:100%;
}
.ucx-show .share {
	background:#fff;
}