123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- <!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: 5px 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;
- white-space: nowrap;
- }
- .newest-list .newest-item .query {
- font-size: 16px;
- }
- .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,.newest-list .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">
-
- <style>
- .newest-list-pro {
- display: flex;
- overflow: hidden;
- }
- .newest-item-x {
- /* display: none; */
- position: relative;
- top: -5px;
- margin-left: 5px;
- font-size: 5px;
- }
- .newest-item:hover .newest-item-x{
- display: inline-flex;
- }
- </style>
- <div class="newest-list" style="flex:1;">
- <!-- <div class="newest-item i18n-text" i18n="landingpage_Newest"
- style="color:#000000;font-weight: bold;cursor: default;">Newest</div>
- -->
- <div style="margin-right:15px;">
- <select class="selectpicker filter-menu" data-width="100px" id="filter-select">
- <option class="i18n-text" i18n="landingpage_filter_newest">Newest</option>
- <option class="i18n-text" i18n="landingpage_filter_popular">Popular</option>
- <option class="i18n-text" i18n="landingpage_filter_clicked">Clicked</option>
- </select>
- </div>
-
-
- <div class="newest-list-pro ">
-
- </div>
-
-
- <div style="flex:1;"></div>
- <div class="newest-item more-arrow" style=" margin: 0px 20px;width:280px;text-align: center;">
-
- <div class="search-list" >
-
-
- <div class="search-item">
-
- <div class="input-group">
- <input type="text" class="form-control i18n-placeholder landingpage_search" data-toggle="dropdown"
- i18n="landingpage_search" placeholder="" aria-describedby="basic-addon2" style="height:42px; width: 220px;">
- <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>
-
-
- </div>
- <div class="row-fluid jpcontainer">
- <div class="span12">
-
- <style>
- .filter-menu .dropdown-toggle{
- border:0px !important;
- outline: 0px !important;
- background-color: #ffffff !important;
- }
- .filter-menu .dropdown-toggle:focus{
- outline: 0px !important;
- }
- .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="../../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.js"></script>
- <script src="../../js/viewer-jquery.min.js"></script>
- </main>
- </body>
- </html>
|