12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
- <title>法院列表</title>
- <link href="css/bootstrap.min.css" rel="stylesheet">
- <link href="css/index.css" rel="stylesheet">
- </head>
- <body>
- <!--PC端-->
- <!--导航-->
- <nav class="navbar navbar-default hidden-xs" role="navigation">
- <div class="container">
- <!--小屏幕导航按钮和logo-->
- <div class="navbar-header">
- <button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="#">
- 首页
- </a>
- </div>
- <!--导航-->
- <div class="collapse navbar-collapse">
- <ul class="nav navbar-nav">
- <li class="active">
- <a href="#">
- 司法拍卖
- </a>
- </li>
- <li>
- <a href="#">
- 看法预约
- </a>
- </li>
- <li>
- <a href="#">
- 办证过户
- </a>
- </li>
- <li>
- <a href="#">
- 贷款服务
- </a>
- </li>
- <li>
- <a href="#">
- 新闻资讯
- </a>
- </li>
- <li>
- <a href="#">
- 关于我们
- </a>
- </li>
- </ul>
- <ul class="nav navbar-nav navbar-right">
- <li>
- <a href="#">
- 服务热线 400-0678050
- </a>
- </li>
- </ul>
- </div>
- </div>
- </nav>
- <div class="header hidden-xs" style="background: #DE0000">
- <div class="container">
- <div class="row title hidden-sm">
- <div class="col-lg-1 col-md-1 col-sm-2">
- <img src="img/fy.svg" class="img-circle" style="width:60px; border: 2px solid #ffffff">
- </div>
- <div class="col-lg-5 col-md-5 col-sm-5">
- <div class="row" style="height: 60px; line-height: 110px; font-size: 24px; font-weight: bold">
- <div class="col">
- 法院预约看样
- </div>
- </div>
- <div class="row" style="line-height: 40px;">
- <div class="col">
- 法院委托,专业带看样服务
- </div>
- </div>
- </div>
- <div class="col-lg-6 col-md-6 col-sm-5" style="text-align: right">
- <form style="margin-top: 40px;">
- <div class="row">
- <div class="col">
- <div class="input-group">
- <input type="text" class="form-control" style="height: 45px;" placeholder="搜索,输入标的关键字">
- <span class="input-group-btn" style="line-height: 0;">
- <button class="btn btn-default" style="height: 45px">
- <img src="img/search.svg" style="width: 25px;">
- </button>
- </span>
- </div>
- </div>
- </div>
- </form>
- </div>
- </div>
- <div class="row sm_title visible-sm">
- <div class="col-lg-1 col-md-1 col-sm-2" style="width: 13%">
- <img src="img/fy.svg" class="img-circle" style="width:60px; border: 2px solid #ffffff">
- </div>
- <div class="col-lg-5 col-md-5 col-sm-5">
- <div class="row" style="height: 60px; line-height: 80px; font-size: 20px; font-weight: bold">
- <div class="col">
- 法院预约看样
- </div>
- </div>
- <div class="row" style="line-height: 20px; ">
- <div class="col">
- 法院委托,专业带看样服务
- </div>
- </div>
- </div>
- <div class="col-lg-6 col-md-6 col-sm-5" style="text-align: right">
- <form class="bs-example bs-example-form" style="margin-top: 40px;">
- <div class="row">
- <div class="col">
- <div class="input-group">
- <input type="text" class="form-control" style="height: 35px;" placeholder="搜索,输入标的关键字">
- <span class="input-group-btn" style="line-height: 0;">
- <button class="btn btn-default" style="height: 35px">
- <img src="img/search.svg" style="width: 20px;">
- </button>
- </span>
- </div>
- </div>
- </div>
- </form>
- </div>
- </div>
- </div>
- </div>
- <div class="container hidden-xs">
- <!--<div class="row">
- <div class="col">
- <img class="img-responsive" style="margin: 20px 0" src="img/index-bg.png">
- </div>
- </div>-->
- <div class="row search">
- <div class="col-sm-2 col-md-2 col-lg-1">
- <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
- <option value="" selected style="display: none">市 / 区:</option>
- <option>
- 成都
- </option>
- <option>
- 广州
- </option>
- <option>
- 北京
- </option>
- </select>
- </div>
- <div class="col-sm-2 col-md-2 col-lg-1">
- <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
- <option value="" selected style="display: none">类型选择</option>
- <option>
- 成都
- </option>
- <option>
- 广州
- </option>
- <option>
- 北京
- </option>
- </select>
- </div>
- <div class="col-sm-2 col-md-2 col-lg-1">
- <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
- <option value="" selected style="display: none">选择法院</option>
- <option>
- 成都
- </option>
- <option>
- 广州
- </option>
- <option>
- 北京
- </option>
- </select>
- </div>
- <div class="col-sm-2 col-md-2 col-lg-1">
- <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
- <option value="" selected style="display: none">价格区间</option>
- <option>
- 成都
- </option>
- <option>
- 广州
- </option>
- <option>
- 北京
- </option>
- </select>
- </div>
- <div class="col-sm-4 col-md-4 col-lg-8">
- <select style="height: 30px; border-radius: 20px; outline: none; padding-left: 5px;">
- <option value="" selected style="display: none">默认排序</option>
- <option>
- 成都
- </option>
- <option>
- 广州
- </option>
- <option>
- 北京
- </option>
- </select>
- </div>
- </div>
- <div class="row" style="margin-right: -32px; margin-bottom: 40px">
- <div class="col-sm-3">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- </div>
- <div class="row" style="margin-right: -32px; margin-bottom: 40px">
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- </div>
- <div class="row" style="margin-right: -32px; margin-bottom: 40px">
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-sm-3 ">
- <div class="row" style="margin-right: 1%;">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-right: 1%;">
- <div class="col" style="padding: 0 5px">
- <p class="hidden-sm" style="">开拍时间 2017-08-10 10:00时</p>
- <p class="visible-sm" style="">开拍时间<br>2017-08-10 10:00时</p>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-right: 1%;">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- </div>
- <div class="row page hidden-xs">
- <div class="col">
- <ul class="pagination">
- <li><a href="#">«</a></li>
- <li class="active"><a href="#">1</a></li>
- <li><a href="#">2</a></li>
- <li><a href="#">3</a></li>
- <li><a href="#">4</a></li>
- <li><a href="#">5</a></li>
- <li><a href="#">»</a></li>
- </ul>
- </div>
- </div>
- </div>
- <!--<div class="footer hidden-xs">
- <div class="container">
- <div class="row link">
- <div class="col-sm-1" style="padding: 0; width: 10%;">
- 合作伙伴:
- </div>
- <div class="col-sm-8" style="width: 68%;">
- <ul class="recommendation_ul">
- <li class="link_click"><a href="http://www.icbc.com.cn/icbc/" target="_blank">中国工商银行</a></li>
- <li class="link_click"><a href="http://www.abchina.com/cn/" target="_blank">中国农业银行</a></li>
- <li class="link_click"><a href="http://www.citicbank.com/" target="_blank">中信银行</a></li>
- <li class="link_click"><a href="http://ccc.spdb.com.cn/" target="_blank">浦发银行</a></li>
- <li class="link_click"><a href="http://www.cinda.com.cn/xdjt/xdjtpd/index.shtml" target="_blank">中国信达</a></li>
- <li class="link_click"><a href="https://sf.taobao.com/" target="_blank">淘宝司法拍卖</a></li>
- </ul>
- </div>
- <div class="col-sm-2" style="width: 22%; padding: 0; text-align: right">
- 服务热线:400-0678-050
- </div>
- </div>
- <div class="row link">
- <div class="col-sm-1" style="padding: 0; width: 10%;">
- 推荐城市:
- </div>
- <div class="col-sm-8" style="width: 75%;">
- <ul class="recommendation_ul">
- <li class="link_click"><a href="http://nanjing.51zhupai.com">南京房产拍卖网</a></li>
- <li class="link_click"><a href="http://suzhou.51zhupai.com">苏州房产拍卖网</a></li>
- <li class="link_click"><a href="http://hangzhou.51zhupai.com">杭州房产拍卖网</a></li>
- <li class="link_click"><a href="http://ningbo.51zhupai.com">宁波房产拍卖网</a></li>
- <li class="link_click"><a href="http://wenzhou.51zhupai.com">温州房产拍卖网</a></li>
- <li class="link_click"><a href="http://shaoxing.51zhupai.com">绍兴房产拍卖网</a></li>
- <li class="link_click"><a href="http://jinhua.51zhupai.com">金华房产拍卖网</a></li>
- <li class="link_click"><a href="http://jiaxing.51zhupai.com">嘉兴房产拍卖网</a></li>
- <li class="link_click"><a href="http://taizhou.51zhupai.com">台州房产拍卖网</a></li>
- <li class="link_click"><a href="http://huzhou.51zhupai.com">湖州房产拍卖网</a></li>
- <li class="link_click"><a href="http://lishui.51zhupai.com">丽水房产拍卖网</a></li>
- <li class="link_click"><a href="http://zhoushan.51zhupai.com">舟山房产拍卖网</a></li>
- <li class="link_click"><a href="http://quzhou.51zhupai.com">衢州房产拍卖网</a></li>
- <li class="link_click"><a href="http://fuzhou.51zhupai.com">福州房产拍卖网</a></li>
- <li class="link_click"><a href="http://xiamen.51zhupai.com">厦门房产拍卖网</a></li>
- <li class="link_click"><a href="http://quanzhou.51zhupai.com">泉州房产拍卖网</a></li>
- <li class="link_click"><a href="http://zhangzhou.51zhupai.com">漳州房产拍卖网</a></li>
- <li class="link_click"><a href="http://putian.51zhupai.com">莆田房产拍卖网</a></li>
- <li class="link_click"><a href="http://sanming.51zhupai.com">三明房产拍卖网</a></li>
- <li class="link_click"><a href="http://nanping.51zhupai.com">南平房产拍卖网</a></li>
- <li class="link_click"><a href="http://ningde.51zhupai.com">宁德房产拍卖网</a></li>
- <li class="link_click"><a href="http://longyan.51zhupai.com">龙岩房产拍卖网</a></li>
- <li class="link_click"><a href="http://guangzhou.51zhupai.com">广州房产拍卖网</a></li>
- <li class="link_click"><a href="http://huizhou.51zhupai.com">惠州房产拍卖网</a></li>
- <li class="link_click"><a href="http://dongguan.51zhupai.com">东莞房产拍卖网</a></li>
- <li class="link_click"><a href="http://chengdu.51zhupai.com">成都房产拍卖网</a></li>
- <li class="link_click"><a href="http://beijing.51zhupai.com">北京房产拍卖网</a></li>
- <li class="link_click"><a href="http://shanghai.51zhupai.com">上海房产拍卖网</a></li>
- <li class="link_click"><a href="http://chongqing.51zhupai.com">重庆房产拍卖网</a></li>
- </ul>
- </div>
- <div class="col-sm-2" style="width: 15%; padding: 0; text-align: right">
- <img src="img/weixin_shao.png">
- </div>
- </div>
- <div class="row" style="padding: 20px 0;">
- <div class="col-lg-2 col-md-2 col-sm-3">
- <div class="row">
- <div class="col-lg-3 col-md-4 col-sm-3" style="padding-left: 0">
- <img src="img/fy_footer.svg" class="img-circle" style="width:40px; height: 40px; border: 2px solid #AAAAAA;">
- </div>
- <div class="col-lg-9 col-md-8 col-sm-9">
- <div class="row">
- <div class="col" style="font-size: 18px; font-weight: bold">
- 助拍网
- </div>
- <div class="col">
- <span style="font-size: 12px">51zhupai.com</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-lg-10 col-md-10 col-sm-9">
- <div class="row">
- <div class="col-sm-12">
- <ul class="recommendation_ul">
- <li class="link_click"><a href="http://www.51zhupai.com/help/about">联系我们</a></li>
- <li class="link_click"><a href="http://www.51zhupai.com/help/about">关于我们</a></li>
- <li class="link_click"><a href="http://www.51zhupai.com/help/register">服务条款</a></li>
- <li class="link_click"><a href="http://www.51zhupai.com/help/disclaimer">免责声明</a></li>
- <li class="link_click"><a href="http://www.51zhupai.com/help/copyright">版权声明</a></li>
- </ul>
- </div>
- </div>
- <div class="row">
- <div class="col-sm-12">
- <ul class="recommendation_ul">
- <li class="link_click">
- <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010602001556">Copyright©2010-2015 助拍网版权所有 浙ICP备15033350号 浙公网安备 33010602001556号</a>
- </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>-->
- <!--移动端-->
- <div class="container visible-xs">
- <div class="row" style="margin: 10px -20px 10px -20px">
- <div class="col-xs-12">
- <div class="input-group">
- <input type="text" class="form-control" style="height: 40px;" placeholder="搜索,输入标的关键字">
- <span class="input-group-btn" style="line-height: 0;">
- <button class="btn btn-default" style="height: 40px">
- <img src="img/search.svg" style="width: 20px;">
- </button>
- </span>
- </div>
- </div>
- </div>
- <div class="row" style="margin-bottom: 10px">
- <div class="col-xs-12">
- <div class="row">
- <div class="col-xs-2">
- <select style="height: 30px;">
- <option selected style="display: none">市/区</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
- </div>
- <div class="col-xs-2">
- <select style="height: 30px;">
- <option selected style="display: none">类型</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
- </div>
- <div class="col-xs-2">
- <select style="height: 30px;">
- <option selected style="display: none">法院</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
- </div>
- <div class="col-xs-2">
- <select style="height: 30px;">
- <option selected style="display: none">价格</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
- </div>
- <div class="col-xs-4">
- <select style="height: 30px;">
- <option selected style="display: none">默认排序</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
- </div>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-xs-6" style="margin-bottom: 20px">
- <div class="row" style="margin-left: -5px; margin-right: -8px">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 5px 5px 0 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 0 5px 5px 5px">
- 开拍时间<br>2017-08-10 10:00时
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-xs-6" style="margin-bottom: 20px">
- <div class="row" style="margin-left: -8px; margin-right: -5px">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 5px 5px 0 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 0 5px 5px 5px">
- 开拍时间<br>2017-08-10 10:00时
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-xs-6" style="margin-bottom: 20px">
- <div class="row" style="margin-left: -5px; margin-right: -8px">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 5px 5px 0 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 0 5px 5px 5px">
- 开拍时间<br>2017-08-10 10:00时
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-xs-6" style="margin-bottom: 20px">
- <div class="row" style="margin-left: -8px; margin-right: -5px">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 5px 5px 0 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 0 5px 5px 5px">
- 开拍时间<br>2017-08-10 10:00时
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-xs-6" style="margin-bottom: 20px">
- <div class="row" style="margin-left: -5px; margin-right: -8px">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 5px 5px 0 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 0 5px 5px 5px">
- 开拍时间<br>2017-08-10 10:00时
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -5px; margin-right: -8px">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- <div class="col-xs-6" style="margin-bottom: 20px">
- <div class="row" style="margin-left: -8px; margin-right: -5px">
- <div class="col">
- <a href="templates/detail.html">
- <div style="position: relative;">
- <div style="position: absolute; color: #ffffff; padding: 5px; z-index: 100; background: #E77209;">
- 可预约
- </div>
- <img class="img-responsive" src="img/2210535440.jpg_800" alt="">
- <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);">
- 离开拍还有10小时20分
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 5px 5px 0 5px">
- <p>起拍价 <span style="color: #CF2B2A; font-size: 20px">2.10万</span></p>
- </div>
- </div>
- <div class="row" style="background: #ffffff; color: #666666;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 0 5px 5px 5px">
- 开拍时间<br>2017-08-10 10:00时
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
- <div class="col" style="padding: 0 15px 10px 15px">
- <button class="btn btn-danger" style="width: 100%">
- 看样预约
- </button>
- </div>
- </div>
- <div class="row" style="background: #ffffff;margin-left: -8px; margin-right: -5px">
- <div class="col">
- <p style="text-align: center">
- 已有1人看样预约
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="row page visible-xs">
- <div class="col">
- <ul class="pagination">
- <li><a href="#">«</a></li>
- <li class="active"><a href="#">1</a></li>
- <li><a href="#">2</a></li>
- <li><a href="#">3</a></li>
- <li><a href="#">4</a></li>
- <li><a href="#">5</a></li>
- <li><a href="#">»</a></li>
- </ul>
- </div>
- </div>
- <script src="js/jquery.min.js"></script>
- <script src="js/bootstrap.min.js"></script>
- </body>
- </html>
|