123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title></title>
- <script src="../../js/jquery-1.9.1.min.js"></script>
- <script src="../../js/jquery.i18n.properties.js"></script>
- <script src="../../assets/js/language.js"></script>
- <link rel="stylesheet" type="text/css" href="../../css/viewer.min.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="../../assets/plugin/bootstrap-select/css/bootstrap-select.css" />
- <style>
- .top {
- padding: 10px 50px 0px 50px;
- border-bottom: 1px solid #e8e8e8;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- height: 80px;
- box-sizing: border-box;
- font-family: Avenir-Black;
- }
- .top-item {
- padding: 0px 20px;
- line-height: 70px;
- font-weight: bold;
- cursor: pointer;
- }
- .top-item-active {
- border-bottom: 3px solid #f83d5a;
- color: #f83d5a;
- }
- .us-name-item {
- width: 160px;
- }
- .tool-box {
- padding: 25px 50px 20px 50px;
- border-bottom: 1px solid #f2f2f2;
- }
- .newest-list,
- .search-list {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: center;
- /* height: 40px; */
- box-sizing: border-box;
- font-family: Arial;
- }
- .newest-list .newest-item {
- margin: 0px 40px 0px 0px;
- color: #999;
- cursor: pointer;
- }
- .search-list .search-item {
- margin-right: 10px;
- }
- .search-list .search-item label {
- display: block;
- }
- .dropdown button {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- align-items: center;
- }
- .project-box {
- padding: 25px 35px 20px 35px;
- }
- .bootstrap-select>.dropdown-toggle {
- padding-top: 10px;
- padding-bottom: 10px;
- padding-right: 32px;
- }
- .search-list .search-item .sel-icon {
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -7px;
- vertical-align: middle;
- }
- .my-select {
- width: 280px !important;
- }
- .thumbnail {
- border: 0;
- }
- #project-photo-row {
- -webkit-column-width: 242px;
- /*Safari and Chrome*/
- -moz-column-width: 242px;
- /*Firefox*/
- -o-column-width: 242px;
- /*Opera*/
- -ms-column-width: 242px;
- /*IE*/
- column-width: 242px;
- }
- #project-photo-row>div {
- width: 242px;
- /*宽度根据实际情况调节,应与上面一致*/
- overflow: auto;
- /*防止内容溢出导致布局错位*/
- }
- </style>
- </head>
- <body>
- <div id="head"></div>
- <script>
- $(function() {
- $("#head").load("../head.html", function() {
- $("#common-navbar-head .active").removeClass("active")
- $("#common-navbar-head .head_li_Moments").addClass("active")
- });
- })
- </script>
- <main class="jpmain">
- <div class="container-fluid" style="padding:0;">
- <div class="tool-box">
- <div class="newest-list">
- <div class="newest-item i18n-text" i18n="landingpage_Newest"
- style="color:#000000;font-weight: bold;cursor: default;">Newest</div>
- <div class="newest-item query">All</div>
- <div class="newest-item query">x Masterplanning</div>
- <div class="newest-item query">Architecture</div>
- <div class="newest-item query">Interiors</div>
- <div class="newest-item query">Lighting</div>
- <div class="newest-item query">Landscape</div>
- <div class="newest-item query">AV & Acoustics</div>
- <div class="newest-item query">MEP</div>
- <div class="newest-item query">Landscape</div>
- <div class="newest-item query">Landscape</div>
- <div style="flex:1;"></div>
- <div class="newest-item"><img src="../../assets/img/landing_right_arrow.png"></div>
- </div>
-
- <div class="search-list" style="margin-top:30px;">
- <div class="search-item">
- <label class="i18n-text" i18n="landingpage_Location">Location</label>
- <select class="selectpicker">
- <option class="i18n-text" i18n="landingpage_By project" >By project</option>
- <option class="i18n-text" i18n="landingpage_By company">By company</option>
- </select>
-
- </div>
-
- <div class="search-item">
- <label> </label>
- <select class="selectpicker selectLocation" multiple>
-
- </select>
-
- </div>
-
-
-
- <div class="search-item">
- <label class="i18n-text" i18n="landingpage_Disciplines" >Disciplines</label>
- <select class="selectpicker my-select selectDisciplines" multiple>
-
- </select>
- </div>
-
-
- <div class="search-item">
- <label style="display: block;"> </label>
- <button type="button" class="btn btn-default i18n-text querybtn" i18n="head_Submit" style="height: 42px;padding:0px 20px;background-color: #000000;color:#ffffff;">Submit</button>
- </div>
-
- <div style="flex:1;"></div>
-
- <div class="search-item">
- <label style="display: block;"> </label>
-
-
- <div class="input-group">
- <input type="text" class="form-control i18n-placeholder landingpage_search" data-toggle="dropdown"
- i18n="landingpage_search" placeholder="search..." aria-describedby="basic-addon2" style="height:42px; width: 300px;">
- <span class="input-group-addon" style="
- padding: 0px;
- " id="basic-addon2">
- <button type="button" class="querybtn" style=" width: 50px;
- height: 40px; border: 0;">
- <i class="glyphicon glyphicon-search query"></i>
- </button>
-
- </span>
- <style>
- .filterstyle{
- padding: 20px;
- width: 460px;
-
- }
- .filterstyle span{
- padding: 10px;
- display: block;
- overflow-wrap: break-word;
- color: rgba(24, 24, 24, 1);
- font-size: 14px;
- font-family: Avenir-Roman;
- white-space: nowrap;
- line-height: 19px;
- text-align: left;
- }
- .filterstyle button{
- margin: 5px;
- padding: 5px 16px;
- font-size: 14px;
- color: rgba(130, 130, 130, 1);
- }
- </style>
- <ul class="dropdown-menu dropdown-menu-right filter-menu filterstyle" aria-labelledby="dropdownMenu1">
- <li>
- <span class="i18n-text" i18n="landingpage_Resent searches">Resent searches</span>
- <div class="resentlist">
- </div>
-
- </li>
- <li>
- <span class="i18n-text" i18n="landingpage_Trending searches">Trending searches</span>
- <div class="trendinglist">
- </div>
- </li>
- </ul>
- </div>
- </div>
-
- </div>
-
-
- </div>
- <div class="row-fluid jpcontainer">
- <div class="span12">
- <style>
- .red {
- color: rgba(248, 61, 90, 1);
- }
- </style>
- <dt onclick="window.location='postmoment.html'"
- style=" text-align: center;height: 208px;border-radius: 8px;border: 1px dashed rgba(151, 151, 151, 1);">
- <p class="jph2 i18n-text" style=" display: block;
- overflow-wrap: break-word;
- color: rgba(24, 24, 24, 1);
- font-size: 22px;
- font-family: Avenir-Black;
- white-space: nowrap;
- line-height: 30px;
- text-align: center;
- padding-top: 30px;" i18n="moments_Show">Show the world of your createvity
- </p>
- <p style="
- overflow-wrap: break-word;
- color: rgba(130, 130, 130, 1);
- font-size: 16px;
- font-family: Avenir-Roman;
- white-space: nowrap;
- line-height: 22px;
- text-align: center;
- " class=" i18n-text" i18n="moments_Here">
- Here post your daily designs</p>
- <img src="/lanhu-bootstrap/assets/img/moments_add.png" style="
- padding: 20px;
- ">
- </dt>
- <style>
- .main4{
- width: 100%;
- height: 8px;
- background-color: rgba(239, 241, 244, 1);
- margin-top: 51px;
- }
- .imguploadspan img {
- width: 33%;
- max-width: 270px;
- max-height: 270px;
- border: 0px;
- border-radius: 5px;
- margin-top: 3px;
- min-width: 50px;
- }
- .Follow {
- margin-top: 25px;
- float: right;
- border: 0px;
- height: 48px;
- border-radius: 8px;
- background-color: rgba(239, 241, 244, 1);
- width: 90px;
- overflow-wrap: break-word;
- color: rgba(24, 24, 24, 1);
- ;
- font-size: 16px;
- font-family: Avenir-Medium;
- white-space: nowrap;
- line-height: 22px;
- text-align: center;
- }
- .Following {
- background-color: rgba(248, 61, 90, 1);
- color: rgba(255, 255, 255, 1);
- }
- .title{
-
- overflow-wrap: break-word;
- color: rgba(24, 24, 24, 1);
- font-size: 28px;
- font-family: Avenir-Black;
- white-space: nowrap;
- line-height: 28px;
- text-align: left;
- }
- .date{
- overflow-wrap: break-word;
- color: rgba(130, 130, 130, 1);
- font-size: 16px;
- font-family: Avenir-Medium;
- white-space: nowrap;
- line-height: 22px;
- text-align: left;
- }
- .txt{
- overflow-wrap: break-word;
- color: rgba(24, 24, 24, 1);
- font-size: 16px;
- font-family: Avenir-Roman;
- line-height: 22px;
- text-align: left;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- </style>
- <div class="imguploadlist">
-
- </div>
-
-
- </div>
-
- </div>
- </div>
- <script src="../../js/bootstrap.min.js"></script>
- <script src="/lanhu-bootstrap/assets/js/moments.js"></script>
- <script src="../../assets/plugin/template-web.js"></script>
- <script id="flow-photos" type="text/html" >
- {{each objs obj index}}
- <dd >
-
-
-
- <div class="span12 " style="margin: 30px 0; overflow-wrap: break-word;
- color: rgba(24, 24, 24, 1);
- font-size: 18px;
- font-family: PingFangSC-Medium;
- white-space: nowrap;">
- <img src="{{obj.logo}}" style="width: 60px;height: 60px;" >
-
- {{obj.name}}
-
- <button type="button" style=" {{obj.isfollow?'display: none;':''}}" i18n="head_Following" class="Follow Following i18n-text">Following</button>
- <button type="button" style=" {{!obj.isfollow?'display: none;':''}}" i18n="head_Follow" class="Follow Following2 i18n-text">Follow</button>
- </div>
- <div class="span12 title" style="margin: 10px 0; ">
- {{obj.title}}
- </div>
- <div class="span12 date" style="margin: 10px 0;">
- {{obj.date}}
- </div>
- <div class="span12 txt " style="margin: 10px 0;">
- {{obj.txt}}
- </div>
-
- <div class="span12 imguploadspan" style="margin: 20px 0;">
- {{each obj.list ob index2}}
- <img data-original="{{ob}}"
- src="{{ob}}">
- {{/each}}
- </div>
- <div class="span12 " style="margin: 0;">
-
- <div class="main4 "></div>
- </div>
- </dd>
- {{/each}}
- </script>
- <script src="../../assets/plugin/bootstrap-select/js/bootstrap-select.min.js"></script>
- <script src="../../js/viewer-jquery.min.js"></script>
- </main>
- </body>
- </html>
|