Browse Source

研究方向添加专家信息点击效果

luyanan 8 years ago
parent
commit
2b32e1847f
3 changed files with 5 additions and 8 deletions
  1. 0 7
      app/css/app.css
  2. 1 0
      app/html/articalMessage.html
  3. 4 1
      app/html/researchArea.html

+ 0 - 7
app/css/app.css

256
/*热门专家*/
256
/*热门专家*/
257
.mui-table-view-cell.prolist:after{/*background:#C0C0C0*//*#c8c7cc;*/}
257
.mui-table-view-cell.prolist:after{/*background:#C0C0C0*//*#c8c7cc;*/}
258
.protable:before{ background-color:transparent;}
258
.protable:before{ background-color:transparent;}
259
#table .mui-table-view-cell:after{right: 0;bottom: 0;left:0;background: none;}
260

259

261
.mui-media .headimg{max-width:60px; height:60px; margin: 1% 0;overflow:hidden;}
260
.mui-media .headimg{max-width:60px; height:60px; margin: 1% 0;overflow:hidden;}
262
.mui-media .resimg{border-radius:2px; max-width:60px; height:60px; margin: 1% 0;}
261
.mui-media .resimg{border-radius:2px; max-width:60px; height:60px; margin: 1% 0;}
506
.coutopicbox{ position: relative;z-index: 1;border-bottom: 1px solid #EFEFEF;background: #FFFFFF; margin-bottom: 10px; width:110%; margin-left:-16px; padding:10px 10px 8px 10px; overflow: hidden;}
505
.coutopicbox{ position: relative;z-index: 1;border-bottom: 1px solid #EFEFEF;background: #FFFFFF; margin-bottom: 10px; width:110%; margin-left:-16px; padding:10px 10px 8px 10px; overflow: hidden;}
507

506

508
.coutopicbox .coutheme{ max-width: 60%;}
507
.coutopicbox .coutheme{ max-width: 60%;}
509
#table {background: #EFEFEF;}
510
#table li .proinfor{background:#FFFFFF;}
511
#table li:first-child{margin-top:0;}
512

513
.coutopicbox .coustatus span{ font-size: 12px; padding:4px 10px; margin: 0 2px; color: #FFFFFF; border-radius: 6px;}
508
.coutopicbox .coustatus span{ font-size: 12px; padding:4px 10px; margin: 0 2px; color: #FFFFFF; border-radius: 6px;}
514
.coutopicbox .aimlabel{background:#6CA8FF;}
509
.coutopicbox .aimlabel{background:#6CA8FF;}
515
.coutopicbox .status-1{background:#FF9900;}/*进行中*//*咨询状态*/
510
.coutopicbox .status-1{background:#FF9900;}/*进行中*//*咨询状态*/
545
footer.chatFooter .mui-icon-paperplane:before {content: "发送";color:lightgray;}
540
footer.chatFooter .mui-icon-paperplane:before {content: "发送";color:lightgray;}
546
footer.chatFooter .mui-icon-paperplane.addColor:before {content: "发送";color:#ff9900;}
541
footer.chatFooter .mui-icon-paperplane.addColor:before {content: "发送";color:#ff9900;}
547
footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;line-height: 100%;padding-top: 6px;color: rgba(0, 135, 250, 1);}
542
footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;line-height: 100%;padding-top: 6px;color: rgba(0, 135, 250, 1);}
548
.protable .mui-table-view-cell.mui-active{background: none;}
549
.timenow.thistime{right: 3%;}
543
.timenow.thistime{right: 3%;}
550

544

551
/*********************** 咨询*******************/
545
/*********************** 咨询*******************/
570
.resouinfobox>li{ list-style: none; margin:10px 4px; padding-left: 10px; font-size: 14px; line-height: 20px; word-break: break-all;}
564
.resouinfobox>li{ list-style: none; margin:10px 4px; padding-left: 10px; font-size: 14px; line-height: 20px; word-break: break-all;}
571
/*研究方向详细展示*/
565
/*研究方向详细展示*/
572
.researchAreaBox .headimg{width: 40px;height: 40px;max-height: 40px;}
566
.researchAreaBox .headimg{width: 40px;height: 40px;max-height: 40px;}
573
.researchAreaBox .mui-table-view .mui-table-view-cell.mui-active{background: none;}
574
.researchAreaBox .mui-table-view-cell:after{left:62px;}
567
.researchAreaBox .mui-table-view-cell:after{left:62px;}
575
.researchAreaBox .littip{font-size:13px;margin: 2% 0 1% 2%;}
568
.researchAreaBox .littip{font-size:13px;margin: 2% 0 1% 2%;}
576
.researchAreaBox .mui-media-body{padding-top:5px;}
569
.researchAreaBox .mui-media-body{padding-top:5px;}

+ 1 - 0
app/html/articalMessage.html

10
<style>
10
<style>
11
	html,body{height: 100%;margin:0;padding:0px;overflow: hidden;}
11
	html,body{height: 100%;margin:0;padding:0px;overflow: hidden;}
12
	.mui-content{height:100%;overflow: auto;}
12
	.mui-content{height:100%;overflow: auto;}
13
	.protable .mui-table-view-cell.mui-active{background: none;}/*留言点击效果*/
13
</style>
14
</style>
14
</head>
15
</head>
15
16

+ 4 - 1
app/html/researchArea.html

8
<link href="../css/iconfont.css" rel="stylesheet" />
8
<link href="../css/iconfont.css" rel="stylesheet" />
9
<link href="../css/app.css" rel="stylesheet" />
9
<link href="../css/app.css" rel="stylesheet" />
10
<style type="text/css"> 
10
<style type="text/css"> 
11
	#table li.mui-table-view-cell:after{position: absolute;bottom: 0;right: 0;left:64px;height: 1px;content: '';background-color: #c8c7cc;}
11
	#table {background: #ffffff;}
12
	/*#table li .proinfor{background:#FFFFFF;}*/
13
	#table li:first-child{margin-top:0;}
14
	#table li.mui-table-view-cell:after{position: absolute;bottom: 0;right: 0;left:64px;height: 1px;content: '';background-color: #c8c7cc;}
12
	#table li.mui-table-view-cell:last-child:after{background: none;}
15
	#table li.mui-table-view-cell:last-child:after{background: none;}
13
</style>
16
</style>
14
</head>
17
</head>