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,7 +256,6 @@ ul.boxnav li.set span:before{
256 256
/*热门专家*/
257 257
.mui-table-view-cell.prolist:after{/*background:#C0C0C0*//*#c8c7cc;*/}
258 258
.protable:before{ background-color:transparent;}
259
#table .mui-table-view-cell:after{right: 0;bottom: 0;left:0;background: none;}
260 259

261 260
.mui-media .headimg{max-width:60px; height:60px; margin: 1% 0;overflow:hidden;}
262 261
.mui-media .resimg{border-radius:2px; max-width:60px; height:60px; margin: 1% 0;}
@ -506,10 +505,6 @@ ul.boxnav li.set span:before{
506 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 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 508
.coutopicbox .coustatus span{ font-size: 12px; padding:4px 10px; margin: 0 2px; color: #FFFFFF; border-radius: 6px;}
514 509
.coutopicbox .aimlabel{background:#6CA8FF;}
515 510
.coutopicbox .status-1{background:#FF9900;}/*进行中*//*咨询状态*/
@ -545,7 +540,6 @@ footer.chatFooter .mui-icon:active {color: #FF9900 !important;}
545 540
footer.chatFooter .mui-icon-paperplane:before {content: "发送";color:lightgray;}
546 541
footer.chatFooter .mui-icon-paperplane.addColor:before {content: "发送";color:#ff9900;}
547 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 543
.timenow.thistime{right: 3%;}
550 544

551 545
/*********************** 咨询*******************/
@ -570,7 +564,6 @@ footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;lin
570 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 566
.researchAreaBox .headimg{width: 40px;height: 40px;max-height: 40px;}
573
.researchAreaBox .mui-table-view .mui-table-view-cell.mui-active{background: none;}
574 567
.researchAreaBox .mui-table-view-cell:after{left:62px;}
575 568
.researchAreaBox .littip{font-size:13px;margin: 2% 0 1% 2%;}
576 569
.researchAreaBox .mui-media-body{padding-top:5px;}

+ 1 - 0
app/html/articalMessage.html

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

+ 4 - 1
app/html/researchArea.html

@ -8,7 +8,10 @@
8 8
<link href="../css/iconfont.css" rel="stylesheet" />
9 9
<link href="../css/app.css" rel="stylesheet" />
10 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 15
	#table li.mui-table-view-cell:last-child:after{background: none;}
13 16
</style>
14 17
</head>