...
|
...
|
@@ -14,6 +14,20 @@ |
|
|
<title>我要雇人</title>
|
|
|
<script type="text/javascript" src="__TMPL__/public/assets/js/jquery.min.js"></script>
|
|
|
<script type="text/javascript" src="__TMPL__/public/assets/js/base.js"></script>
|
|
|
<style>
|
|
|
.orderfoot{
|
|
|
width: 1.8rem;
|
|
|
height: 0.6rem;
|
|
|
border-radius: 0.3rem;
|
|
|
background: #3598FE;
|
|
|
color: #fff;
|
|
|
font-size: 0.24rem;
|
|
|
text-align: center;
|
|
|
line-height: 0.6rem;
|
|
|
margin-right: 0.32rem;
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container">
|
...
|
...
|
|