| | |
| | | height: 224px; |
| | | /* background-color: aquamarine; */ |
| | | |
| | | background: #00d2ff; |
| | | background: #0BB9C8; |
| | | /* fallback for old browsers */ |
| | | background: -webkit-linear-gradient(to left, #00d2ff, #13b0ee, #13b0ee, #00d2ff); |
| | | background: -webkit-linear-gradient(to left, #0BB9C8, #0cd9e7, #0cd9e7, #0BB9C8); |
| | | /* Chrome 10-25, Safari 5.1-6 */ |
| | | background: linear-gradient(to left, #00d2ff, #13b0ee, #13b0ee, #00d2ff); |
| | | background: linear-gradient(to left, #0BB9C8, #0cd9e7, #0cd9e7, #0BB9C8); |
| | | /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | .content { |
| | | margin-top: 5px; |
| | | width: 90%; |
| | | height: 500px; |
| | | margin: 5px 0; |
| | | padding: 5px; |
| | | width: 95%; |
| | | background-color: rgba(65, 64, 66, 0.1); |
| | | border-radius: 5px; |
| | | display: flex; |
| | |
| | | </div> |
| | | |
| | | <div class="row-content"> |
| | | <span class="title">是否派遣</span></span> |
| | | <span> ${data.dispatch == 0 ? '已派遣' : '未派遣'}</span> |
| | | </div> |
| | | |
| | | <div class="row-content"> |
| | | <span class="title">联系电话</span> |
| | | <span> ${data.phone}</span> |
| | | </div> |
| | |
| | | <span class="title">保安证编号</span> |
| | | <span> ${data.securitynumber}</span> |
| | | </div> |
| | | |
| | | |
| | | </div>` |
| | | |