|
@@ -1,4 +1,3 @@
|
|
|
-<!DOCTYPE HTML>
|
|
|
<html>
|
|
|
<title>我的积分</title>
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
@@ -42,7 +41,7 @@
|
|
|
float:left;
|
|
|
margin-right:25px;
|
|
|
}
|
|
|
- div.title{
|
|
|
+ div.title,div.mytitle{
|
|
|
border-bottom:1px solid #F8F8F8;
|
|
|
height:40px;
|
|
|
line-height:42px;
|
|
@@ -55,9 +54,15 @@
|
|
|
.m-rules{
|
|
|
padding-left: 15px;
|
|
|
}
|
|
|
+ .my-rules{
|
|
|
+ padding-left: 15px;
|
|
|
+ }
|
|
|
.m-rules div.title:hover{
|
|
|
background:#F6F9F4;
|
|
|
}
|
|
|
+ .my-rules div.mytitle:hover{
|
|
|
+ background:#F6F9F4;
|
|
|
+ }
|
|
|
.m-rules div.title span{
|
|
|
line-height:40px;
|
|
|
padding-right:30px;
|
|
@@ -65,15 +70,31 @@
|
|
|
font-weight:100;
|
|
|
float:right;
|
|
|
}
|
|
|
+ .my-rules div.mytitle span{
|
|
|
+ line-height:40px;
|
|
|
+ padding-right:30px;
|
|
|
+ color:#CCCCCC;
|
|
|
+ font-weight:100;
|
|
|
+ float:right;
|
|
|
+ }
|
|
|
.m-rules div.title button{
|
|
|
margin-top:2px;
|
|
|
font-weight:600;
|
|
|
font-size:15px;
|
|
|
}
|
|
|
+ .my-rules div.mytitle button{
|
|
|
+ margin-top:2px;
|
|
|
+ font-weight:600;
|
|
|
+ font-size:15px;
|
|
|
+ }
|
|
|
.m-rules img{
|
|
|
width:22px;
|
|
|
margin:-5px 5px 0 0 ;
|
|
|
}
|
|
|
+ .my-rules img{
|
|
|
+ width:22px;
|
|
|
+ margin:-5px 5px 0 0 ;
|
|
|
+ }
|
|
|
.padding0{
|
|
|
padding-right:0px;
|
|
|
}
|
|
@@ -155,6 +176,21 @@
|
|
|
div.title b.u-back small a{
|
|
|
color:#B3B3B3;
|
|
|
}
|
|
|
+ .my-rules div.mytitle i.u-prefix{
|
|
|
+ color:#FF5A5F;
|
|
|
+ margin-right:5px;
|
|
|
+ }
|
|
|
+ div.mytitle b.u-mycunt{
|
|
|
+ padding-left:10px;
|
|
|
+ color:#FF5A5F;
|
|
|
+ }
|
|
|
+ div.mytitle b.u-back small{
|
|
|
+ font-weight:normal;
|
|
|
+ color:#F8F8F8;
|
|
|
+ }
|
|
|
+ div.mytitle b.u-back small a{
|
|
|
+ color:#B3B3B3;
|
|
|
+ }
|
|
|
.mycredit .content{
|
|
|
padding:15px;
|
|
|
padding-right:0px;
|
|
@@ -275,8 +311,8 @@
|
|
|
<div class="m-rules" target="creditrules">
|
|
|
<div class="title"><i class="u-prefix glyphicon qmx-icon-jifen"></i> 积分规则<span class="glyphicon xiayibu"></span></div>
|
|
|
</div>
|
|
|
- <div class="m-rules" target="">
|
|
|
- <div class="title"><i class="u-prefix glyphicon yiguanzhu"></i> 我关注的企业<span class="glyphicon xiayibu"></span></div>
|
|
|
+ <div class="my-rules">
|
|
|
+ <div class="mytitle" onclick="window.location='/member/myFollowEnts'"><i class="u-prefix glyphicon yiguanzhu"></i> 我关注的企业<b class="u-mycunt">( 8 )</b><span class="glyphicon xiayibu"></span></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -374,6 +410,9 @@
|
|
|
|
|
|
<script>
|
|
|
$(function(){
|
|
|
+ $.get("/member/enterprise/entcount",function(a){
|
|
|
+ $(".u-mycunt").text("("+a+")");
|
|
|
+ })
|
|
|
changeStatus();
|
|
|
$(".m-rules").bind("click",show);
|
|
|
$(".bookin").bind("click",show);
|