index.html 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
  6. <title>法院列表</title>
  7. <link href="css/bootstrap.min.css" rel="stylesheet">
  8. <link href="css/index.css" rel="stylesheet">
  9. </head>
  10. <body>
  11. <!--PC端-->
  12. <!--导航-->
  13. <nav class="navbar navbar-default hidden-xs" role="navigation">
  14. <div class="container">
  15. <!--小屏幕导航按钮和logo-->
  16. <div class="navbar-header">
  17. <button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  18. <span class="icon-bar"></span>
  19. <span class="icon-bar"></span>
  20. <span class="icon-bar"></span>
  21. </button>
  22. <a class="navbar-brand" href="#">
  23. 首页
  24. </a>
  25. </div>
  26. <!--导航-->
  27. <div class="collapse navbar-collapse">
  28. <ul class="nav navbar-nav">
  29. <li class="active">
  30. <a href="#">
  31. 司法拍卖
  32. </a>
  33. </li>
  34. <li>
  35. <a href="#">
  36. 看法预约
  37. </a>
  38. </li>
  39. <li>
  40. <a href="#">
  41. 办证过户
  42. </a>
  43. </li>
  44. <li>
  45. <a href="#">
  46. 贷款服务
  47. </a>
  48. </li>
  49. <li>
  50. <a href="#">
  51. 新闻资讯
  52. </a>
  53. </li>
  54. <li>
  55. <a href="#">
  56. 关于我们
  57. </a>
  58. </li>
  59. </ul>
  60. <ul class="nav navbar-nav navbar-right">
  61. <li>
  62. <a href="#">
  63. 服务热线 400-0678050
  64. </a>
  65. </li>
  66. </ul>
  67. </div>
  68. </div>
  69. </nav>
  70. <div class="header hidden-xs" style="background: #DE0000">
  71. <div class="container">
  72. <div class="row title hidden-sm">
  73. <div class="col-lg-1 col-md-1 col-sm-2">
  74. <img src="img/fy.svg" class="img-circle" style="width:60px; border: 2px solid #ffffff">
  75. </div>
  76. <div class="col-lg-5 col-md-5 col-sm-5">
  77. <div class="row" style="height: 60px; line-height: 110px; font-size: 24px; font-weight: bold">
  78. <div class="col">
  79. 法院预约看样
  80. </div>
  81. </div>
  82. <div class="row" style="line-height: 40px;">
  83. <div class="col">
  84. 法院委托,专业带看样服务
  85. </div>
  86. </div>
  87. </div>
  88. <div class="col-lg-6 col-md-6 col-sm-5" style="text-align: right">
  89. <form style="margin-top: 40px;">
  90. <div class="row">
  91. <div class="col">
  92. <div class="input-group">
  93. <input type="text" class="form-control" style="height: 45px;" placeholder="搜索,输入标的关键字">
  94. <span class="input-group-btn" style="line-height: 0;">
  95. <button class="btn btn-default" style="height: 45px">
  96. <img src="img/search.svg" style="width: 25px;">
  97. </button>
  98. </span>
  99. </div>
  100. </div>
  101. </div>
  102. </form>
  103. </div>
  104. </div>
  105. <div class="row sm_title visible-sm">
  106. <div class="col-lg-1 col-md-1 col-sm-2" style="width: 13%">
  107. <img src="img/fy.svg" class="img-circle" style="width:60px; border: 2px solid #ffffff">
  108. </div>
  109. <div class="col-lg-5 col-md-5 col-sm-5">
  110. <div class="row" style="height: 60px; line-height: 80px; font-size: 20px; font-weight: bold">
  111. <div class="col">
  112. 法院预约看样
  113. </div>
  114. </div>
  115. <div class="row" style="line-height: 20px; ">
  116. <div class="col">
  117. 法院委托,专业带看样服务
  118. </div>
  119. </div>
  120. </div>
  121. <div class="col-lg-6 col-md-6 col-sm-5" style="text-align: right">
  122. <form class="bs-example bs-example-form" style="margin-top: 40px;">
  123. <div class="row">
  124. <div class="col">
  125. <div class="input-group">
  126. <input type="text" class="form-control" style="height: 35px;" placeholder="搜索,输入标的关键字">
  127. <span class="input-group-btn" style="line-height: 0;">
  128. <button class="btn btn-default" style="height: 35px">
  129. <img src="img/search.svg" style="width: 20px;">
  130. </button>
  131. </span>
  132. </div>
  133. </div>
  134. </div>
  135. </form>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div class="container hidden-xs">
  141. <!--<div class="row">
  142. <div class="col">
  143. <img class="img-responsive" style="margin: 20px 0" src="img/index-bg.png">
  144. </div>
  145. </div>-->
  146. <div class="row search">
  147. <div class="col-sm-2 col-md-2 col-lg-1">
  148. <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
  149. <option value="" selected style="display: none">市 / 区:</option>
  150. <!--<option>
  151. 成都
  152. </option>
  153. <option>
  154. 广州
  155. </option>
  156. <option>
  157. 北京
  158. </option>-->
  159. </select>
  160. </div>
  161. <div class="col-sm-2 col-md-2 col-lg-1">
  162. <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
  163. <option value="" selected style="display: none">选择法院</option>
  164. <option>
  165. 成都
  166. </option>
  167. <option>
  168. 广州
  169. </option>
  170. <option>
  171. 北京
  172. </option>
  173. </select>
  174. </div>
  175. <div class="col-sm-2 col-md-2 col-lg-1">
  176. <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
  177. <option value="" selected style="display: none">价格区间</option>
  178. <option>
  179. 成都
  180. </option>
  181. <option>
  182. 广州
  183. </option>
  184. <option>
  185. 北京
  186. </option>
  187. </select>
  188. </div>
  189. <div class="col-sm-4 col-md-4 col-lg-8">
  190. <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
  191. <option value="" selected style="display: none">默认排序</option>
  192. <option>
  193. 成都
  194. </option>
  195. <option>
  196. 广州
  197. </option>
  198. <option>
  199. 北京
  200. </option>
  201. </select>
  202. </div>
  203. </div>
  204. <div class="row" style="margin-right: -32px; margin-bottom: 40px">
  205. <div class="col-sm-3">
  206. <div class="row" style="margin-right: 1%;">
  207. <div class="col">
  208. <a href="templates/detail.html">
  209. <div style="position: relative;">
  210. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  211. 可预约
  212. </div>
  213. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  214. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  215. 离开拍还有10小时20分
  216. </div>
  217. </div>
  218. </a>
  219. </div>
  220. </div>
  221. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  222. <div class="col" style="padding: 5px">
  223. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  224. </div>
  225. </div>
  226. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  227. <div class="col" style="padding: 0 5px">
  228. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  229. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  230. </div>
  231. </div>
  232. <div class="row" style="background: #ffffff;margin-right: 1%;">
  233. <div class="col" style="padding: 0 15px 10px 15px">
  234. <button class="btn btn-danger" style="width: 100%">
  235. 看样预约
  236. </button>
  237. </div>
  238. </div>
  239. <div class="row" style="background: #ffffff;margin-right: 1%;">
  240. <div class="col">
  241. <p style="text-align: center">
  242. 已有1人看样预约
  243. </p>
  244. </div>
  245. </div>
  246. </div>
  247. <div class="col-sm-3 ">
  248. <div class="row" style="margin-right: 1%;">
  249. <div class="col">
  250. <a href="templates/detail.html">
  251. <div style="position: relative;">
  252. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  253. 可预约
  254. </div>
  255. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  256. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  257. 离开拍还有10小时20分
  258. </div>
  259. </div>
  260. </a>
  261. </div>
  262. </div>
  263. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  264. <div class="col" style="padding: 5px">
  265. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  266. </div>
  267. </div>
  268. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  269. <div class="col" style="padding: 0 5px">
  270. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  271. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  272. </div>
  273. </div>
  274. <div class="row" style="background: #ffffff;margin-right: 1%;">
  275. <div class="col" style="padding: 0 15px 10px 15px">
  276. <button class="btn btn-danger" style="width: 100%">
  277. 看样预约
  278. </button>
  279. </div>
  280. </div>
  281. <div class="row" style="background: #ffffff;margin-right: 1%;">
  282. <div class="col">
  283. <p style="text-align: center">
  284. 已有1人看样预约
  285. </p>
  286. </div>
  287. </div>
  288. </div>
  289. <div class="col-sm-3 ">
  290. <div class="row" style="margin-right: 1%;">
  291. <div class="col">
  292. <a href="templates/detail.html">
  293. <div style="position: relative;">
  294. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  295. 可预约
  296. </div>
  297. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  298. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  299. 离开拍还有10小时20分
  300. </div>
  301. </div>
  302. </a>
  303. </div>
  304. </div>
  305. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  306. <div class="col" style="padding: 5px">
  307. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  308. </div>
  309. </div>
  310. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  311. <div class="col" style="padding: 0 5px">
  312. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  313. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  314. </div>
  315. </div>
  316. <div class="row" style="background: #ffffff;margin-right: 1%;">
  317. <div class="col" style="padding: 0 15px 10px 15px">
  318. <button class="btn btn-danger" style="width: 100%">
  319. 看样预约
  320. </button>
  321. </div>
  322. </div>
  323. <div class="row" style="background: #ffffff;margin-right: 1%;">
  324. <div class="col">
  325. <p style="text-align: center">
  326. 已有1人看样预约
  327. </p>
  328. </div>
  329. </div>
  330. </div>
  331. <div class="col-sm-3 ">
  332. <div class="row" style="margin-right: 1%;">
  333. <div class="col">
  334. <a href="templates/detail.html">
  335. <div style="position: relative;">
  336. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  337. 可预约
  338. </div>
  339. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  340. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  341. 离开拍还有10小时20分
  342. </div>
  343. </div>
  344. </a>
  345. </div>
  346. </div>
  347. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  348. <div class="col" style="padding: 5px">
  349. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  350. </div>
  351. </div>
  352. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  353. <div class="col" style="padding: 0 5px">
  354. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  355. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  356. </div>
  357. </div>
  358. <div class="row" style="background: #ffffff;margin-right: 1%;">
  359. <div class="col" style="padding: 0 15px 10px 15px">
  360. <button class="btn btn-danger" style="width: 100%">
  361. 看样预约
  362. </button>
  363. </div>
  364. </div>
  365. <div class="row" style="background: #ffffff;margin-right: 1%;">
  366. <div class="col">
  367. <p style="text-align: center">
  368. 已有1人看样预约
  369. </p>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. <div class="row" style="margin-right: -32px; margin-bottom: 40px">
  375. <div class="col-sm-3 ">
  376. <div class="row" style="margin-right: 1%;">
  377. <div class="col">
  378. <a href="templates/detail.html">
  379. <div style="position: relative;">
  380. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  381. 可预约
  382. </div>
  383. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  384. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  385. 离开拍还有10小时20分
  386. </div>
  387. </div>
  388. </a>
  389. </div>
  390. </div>
  391. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  392. <div class="col" style="padding: 5px">
  393. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  394. </div>
  395. </div>
  396. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  397. <div class="col" style="padding: 0 5px">
  398. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  399. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  400. </div>
  401. </div>
  402. <div class="row" style="background: #ffffff;margin-right: 1%;">
  403. <div class="col" style="padding: 0 15px 10px 15px">
  404. <button class="btn btn-danger" style="width: 100%">
  405. 看样预约
  406. </button>
  407. </div>
  408. </div>
  409. <div class="row" style="background: #ffffff;margin-right: 1%;">
  410. <div class="col">
  411. <p style="text-align: center">
  412. 已有1人看样预约
  413. </p>
  414. </div>
  415. </div>
  416. </div>
  417. <div class="col-sm-3 ">
  418. <div class="row" style="margin-right: 1%;">
  419. <div class="col">
  420. <a href="templates/detail.html">
  421. <div style="position: relative;">
  422. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  423. 可预约
  424. </div>
  425. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  426. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  427. 离开拍还有10小时20分
  428. </div>
  429. </div>
  430. </a>
  431. </div>
  432. </div>
  433. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  434. <div class="col" style="padding: 5px">
  435. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  436. </div>
  437. </div>
  438. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  439. <div class="col" style="padding: 0 5px">
  440. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  441. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  442. </div>
  443. </div>
  444. <div class="row" style="background: #ffffff;margin-right: 1%;">
  445. <div class="col" style="padding: 0 15px 10px 15px">
  446. <button class="btn btn-danger" style="width: 100%">
  447. 看样预约
  448. </button>
  449. </div>
  450. </div>
  451. <div class="row" style="background: #ffffff;margin-right: 1%;">
  452. <div class="col">
  453. <p style="text-align: center">
  454. 已有1人看样预约
  455. </p>
  456. </div>
  457. </div>
  458. </div>
  459. <div class="col-sm-3 ">
  460. <div class="row" style="margin-right: 1%;">
  461. <div class="col">
  462. <a href="templates/detail.html">
  463. <div style="position: relative;">
  464. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  465. 可预约
  466. </div>
  467. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  468. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  469. 离开拍还有10小时20分
  470. </div>
  471. </div>
  472. </a>
  473. </div>
  474. </div>
  475. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  476. <div class="col" style="padding: 5px">
  477. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  478. </div>
  479. </div>
  480. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  481. <div class="col" style="padding: 0 5px">
  482. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  483. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  484. </div>
  485. </div>
  486. <div class="row" style="background: #ffffff;margin-right: 1%;">
  487. <div class="col" style="padding: 0 15px 10px 15px">
  488. <button class="btn btn-danger" style="width: 100%">
  489. 看样预约
  490. </button>
  491. </div>
  492. </div>
  493. <div class="row" style="background: #ffffff;margin-right: 1%;">
  494. <div class="col">
  495. <p style="text-align: center">
  496. 已有1人看样预约
  497. </p>
  498. </div>
  499. </div>
  500. </div>
  501. <div class="col-sm-3 ">
  502. <div class="row" style="margin-right: 1%;">
  503. <div class="col">
  504. <a href="templates/detail.html">
  505. <div style="position: relative;">
  506. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  507. 可预约
  508. </div>
  509. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  510. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  511. 离开拍还有10小时20分
  512. </div>
  513. </div>
  514. </a>
  515. </div>
  516. </div>
  517. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  518. <div class="col" style="padding: 5px">
  519. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  520. </div>
  521. </div>
  522. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  523. <div class="col" style="padding: 0 5px">
  524. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  525. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  526. </div>
  527. </div>
  528. <div class="row" style="background: #ffffff;margin-right: 1%;">
  529. <div class="col" style="padding: 0 15px 10px 15px">
  530. <button class="btn btn-danger" style="width: 100%">
  531. 看样预约
  532. </button>
  533. </div>
  534. </div>
  535. <div class="row" style="background: #ffffff;margin-right: 1%;">
  536. <div class="col">
  537. <p style="text-align: center">
  538. 已有1人看样预约
  539. </p>
  540. </div>
  541. </div>
  542. </div>
  543. </div>
  544. <div class="row" style="margin-right: -32px; margin-bottom: 40px">
  545. <div class="col-sm-3 ">
  546. <div class="row" style="margin-right: 1%;">
  547. <div class="col">
  548. <a href="templates/detail.html">
  549. <div style="position: relative;">
  550. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  551. 可预约
  552. </div>
  553. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  554. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  555. 离开拍还有10小时20分
  556. </div>
  557. </div>
  558. </a>
  559. </div>
  560. </div>
  561. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  562. <div class="col" style="padding: 5px">
  563. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  564. </div>
  565. </div>
  566. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  567. <div class="col" style="padding: 0 5px">
  568. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  569. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  570. </div>
  571. </div>
  572. <div class="row" style="background: #ffffff;margin-right: 1%;">
  573. <div class="col" style="padding: 0 15px 10px 15px">
  574. <button class="btn btn-danger" style="width: 100%">
  575. 看样预约
  576. </button>
  577. </div>
  578. </div>
  579. <div class="row" style="background: #ffffff;margin-right: 1%;">
  580. <div class="col">
  581. <p style="text-align: center">
  582. 已有1人看样预约
  583. </p>
  584. </div>
  585. </div>
  586. </div>
  587. <div class="col-sm-3 ">
  588. <div class="row" style="margin-right: 1%;">
  589. <div class="col">
  590. <a href="templates/detail.html">
  591. <div style="position: relative;">
  592. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  593. 可预约
  594. </div>
  595. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  596. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  597. 离开拍还有10小时20分
  598. </div>
  599. </div>
  600. </a>
  601. </div>
  602. </div>
  603. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  604. <div class="col" style="padding: 5px">
  605. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  606. </div>
  607. </div>
  608. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  609. <div class="col" style="padding: 0 5px">
  610. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  611. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  612. </div>
  613. </div>
  614. <div class="row" style="background: #ffffff;margin-right: 1%;">
  615. <div class="col" style="padding: 0 15px 10px 15px">
  616. <button class="btn btn-danger" style="width: 100%">
  617. 看样预约
  618. </button>
  619. </div>
  620. </div>
  621. <div class="row" style="background: #ffffff;margin-right: 1%;">
  622. <div class="col">
  623. <p style="text-align: center">
  624. 已有1人看样预约
  625. </p>
  626. </div>
  627. </div>
  628. </div>
  629. <div class="col-sm-3 ">
  630. <div class="row" style="margin-right: 1%;">
  631. <div class="col">
  632. <a href="templates/detail.html">
  633. <div style="position: relative;">
  634. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  635. 可预约
  636. </div>
  637. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  638. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  639. 离开拍还有10小时20分
  640. </div>
  641. </div>
  642. </a>
  643. </div>
  644. </div>
  645. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  646. <div class="col" style="padding: 5px">
  647. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  648. </div>
  649. </div>
  650. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  651. <div class="col" style="padding: 0 5px">
  652. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  653. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  654. </div>
  655. </div>
  656. <div class="row" style="background: #ffffff;margin-right: 1%;">
  657. <div class="col" style="padding: 0 15px 10px 15px">
  658. <button class="btn btn-danger" style="width: 100%">
  659. 看样预约
  660. </button>
  661. </div>
  662. </div>
  663. <div class="row" style="background: #ffffff;margin-right: 1%;">
  664. <div class="col">
  665. <p style="text-align: center">
  666. 已有1人看样预约
  667. </p>
  668. </div>
  669. </div>
  670. </div>
  671. <div class="col-sm-3 ">
  672. <div class="row" style="margin-right: 1%;">
  673. <div class="col">
  674. <a href="templates/detail.html">
  675. <div style="position: relative;">
  676. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  677. 可预约
  678. </div>
  679. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  680. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  681. 离开拍还有10小时20分
  682. </div>
  683. </div>
  684. </a>
  685. </div>
  686. </div>
  687. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  688. <div class="col" style="padding: 5px">
  689. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  690. </div>
  691. </div>
  692. <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
  693. <div class="col" style="padding: 0 5px">
  694. <p class="hidden-sm" style="">开拍时间 &nbsp;2017-08-10 10:00时</p>
  695. <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
  696. </div>
  697. </div>
  698. <div class="row" style="background: #ffffff;margin-right: 1%;">
  699. <div class="col" style="padding: 0 15px 10px 15px">
  700. <button class="btn btn-danger" style="width: 100%">
  701. 看样预约
  702. </button>
  703. </div>
  704. </div>
  705. <div class="row" style="background: #ffffff;margin-right: 1%;">
  706. <div class="col">
  707. <p style="text-align: center">
  708. 已有1人看样预约
  709. </p>
  710. </div>
  711. </div>
  712. </div>
  713. </div>
  714. <div class="row page hidden-xs">
  715. <div class="col">
  716. <ul class="pagination">
  717. <li><a href="#">&laquo;</a></li>
  718. <li class="active"><a href="#">1</a></li>
  719. <li><a href="#">2</a></li>
  720. <li><a href="#">3</a></li>
  721. <li><a href="#">4</a></li>
  722. <li><a href="#">5</a></li>
  723. <li><a href="#">&raquo;</a></li>
  724. </ul>
  725. </div>
  726. </div>
  727. </div>
  728. <!--<div class="footer hidden-xs">
  729. <div class="container">
  730. <div class="row link">
  731. <div class="col-sm-1" style="padding: 0; width: 10%;">
  732. 合作伙伴:
  733. </div>
  734. <div class="col-sm-8" style="width: 68%;">
  735. <ul class="recommendation_ul">
  736. <li class="link_click"><a href="http://www.icbc.com.cn/icbc/" target="_blank">中国工商银行</a></li>
  737. <li class="link_click"><a href="http://www.abchina.com/cn/" target="_blank">中国农业银行</a></li>
  738. <li class="link_click"><a href="http://www.citicbank.com/" target="_blank">中信银行</a></li>
  739. <li class="link_click"><a href="http://ccc.spdb.com.cn/" target="_blank">浦发银行</a></li>
  740. <li class="link_click"><a href="http://www.cinda.com.cn/xdjt/xdjtpd/index.shtml" target="_blank">中国信达</a></li>
  741. <li class="link_click"><a href="https://sf.taobao.com/" target="_blank">淘宝司法拍卖</a></li>
  742. </ul>
  743. </div>
  744. <div class="col-sm-2" style="width: 22%; padding: 0; text-align: right">
  745. 服务热线:400-0678-050
  746. </div>
  747. </div>
  748. <div class="row link">
  749. <div class="col-sm-1" style="padding: 0; width: 10%;">
  750. 推荐城市:
  751. </div>
  752. <div class="col-sm-8" style="width: 75%;">
  753. <ul class="recommendation_ul">
  754. <li class="link_click"><a href="http://nanjing.51zhupai.com">南京房产拍卖网</a></li>
  755. <li class="link_click"><a href="http://suzhou.51zhupai.com">苏州房产拍卖网</a></li>
  756. <li class="link_click"><a href="http://hangzhou.51zhupai.com">杭州房产拍卖网</a></li>
  757. <li class="link_click"><a href="http://ningbo.51zhupai.com">宁波房产拍卖网</a></li>
  758. <li class="link_click"><a href="http://wenzhou.51zhupai.com">温州房产拍卖网</a></li>
  759. <li class="link_click"><a href="http://shaoxing.51zhupai.com">绍兴房产拍卖网</a></li>
  760. <li class="link_click"><a href="http://jinhua.51zhupai.com">金华房产拍卖网</a></li>
  761. <li class="link_click"><a href="http://jiaxing.51zhupai.com">嘉兴房产拍卖网</a></li>
  762. <li class="link_click"><a href="http://taizhou.51zhupai.com">台州房产拍卖网</a></li>
  763. <li class="link_click"><a href="http://huzhou.51zhupai.com">湖州房产拍卖网</a></li>
  764. <li class="link_click"><a href="http://lishui.51zhupai.com">丽水房产拍卖网</a></li>
  765. <li class="link_click"><a href="http://zhoushan.51zhupai.com">舟山房产拍卖网</a></li>
  766. <li class="link_click"><a href="http://quzhou.51zhupai.com">衢州房产拍卖网</a></li>
  767. <li class="link_click"><a href="http://fuzhou.51zhupai.com">福州房产拍卖网</a></li>
  768. <li class="link_click"><a href="http://xiamen.51zhupai.com">厦门房产拍卖网</a></li>
  769. <li class="link_click"><a href="http://quanzhou.51zhupai.com">泉州房产拍卖网</a></li>
  770. <li class="link_click"><a href="http://zhangzhou.51zhupai.com">漳州房产拍卖网</a></li>
  771. <li class="link_click"><a href="http://putian.51zhupai.com">莆田房产拍卖网</a></li>
  772. <li class="link_click"><a href="http://sanming.51zhupai.com">三明房产拍卖网</a></li>
  773. <li class="link_click"><a href="http://nanping.51zhupai.com">南平房产拍卖网</a></li>
  774. <li class="link_click"><a href="http://ningde.51zhupai.com">宁德房产拍卖网</a></li>
  775. <li class="link_click"><a href="http://longyan.51zhupai.com">龙岩房产拍卖网</a></li>
  776. <li class="link_click"><a href="http://guangzhou.51zhupai.com">广州房产拍卖网</a></li>
  777. <li class="link_click"><a href="http://huizhou.51zhupai.com">惠州房产拍卖网</a></li>
  778. <li class="link_click"><a href="http://dongguan.51zhupai.com">东莞房产拍卖网</a></li>
  779. <li class="link_click"><a href="http://chengdu.51zhupai.com">成都房产拍卖网</a></li>
  780. <li class="link_click"><a href="http://beijing.51zhupai.com">北京房产拍卖网</a></li>
  781. <li class="link_click"><a href="http://shanghai.51zhupai.com">上海房产拍卖网</a></li>
  782. <li class="link_click"><a href="http://chongqing.51zhupai.com">重庆房产拍卖网</a></li>
  783. </ul>
  784. </div>
  785. <div class="col-sm-2" style="width: 15%; padding: 0; text-align: right">
  786. <img src="img/weixin_shao.png">
  787. </div>
  788. </div>
  789. <div class="row" style="padding: 20px 0;">
  790. <div class="col-lg-2 col-md-2 col-sm-3">
  791. <div class="row">
  792. <div class="col-lg-3 col-md-4 col-sm-3" style="padding-left: 0">
  793. <img src="img/fy_footer.svg" class="img-circle" style="width:40px; height: 40px; border: 2px solid #AAAAAA;">
  794. </div>
  795. <div class="col-lg-9 col-md-8 col-sm-9">
  796. <div class="row">
  797. <div class="col" style="font-size: 18px; font-weight: bold">
  798. 助拍网
  799. </div>
  800. <div class="col">
  801. <span style="font-size: 12px">51zhupai.com</span>
  802. </div>
  803. </div>
  804. </div>
  805. </div>
  806. </div>
  807. <div class="col-lg-10 col-md-10 col-sm-9">
  808. <div class="row">
  809. <div class="col-sm-12">
  810. <ul class="recommendation_ul">
  811. <li class="link_click"><a href="http://www.51zhupai.com/help/about">联系我们</a></li>
  812. <li class="link_click"><a href="http://www.51zhupai.com/help/about">关于我们</a></li>
  813. <li class="link_click"><a href="http://www.51zhupai.com/help/register">服务条款</a></li>
  814. <li class="link_click"><a href="http://www.51zhupai.com/help/disclaimer">免责声明</a></li>
  815. <li class="link_click"><a href="http://www.51zhupai.com/help/copyright">版权声明</a></li>
  816. </ul>
  817. </div>
  818. </div>
  819. <div class="row">
  820. <div class="col-sm-12">
  821. <ul class="recommendation_ul">
  822. <li class="link_click">
  823. <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010602001556">Copyright©2010-2015 助拍网版权所有 浙ICP备15033350号 浙公网安备 33010602001556号</a>
  824. </li>
  825. </ul>
  826. </div>
  827. </div>
  828. </div>
  829. </div>
  830. </div>
  831. </div>-->
  832. <!--移动端-->
  833. <div class="container visible-xs">
  834. <div class="row" style="margin: 10px -20px 10px -20px">
  835. <div class="col-xs-12">
  836. <div class="input-group">
  837. <input type="text" class="form-control" style="height: 40px;" placeholder="搜索,输入标的关键字">
  838. <span class="input-group-btn" style="line-height: 0;">
  839. <button class="btn btn-default" style="height: 40px">
  840. <img src="img/search.svg" style="width: 20px;">
  841. </button>
  842. </span>
  843. </div>
  844. </div>
  845. </div>
  846. <div class="row" style="margin-bottom: 10px">
  847. <div class="col-xs-12">
  848. <div class="row">
  849. <div class="col-xs-2">
  850. <select style="height: 30px;">
  851. <option selected style="display: none">市/区</option>
  852. <option>2</option>
  853. <option>3</option>
  854. <option>4</option>
  855. <option>5</option>
  856. </select>
  857. </div>
  858. <div class="col-xs-2">
  859. <select style="height: 30px;">
  860. <option selected style="display: none">类型</option>
  861. <option>2</option>
  862. <option>3</option>
  863. <option>4</option>
  864. <option>5</option>
  865. </select>
  866. </div>
  867. <div class="col-xs-2">
  868. <select style="height: 30px;">
  869. <option selected style="display: none">法院</option>
  870. <option>2</option>
  871. <option>3</option>
  872. <option>4</option>
  873. <option>5</option>
  874. </select>
  875. </div>
  876. <div class="col-xs-2">
  877. <select style="height: 30px;">
  878. <option selected style="display: none">价格</option>
  879. <option>2</option>
  880. <option>3</option>
  881. <option>4</option>
  882. <option>5</option>
  883. </select>
  884. </div>
  885. <div class="col-xs-4">
  886. <select style="height: 30px;">
  887. <option selected style="display: none">默认排序</option>
  888. <option>2</option>
  889. <option>3</option>
  890. <option>4</option>
  891. <option>5</option>
  892. </select>
  893. </div>
  894. </div>
  895. </div>
  896. </div>
  897. <div class="row">
  898. <div class="col-xs-6" style="margin-bottom: 20px">
  899. <div class="row" style="margin-left: -5px; margin-right: -8px">
  900. <div class="col">
  901. <a href="templates/detail.html">
  902. <div style="position: relative;">
  903. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  904. 可预约
  905. </div>
  906. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  907. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  908. 离开拍还有10小时20分
  909. </div>
  910. </div>
  911. </a>
  912. </div>
  913. </div>
  914. <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
  915. <div class="col" style="padding: 5px 5px 0 5px">
  916. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  917. </div>
  918. </div>
  919. <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
  920. <div class="col" style="padding: 0 5px 5px 5px">
  921. 开拍时间<br>2017-08-10 10:00时
  922. </div>
  923. </div>
  924. <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
  925. <div class="col" style="padding: 0 15px 10px 15px">
  926. <button class="btn btn-danger" style="width: 100%">
  927. 看样预约
  928. </button>
  929. </div>
  930. </div>
  931. <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
  932. <div class="col">
  933. <p style="text-align: center">
  934. 已有1人看样预约
  935. </p>
  936. </div>
  937. </div>
  938. </div>
  939. <div class="col-xs-6" style="margin-bottom: 20px">
  940. <div class="row" style="margin-left: -8px; margin-right: -5px">
  941. <div class="col">
  942. <a href="templates/detail.html">
  943. <div style="position: relative;">
  944. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  945. 可预约
  946. </div>
  947. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  948. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  949. 离开拍还有10小时20分
  950. </div>
  951. </div>
  952. </a>
  953. </div>
  954. </div>
  955. <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
  956. <div class="col" style="padding: 5px 5px 0 5px">
  957. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  958. </div>
  959. </div>
  960. <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
  961. <div class="col" style="padding: 0 5px 5px 5px">
  962. 开拍时间<br>2017-08-10 10:00时
  963. </div>
  964. </div>
  965. <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
  966. <div class="col" style="padding: 0 15px 10px 15px">
  967. <button class="btn btn-danger" style="width: 100%">
  968. 看样预约
  969. </button>
  970. </div>
  971. </div>
  972. <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
  973. <div class="col">
  974. <p style="text-align: center">
  975. 已有1人看样预约
  976. </p>
  977. </div>
  978. </div>
  979. </div>
  980. </div>
  981. <div class="row">
  982. <div class="col-xs-6" style="margin-bottom: 20px">
  983. <div class="row" style="margin-left: -5px; margin-right: -8px">
  984. <div class="col">
  985. <a href="templates/detail.html">
  986. <div style="position: relative;">
  987. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  988. 可预约
  989. </div>
  990. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  991. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  992. 离开拍还有10小时20分
  993. </div>
  994. </div>
  995. </a>
  996. </div>
  997. </div>
  998. <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
  999. <div class="col" style="padding: 5px 5px 0 5px">
  1000. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  1001. </div>
  1002. </div>
  1003. <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
  1004. <div class="col" style="padding: 0 5px 5px 5px">
  1005. 开拍时间<br>2017-08-10 10:00时
  1006. </div>
  1007. </div>
  1008. <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
  1009. <div class="col" style="padding: 0 15px 10px 15px">
  1010. <button class="btn btn-danger" style="width: 100%">
  1011. 看样预约
  1012. </button>
  1013. </div>
  1014. </div>
  1015. <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
  1016. <div class="col">
  1017. <p style="text-align: center">
  1018. 已有1人看样预约
  1019. </p>
  1020. </div>
  1021. </div>
  1022. </div>
  1023. <div class="col-xs-6" style="margin-bottom: 20px">
  1024. <div class="row" style="margin-left: -8px; margin-right: -5px">
  1025. <div class="col">
  1026. <a href="templates/detail.html">
  1027. <div style="position: relative;">
  1028. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  1029. 可预约
  1030. </div>
  1031. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  1032. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  1033. 离开拍还有10小时20分
  1034. </div>
  1035. </div>
  1036. </a>
  1037. </div>
  1038. </div>
  1039. <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
  1040. <div class="col" style="padding: 5px 5px 0 5px">
  1041. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  1042. </div>
  1043. </div>
  1044. <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
  1045. <div class="col" style="padding: 0 5px 5px 5px">
  1046. 开拍时间<br>2017-08-10 10:00时
  1047. </div>
  1048. </div>
  1049. <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
  1050. <div class="col" style="padding: 0 15px 10px 15px">
  1051. <button class="btn btn-danger" style="width: 100%">
  1052. 看样预约
  1053. </button>
  1054. </div>
  1055. </div>
  1056. <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
  1057. <div class="col">
  1058. <p style="text-align: center">
  1059. 已有1人看样预约
  1060. </p>
  1061. </div>
  1062. </div>
  1063. </div>
  1064. </div>
  1065. <div class="row">
  1066. <div class="col-xs-6" style="margin-bottom: 20px">
  1067. <div class="row" style="margin-left: -5px; margin-right: -8px">
  1068. <div class="col">
  1069. <a href="templates/detail.html">
  1070. <div style="position: relative;">
  1071. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  1072. 可预约
  1073. </div>
  1074. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  1075. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  1076. 离开拍还有10小时20分
  1077. </div>
  1078. </div>
  1079. </a>
  1080. </div>
  1081. </div>
  1082. <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
  1083. <div class="col" style="padding: 5px 5px 0 5px">
  1084. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  1085. </div>
  1086. </div>
  1087. <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
  1088. <div class="col" style="padding: 0 5px 5px 5px">
  1089. 开拍时间<br>2017-08-10 10:00时
  1090. </div>
  1091. </div>
  1092. <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
  1093. <div class="col" style="padding: 0 15px 10px 15px">
  1094. <button class="btn btn-danger" style="width: 100%">
  1095. 看样预约
  1096. </button>
  1097. </div>
  1098. </div>
  1099. <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
  1100. <div class="col">
  1101. <p style="text-align: center">
  1102. 已有1人看样预约
  1103. </p>
  1104. </div>
  1105. </div>
  1106. </div>
  1107. <div class="col-xs-6" style="margin-bottom: 20px">
  1108. <div class="row" style="margin-left: -8px; margin-right: -5px">
  1109. <div class="col">
  1110. <a href="templates/detail.html">
  1111. <div style="position: relative;">
  1112. <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
  1113. 可预约
  1114. </div>
  1115. <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
  1116. <div style="position: absolute; color: #ffffff; padding: 5px; width: 100%; text-align: center; bottom: 0; z-index: 100; background: rgba(27, 28, 25,0.7);">
  1117. 离开拍还有10小时20分
  1118. </div>
  1119. </div>
  1120. </a>
  1121. </div>
  1122. </div>
  1123. <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
  1124. <div class="col" style="padding: 5px 5px 0 5px">
  1125. <p>起拍价 &nbsp;<span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
  1126. </div>
  1127. </div>
  1128. <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
  1129. <div class="col" style="padding: 0 5px 5px 5px">
  1130. 开拍时间<br>2017-08-10 10:00时
  1131. </div>
  1132. </div>
  1133. <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
  1134. <div class="col" style="padding: 0 15px 10px 15px">
  1135. <button class="btn btn-danger" style="width: 100%">
  1136. 看样预约
  1137. </button>
  1138. </div>
  1139. </div>
  1140. <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
  1141. <div class="col">
  1142. <p style="text-align: center">
  1143. 已有1人看样预约
  1144. </p>
  1145. </div>
  1146. </div>
  1147. </div>
  1148. </div>
  1149. </div>
  1150. <div class="row page visible-xs">
  1151. <div class="col">
  1152. <ul class="pagination">
  1153. <li><a href="#">&laquo;</a></li>
  1154. <li class="active"><a href="#">1</a></li>
  1155. <li><a href="#">2</a></li>
  1156. <li><a href="#">3</a></li>
  1157. <li><a href="#">4</a></li>
  1158. <li><a href="#">5</a></li>
  1159. <li><a href="#">&raquo;</a></li>
  1160. </ul>
  1161. </div>
  1162. </div>
  1163. <script src="js/jquery.min.js"></script>
  1164. <script src="js/bootstrap.min.js"></script>
  1165. </body>
  1166. </html>