|
@@ -40,7 +40,7 @@
|
|
|
}
|
|
|
|
|
|
.tool-box {
|
|
|
- padding: 25px 50px 20px 50px;
|
|
|
+ padding: 5px 50px 20px 50px;
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
}
|
|
|
|
|
@@ -61,6 +61,9 @@
|
|
|
cursor: pointer;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
+ .newest-list .newest-item .query {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
|
|
|
.search-list .search-item {
|
|
|
margin-right: 10px;
|
|
@@ -141,47 +144,43 @@
|
|
|
|
|
|
|
|
|
<div class="search-list" >
|
|
|
- <div class="search-item">
|
|
|
- <label class="i18n-text" i18n="landingpage_Location">Location</label>
|
|
|
- <select class="selectpicker" onchange="selectOnchang(this)">
|
|
|
- <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>
|
|
|
-
|
|
|
-
|
|
|
+ <style>
|
|
|
+ .newest-list-pro {
|
|
|
+ display: flex;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ .newest-item-x {
|
|
|
+
|
|
|
+ margin-left: 5px;
|
|
|
+ }
|
|
|
+ .newest-item:hover .newest-item-x{
|
|
|
+ display: inline-flex;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
+ <div class="newest-list" style="flex:1;overflow:hidden;">
|
|
|
+ <div class="newest-item i18n-text" i18n="landingpage_Newest"
|
|
|
+ style="color:#000000;font-weight: bold;cursor: default;">Newest</div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="newest-list-pro ">
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <div style="flex:1;"></div> -->
|
|
|
+ <div class="newest-item more-arrow" style=" margin: 0px 20px;width:20px;text-align: center;">
|
|
|
+ <img src="../../assets/img/landing_right_arrow.png" style="display:none;">
|
|
|
+ </div>
|
|
|
+ </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 querybtn2" 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;">
|
|
|
+ i18n="landingpage_search" placeholder="" aria-describedby="basic-addon2" style="height:42px; width: 220px;">
|
|
|
<span class="input-group-addon" style="
|
|
|
padding: 0px;
|
|
|
" id="basic-addon2">
|
|
@@ -233,75 +232,12 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- <style>
|
|
|
- .newest-list-pro {
|
|
|
- display: flex;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- .newest-item-x {
|
|
|
- display: none;
|
|
|
- margin-left: 3px;
|
|
|
- }
|
|
|
- .newest-item:hover .newest-item-x{
|
|
|
- display: inline-flex;
|
|
|
- }
|
|
|
- </style>
|
|
|
-
|
|
|
- <div class="newest-list" style="margin-top:30px;">
|
|
|
- <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-list-pro ">
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <div style="flex:1;"></div>
|
|
|
- <div class="newest-item" style=" margin-left: 30px;">
|
|
|
- <img src="../../assets/img/landing_right_arrow.png"></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="../../assets/img/moments_add.png" style="
|
|
|
- padding: 20px;
|
|
|
- ">
|
|
|
-
|
|
|
-
|
|
|
- </dt>
|
|
|
+
|
|
|
<style>
|
|
|
.main4{
|
|
|
width: 100%;
|