123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- /* list */
- #list ul{
- background-color: #fff;
- }
- #list ul li{
- /*border-bottom: #e5e5e5 solid 2px;*/
- overflow: hidden;
- }
- #list ul li a{
- display: block;
- margin: 0 3%;
- padding: 3% 0;
- overflow: hidden;
- border-bottom: #E3E3E3 solid 1px;
- }
- #list li .content{
- width: 68%;
- margin-top: -0.1rem;
- }
- #list li .content h5{
- height: 1.075rem;
- font-size: 0.4rem;
- }
- #list li .content h5 strong{
- display: inline-block;
- font-size: 20px;
- color: #e90000;
- border:#e90000 solid 2px;
- padding: 2px 6px 4px;
- border-radius: 8px;
- margin-right: 0.125rem;
- vertical-align: middle;
- }
- #list li .content .label{
- margin-top: 0.125rem;
- overflow: hidden;
- }
- #list li .content .label span{
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 0.3rem;
- color: #999;
- }
- .icon-count, .icon-reply{
- display: inline-block;
- width: 32px;
- height: 22px;
- margin-right: 6px;
- margin-top: -2px;
- vertical-align: middle;
- }
- .icon-count{
- background: url(/images/KX011.png) no-repeat center center;
- }
- .icon-reply{
- background: url(/images/KX012.png) no-repeat center center;
- }
- .toolbar i.icon-calculator.on{
- background-position: -3.56rem -1.493333rem;
- }
- .toolbar i.icon-calculator{
- background-position: -3.56rem -2.48rem;
- }
- .toolbar i.icon-mine.on{
- background-position: -2.346667rem -1.493333rem;
- }
- .toolbar i.icon-mine{
- background-position: -2.346667rem -2.48rem;
- }
- .navbar i.icon.icon-news{
- width: 48px;
- height: 50px;
- background-position: 0 -7.307rem;
- margin-left: 10px;
- margin-left: 16px;
- margin-top: 6px;
- }
- #nav{
- display: flex;
- display: -webkit-flex;
- background-color: #fff;
- text-align: center;
- font-size: 28px;
- border-bottom: #e5e5e5 solid 2px;
- }
- #nav li{
- flex: 1;
- height: 100px;
- line-height: 100px;
- }
- #nav li a{
- display: block;
- width: 60%;
- height: 100px;
- margin: 0 auto;
- font-size: 32px;
- }
- #nav li a.active{
- color: #4997ff;
- border-bottom: #4997ff solid 4px;
- }
- i.own{
- background: url(/images/own.png) no-repeat center center;
- -webkit-background-size: 10.0rem 2.0rem;
- background-size: 10.0rem 2.0rem;
- background-position: 0 0;
- }
- .toolbar i.own{
- display: block;
- width: 0.586667rem;
- height: 0.586667rem;
- margin: 0 auto;
- }
- i.own-home{
- background-position: 0 -1.413333rem;
- }
- i.own-calculator{
- background-position: -1.2rem -1.413333rem;
- }
- i.own-mine{
- background-position: -2.44rem -1.413333rem;
- }
- i.own-home.on{
- background-position: 0 0;
- }
- i.own-calculator.on{
- background-position: -1.2rem 0;
- }
- i.own.own-mine.on{
- background-position: -2.44rem 0;
- }
- .navbar {
- background-color: #fff;
- }
- #content{
- background: #fff;
- padding: 2%;
- padding-top: 44px;
- }
- #content p{
- font-size: 16px;
- line-height: 1.8;
- font-weight: normal;
- font-style: normal;
- color: #333;
- }
- #content img{
- width: 100%;
- }
- .navbar{
- background-color: #fff;
- }
- i.icon{
- }
- i.icon-gobackTo{
- width: 44px;
- height: 44px;
- /*background: url(/images/goback.png) no-repeat left center;*/
- -webkit-background-size: 50%;
- background-size: 50%;
- }
- .elli{
- display: -webkit-box;
- overflow: hidden;
- text-overflow: -o-ellipsis-lastline;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- #list ul li img{
- width: 2.2rem;
- height: 1.45rem;
- /*border-radius: 10px;*/
- /*border: #e5e5e5 solid 1px;*/
- }
- .infinite-scroll-preloader {
- /*margin-top:-20px;*/
- margin-bottom: 0.125rem;
- text-align: center;
- }
- .infinite-scroll-preloader .preloader {
- width:34px;
- height:34px;
- }
- .nomore{
- padding: 4% 0;
- text-align: center;
- font-size: 14px;
- color: #999;
- }
- #content .title{
- font-weight:600;
- font-size: 18px;
- color: #333;
- }
- #content .container{
- font-weight:
- }
|