Browse Source

一元捐的后台管理项目添加分页样式

hangb 8 years ago
parent
commit
4064171aa7
1 changed files with 93 additions and 1 deletions
  1. 93 1
      donate-console/src/main/webapp/resources/css/base.css

+ 93 - 1
donate-console/src/main/webapp/resources/css/base.css

@@ -70,4 +70,96 @@ input,button,select,textarea{outline:none}
 .text-center{
 	text-align: center !important;
 }
-/*通用颜色*/
+/*通用颜色*/
+
+
+
+/*分页效果*/
+#form .ng-isolate-scope{
+	position: absolute;
+	bottom: 50px;
+	left: 50px;
+	width: 100%;
+}
+.ng-table-pager .ng-table-counts{
+	display: none;
+}
+.ng-table-pager .pagination{
+	padding-left: 50px;
+	width: 100%;
+}
+.ng-table-pager .pagination li{
+	height: 35px;
+	line-height: 35px;
+}
+.ng-table-pager .pagination li a{
+	display: inline-block;
+	padding: 0 5px;
+	height: 35px;
+	line-height: 35px;
+	text-align: center;
+	font-size: 14px;
+	color: #333;
+	border-radius: 3px;
+}
+.ng-table-pager .pagination li a span{
+	display: inline-block;
+	width: 35px;
+	height: 35px;
+	line-height: 35px;
+	text-align: center;
+	font-size: 14px;
+	color: #333;
+	border-radius: 3px;
+}
+.ng-table-pager .pagination li.active a,.ng-table-pager .pagination li:hover a{
+	font-size: 14px;
+	color: #333;
+}
+.ng-table-pager .btn-default.active, .ng-table-pager .btn-default:hover, .ng-table-pager .pagination>.disabled>a, .ng-table-pager .pagination>li>a:hover {
+	color: #fff;
+	background-color: #ef613b;
+	border-color: #ef613b;
+}
+.ng-table-pager .pagination>.disabled>a span, .ng-table-pager .pagination>li>a:hover span{
+	color: #fff;
+}
+.page-record{
+	height: 35px;
+	line-height: 35px;
+}
+.page-record span:first-child {
+	margin: 0 10px;
+}
+.page-record span input{
+	margin: 0 5px;
+	width: 40px;
+	height: 35px;
+	line-height: 35px;
+	text-align: center;
+	font-size: 14px;
+	color: #333;
+	border-radius: 3px;
+	border: 1px solid #ddd;
+}
+.page-record span input:focus{
+	border-color: #4574e8;
+}
+.page-record span button {
+	margin-left: 5px;
+	width: 40px;
+	height: 35px;
+	line-height: 35px;
+	text-align: center;
+	font-size: 14px;
+	color: #333;
+	background: none;
+	border: 1px solid #ddd;
+	border-radius: 3px;
+	cursor: pointer ;
+}
+.page-record span button:hover{
+	background: #ef613b;
+	border: 1px solid transparent ;
+	color: #fff;
+}