正在显示
1 个修改的文件
包含
9 行增加
和
0 行删除
@@ -9,6 +9,15 @@ | @@ -9,6 +9,15 @@ | ||
9 | <title>教练列表</title> | 9 | <title>教练列表</title> |
10 | <link rel="stylesheet" href="/static/css/common.css"> | 10 | <link rel="stylesheet" href="/static/css/common.css"> |
11 | <link rel="stylesheet" href="/static/css/style.css"> | 11 | <link rel="stylesheet" href="/static/css/style.css"> |
12 | + <style type="text/css"> | ||
13 | + .orderList h1 b{ | ||
14 | + display: block; | ||
15 | + font-size: 14px; | ||
16 | + color:#999; | ||
17 | + text-align: center; | ||
18 | + padding:10px 0; | ||
19 | + } | ||
20 | + </style> | ||
12 | </head> | 21 | </head> |
13 | <body style="background-color: #f6f6f6;"> | 22 | <body style="background-color: #f6f6f6;"> |
14 | <div class="box"> | 23 | <div class="box"> |
-
请 注册 或 登录 后发表评论