|
@@ -87,7 +87,7 @@
|
|
|
padding: 25px 35px 20px 35px;
|
|
|
}
|
|
|
|
|
|
- .thumbnail{
|
|
|
+ .project-box .thumbnail{
|
|
|
border:0;
|
|
|
}
|
|
|
#project-photo-row{
|
|
@@ -116,17 +116,17 @@
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
- .follow-btn{
|
|
|
+ .follow-box .follow-item .follow-btn{
|
|
|
width:100px;
|
|
|
height:36px;
|
|
|
padding:5px 16px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
- .follow-note-time{
|
|
|
+ .follow-box .follow-item .follow-note-time{
|
|
|
color:#999;
|
|
|
font-size:14px;
|
|
|
}
|
|
|
- .follow-note-con{
|
|
|
+ .follow-box .follow-item .follow-note-con{
|
|
|
font-size:14px;
|
|
|
}
|
|
|
.follow-box .follow-item .photos-9{
|
|
@@ -143,7 +143,7 @@
|
|
|
width:255px;
|
|
|
}
|
|
|
|
|
|
- .photos-9 img{
|
|
|
+ .follow-box .follow-item .photos-9 img{
|
|
|
width: 80px;
|
|
|
height: 80px;
|
|
|
border-radius: 10px;
|
|
@@ -153,28 +153,18 @@
|
|
|
</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_user").addClass("active")
|
|
|
+ });
|
|
|
+ })
|
|
|
+ </script>
|
|
|
+ <main class="jpmain" style="margin-top:85px;margin-bottom: 0px;">
|
|
|
<div class="container-fluid" style="padding:0;">
|
|
|
- <div class="top">
|
|
|
- <div class="top-item">
|
|
|
- <img src="../../assets/img/head_logo.png"/>
|
|
|
- </div>
|
|
|
- <div class="top-item">
|
|
|
- <span>LIBRARY</span>
|
|
|
- </div>
|
|
|
- <div class="top-item">
|
|
|
- <span>MOMENTS</span>
|
|
|
- </div>
|
|
|
- <div class="top-item" style="flex:1;"></div>
|
|
|
- <div class="top-item">
|
|
|
- <img src="../../assets/img/head_icon_language.png"><span> English</span>
|
|
|
- </div>
|
|
|
- <div class="top-item us-name-item top-item-active">
|
|
|
- <span>Sign in / Sign up</span>
|
|
|
- </div>
|
|
|
- <div class="top-item">
|
|
|
- <img src="../../assets/img/head_add.png" style="height: 40px;">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+
|
|
|
|
|
|
<div class="account-box">
|
|
|
<img src="../../assets/img/us_red_big.png" />
|
|
@@ -209,6 +199,7 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
+ </div>
|
|
|
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
|
<script src="https://fastly.jsdelivr.net/npm/@bootcss/v3.bootcss.com@1.0.35/assets/js/ie10-viewport-bug-workaround.js"></script>
|