index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <script src="../../js/jquery-1.9.1.min.js"></script>
  7. <script src="../../js/jquery.i18n.properties.js"></script>
  8. <script src="../../assets/js/language.js"></script>
  9. <link rel="stylesheet" type="text/css" href="../../css/viewer.min.css" rel="stylesheet">
  10. <link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css" rel="stylesheet">
  11. <link rel="stylesheet" type="text/css" href="../../assets/plugin/bootstrap-select/css/bootstrap-select.css" />
  12. <style>
  13. .top {
  14. padding: 10px 50px 0px 50px;
  15. border-bottom: 1px solid #e8e8e8;
  16. display: flex;
  17. flex-flow: row nowrap;
  18. justify-content: space-between;
  19. align-items: center;
  20. height: 80px;
  21. box-sizing: border-box;
  22. font-family: Avenir-Black;
  23. }
  24. .top-item {
  25. padding: 0px 20px;
  26. line-height: 70px;
  27. font-weight: bold;
  28. cursor: pointer;
  29. }
  30. .top-item-active {
  31. border-bottom: 3px solid #f83d5a;
  32. color: #f83d5a;
  33. }
  34. .us-name-item {
  35. width: 160px;
  36. }
  37. .tool-box {
  38. padding: 25px 50px 20px 50px;
  39. border-bottom: 1px solid #f2f2f2;
  40. }
  41. .newest-list,
  42. .search-list {
  43. display: flex;
  44. flex-flow: row nowrap;
  45. justify-content: flex-start;
  46. align-items: center;
  47. /* height: 40px; */
  48. box-sizing: border-box;
  49. font-family: Arial;
  50. }
  51. .newest-list .newest-item {
  52. margin: 0px 40px 0px 0px;
  53. color: #999;
  54. cursor: pointer;
  55. }
  56. .search-list .search-item {
  57. margin-right: 10px;
  58. }
  59. .search-list .search-item label {
  60. display: block;
  61. }
  62. .dropdown button {
  63. display: flex;
  64. flex-flow: row nowrap;
  65. justify-content: flex-start;
  66. align-items: center;
  67. }
  68. .project-box {
  69. padding: 25px 35px 20px 35px;
  70. }
  71. .bootstrap-select>.dropdown-toggle {
  72. padding-top: 10px;
  73. padding-bottom: 10px;
  74. padding-right: 32px;
  75. }
  76. .search-list .search-item .sel-icon {
  77. position: absolute;
  78. top: 50%;
  79. right: 10px;
  80. margin-top: -7px;
  81. vertical-align: middle;
  82. }
  83. .my-select {
  84. width: 280px !important;
  85. }
  86. .thumbnail {
  87. border: 0;
  88. }
  89. #project-photo-row {
  90. -webkit-column-width: 242px;
  91. /*Safari and Chrome*/
  92. -moz-column-width: 242px;
  93. /*Firefox*/
  94. -o-column-width: 242px;
  95. /*Opera*/
  96. -ms-column-width: 242px;
  97. /*IE*/
  98. column-width: 242px;
  99. }
  100. #project-photo-row>div {
  101. width: 242px;
  102. /*宽度根据实际情况调节,应与上面一致*/
  103. overflow: auto;
  104. /*防止内容溢出导致布局错位*/
  105. }
  106. </style>
  107. </head>
  108. <body>
  109. <div id="head"></div>
  110. <script>
  111. $(function() {
  112. $("#head").load("../head.html", function() {
  113. $("#common-navbar-head .active").removeClass("active")
  114. $("#common-navbar-head .head_li_Moments").addClass("active")
  115. });
  116. })
  117. </script>
  118. <main class="jpmain">
  119. <div class="container-fluid" style="padding:0;">
  120. <div class="tool-box">
  121. <div class="newest-list">
  122. <div class="newest-item i18n-text" i18n="landingpage_Newest"
  123. style="color:#000000;font-weight: bold;cursor: default;">Newest</div>
  124. <div class="newest-item query">All</div>
  125. <div class="newest-item query">x &nbsp;Masterplanning</div>
  126. <div class="newest-item query">Architecture</div>
  127. <div class="newest-item query">Interiors</div>
  128. <div class="newest-item query">Lighting</div>
  129. <div class="newest-item query">Landscape</div>
  130. <div class="newest-item query">AV&nbsp;&amp;&nbsp;Acoustics</div>
  131. <div class="newest-item query">MEP</div>
  132. <div class="newest-item query">Landscape</div>
  133. <div class="newest-item query">Landscape</div>
  134. <div style="flex:1;"></div>
  135. <div class="newest-item"><img src="../../assets/img/landing_right_arrow.png"></div>
  136. </div>
  137. <div class="search-list" style="margin-top:30px;">
  138. <div class="search-item">
  139. <label class="i18n-text" i18n="landingpage_Location">Location</label>
  140. <select class="selectpicker">
  141. <option class="i18n-text" i18n="landingpage_By project" >By project</option>
  142. <option class="i18n-text" i18n="landingpage_By company">By company</option>
  143. </select>
  144. </div>
  145. <div class="search-item">
  146. <label>&nbsp;</label>
  147. <select class="selectpicker selectLocation" multiple>
  148. </select>
  149. </div>
  150. <div class="search-item">
  151. <label class="i18n-text" i18n="landingpage_Disciplines" >Disciplines</label>
  152. <select class="selectpicker my-select selectDisciplines" multiple>
  153. </select>
  154. </div>
  155. <div class="search-item">
  156. <label style="display: block;">&nbsp;</label>
  157. <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>
  158. </div>
  159. <div style="flex:1;"></div>
  160. <div class="search-item">
  161. <label style="display: block;">&nbsp;</label>
  162. <div class="input-group">
  163. <input type="text" class="form-control i18n-placeholder landingpage_search" data-toggle="dropdown"
  164. i18n="landingpage_search" placeholder="search..." aria-describedby="basic-addon2" style="height:42px; width: 300px;">
  165. <span class="input-group-addon" style="
  166. padding: 0px;
  167. " id="basic-addon2">
  168. <button type="button" class="querybtn" style=" width: 50px;
  169. height: 40px; border: 0;">
  170. <i class="glyphicon glyphicon-search query"></i>
  171. </button>
  172. </span>
  173. <style>
  174. .filterstyle{
  175. padding: 20px;
  176. width: 460px;
  177. }
  178. .filterstyle span{
  179. padding: 10px;
  180. display: block;
  181. overflow-wrap: break-word;
  182. color: rgba(24, 24, 24, 1);
  183. font-size: 14px;
  184. font-family: Avenir-Roman;
  185. white-space: nowrap;
  186. line-height: 19px;
  187. text-align: left;
  188. }
  189. .filterstyle button{
  190. margin: 5px;
  191. padding: 5px 16px;
  192. font-size: 14px;
  193. color: rgba(130, 130, 130, 1);
  194. }
  195. </style>
  196. <ul class="dropdown-menu dropdown-menu-right filter-menu filterstyle" aria-labelledby="dropdownMenu1">
  197. <li>
  198. <span class="i18n-text" i18n="landingpage_Resent searches">Resent searches</span>
  199. <div class="resentlist">
  200. </div>
  201. </li>
  202. <li>
  203. <span class="i18n-text" i18n="landingpage_Trending searches">Trending searches</span>
  204. <div class="trendinglist">
  205. </div>
  206. </li>
  207. </ul>
  208. </div>
  209. </div>
  210. </div>
  211. </div>
  212. <div class="row-fluid jpcontainer">
  213. <div class="span12">
  214. <style>
  215. .red {
  216. color: rgba(248, 61, 90, 1);
  217. }
  218. </style>
  219. <dt onclick="window.location='postmoment.html'"
  220. style=" text-align: center;height: 208px;border-radius: 8px;border: 1px dashed rgba(151, 151, 151, 1);">
  221. <p class="jph2 i18n-text" style=" display: block;
  222. overflow-wrap: break-word;
  223. color: rgba(24, 24, 24, 1);
  224. font-size: 22px;
  225. font-family: Avenir-Black;
  226. white-space: nowrap;
  227. line-height: 30px;
  228. text-align: center;
  229. padding-top: 30px;" i18n="moments_Show">Show the world of your createvity
  230. </p>
  231. <p style="
  232. overflow-wrap: break-word;
  233. color: rgba(130, 130, 130, 1);
  234. font-size: 16px;
  235. font-family: Avenir-Roman;
  236. white-space: nowrap;
  237. line-height: 22px;
  238. text-align: center;
  239. " class=" i18n-text" i18n="moments_Here">
  240. Here post your daily designs</p>
  241. <img src="/lanhu-bootstrap/assets/img/moments_add.png" style="
  242. padding: 20px;
  243. ">
  244. </dt>
  245. <style>
  246. .main4{
  247. width: 100%;
  248. height: 8px;
  249. background-color: rgba(239, 241, 244, 1);
  250. margin-top: 51px;
  251. }
  252. .imguploadspan img {
  253. width: 33%;
  254. max-width: 270px;
  255. max-height: 270px;
  256. border: 0px;
  257. border-radius: 5px;
  258. margin-top: 3px;
  259. min-width: 50px;
  260. }
  261. .Follow {
  262. margin-top: 25px;
  263. float: right;
  264. border: 0px;
  265. height: 48px;
  266. border-radius: 8px;
  267. background-color: rgba(239, 241, 244, 1);
  268. width: 90px;
  269. overflow-wrap: break-word;
  270. color: rgba(24, 24, 24, 1);
  271. ;
  272. font-size: 16px;
  273. font-family: Avenir-Medium;
  274. white-space: nowrap;
  275. line-height: 22px;
  276. text-align: center;
  277. }
  278. .Following {
  279. background-color: rgba(248, 61, 90, 1);
  280. color: rgba(255, 255, 255, 1);
  281. }
  282. .title{
  283. overflow-wrap: break-word;
  284. color: rgba(24, 24, 24, 1);
  285. font-size: 28px;
  286. font-family: Avenir-Black;
  287. white-space: nowrap;
  288. line-height: 28px;
  289. text-align: left;
  290. }
  291. .date{
  292. overflow-wrap: break-word;
  293. color: rgba(130, 130, 130, 1);
  294. font-size: 16px;
  295. font-family: Avenir-Medium;
  296. white-space: nowrap;
  297. line-height: 22px;
  298. text-align: left;
  299. }
  300. .txt{
  301. overflow-wrap: break-word;
  302. color: rgba(24, 24, 24, 1);
  303. font-size: 16px;
  304. font-family: Avenir-Roman;
  305. line-height: 22px;
  306. text-align: left;
  307. overflow: hidden;
  308. text-overflow: ellipsis;
  309. }
  310. </style>
  311. <div class="imguploadlist">
  312. </div>
  313. </div>
  314. </div>
  315. </div>
  316. <script src="../../js/bootstrap.min.js"></script>
  317. <script src="/lanhu-bootstrap/assets/js/moments.js"></script>
  318. <script src="../../assets/plugin/template-web.js"></script>
  319. <script id="flow-photos" type="text/html" >
  320. {{each objs obj index}}
  321. <dd >
  322. <div class="span12 " style="margin: 30px 0; overflow-wrap: break-word;
  323. color: rgba(24, 24, 24, 1);
  324. font-size: 18px;
  325. font-family: PingFangSC-Medium;
  326. white-space: nowrap;">
  327. <img src="{{obj.logo}}" style="width: 60px;height: 60px;" >
  328. {{obj.name}}
  329. <button type="button" style=" {{obj.isfollow?'display: none;':''}}" i18n="head_Following" class="Follow Following i18n-text">Following</button>
  330. <button type="button" style=" {{!obj.isfollow?'display: none;':''}}" i18n="head_Follow" class="Follow Following2 i18n-text">Follow</button>
  331. </div>
  332. <div class="span12 title" style="margin: 10px 0; ">
  333. {{obj.title}}
  334. </div>
  335. <div class="span12 date" style="margin: 10px 0;">
  336. {{obj.date}}
  337. </div>
  338. <div class="span12 txt " style="margin: 10px 0;">
  339. {{obj.txt}}
  340. </div>
  341. <div class="span12 imguploadspan" style="margin: 20px 0;">
  342. {{each obj.list ob index2}}
  343. <img data-original="{{ob}}"
  344. src="{{ob}}">
  345. {{/each}}
  346. </div>
  347. <div class="span12 " style="margin: 0;">
  348. <div class="main4 "></div>
  349. </div>
  350. </dd>
  351. {{/each}}
  352. </script>
  353. <script src="../../assets/plugin/bootstrap-select/js/bootstrap-select.min.js"></script>
  354. <script src="../../js/viewer-jquery.min.js"></script>
  355. </main>
  356. </body>
  357. </html>