...
|
...
|
@@ -9,6 +9,15 @@ |
|
|
<title>教练列表</title>
|
|
|
<link rel="stylesheet" href="/static/css/common.css">
|
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
|
<style type="text/css">
|
|
|
.orderList h1 b{
|
|
|
display: block;
|
|
|
font-size: 14px;
|
|
|
color:#999;
|
|
|
text-align: center;
|
|
|
padding:10px 0;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body style="background-color: #f6f6f6;">
|
|
|
<div class="box">
|
...
|
...
|
|