123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- .division{
- background-color: #f7f8fc;
- /*background-color: #66ccff;*/
- padding: 5px 0
- }
- .pointer{
- cursor:pointer
- }
- .qxBtn{
- margin:0 5px;
- color:white;
- padding:0 10px;
- border: 0;
- text-align:center;
- display:inline-block;
- background:url(../img/zjBtn.png);
- background-size:100% 100%;
- cursor:pointer;
- }
- .btnlist span.pointer:hover{
- color:#2A6496;
- border-bottom:1px solid #2A6496;
- }
- .btnlist span.pointer:last-child:hover{
- border-bottom:0;
- }
- .textMore{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space:nowrap;
- }
- .dbItem{
- text-align:left;
- padding:5px 10px;
- border:1px solid #e6e6e6;
- margin:0 5px;
- float:left;
- }
- a:hover .dbItem{
- background:#F0F3F4
- }
- .active-item{
- color:#FFF;
- background: #66CCFF
- }
- .ldrcItem,.grrcItem{
- padding:0 3px;
- float:left;
- }
- .zbItem{
- text-align:left;
- padding:0 10px;
- float:left;
- }
- .dbsx-item {
- width: 100%;
- float: left;
- height: 40px;
- font-weight:bold;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .desktop-50 {
- width: 50%;
- }
- .lcxq{
- width:100%;
- float:left;
- padding:10px;
- box-shadow:10px 10px 10px #F9EAEA inset;
- }
- .bg-red {
- background: #3292F2;
- }
- .bg-pink{
- background: #66CCFF;
- }
- .btn-red {
- outline: none;
- border: 0;
- border-radius:5px;
- padding: 2px 5px;
- color: #FFF;
- background: #3292F2;
- cursor: pointer;
- margin: 1px 3px;
- }
- .btn-red:hover {
- color: #FFF;
- background: #3292F2;
- text-decoration: none;
- }
- .date-day {
- width:50px;
- height:50px;
- padding: 10px;
- float: left;
- position: absolute;
- left: 50%;
- transform: translate(-50%,0);
- }
- #xmjz1,#xmjz2,#xmjz3{
- width:29%;
- padding:0 10px;
- float:left;
- position:relative;
- text-align:center;
- }
- #xmjz1 strong,
- #xmjz2 strong,
- #xmjz3 strong{
- position:absolute;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%)
- }
- .xmzk{
- width:100%;
- float:left;
- padding:3px 8px;
- line-height:20px;
- }
- .xmzk img{
- position:relative;
- left:-10px;
- bottom:2px;
- }
- .xmProgress{
- width:20%;
- height:20px;
- float:left;
- background-color:#E0E0E0;
- }
- .xmProgress span{
- float:left;
- height:20px;
- background-image:url(../img/xmzk2.png);
- background-repeat:repeat-x;
- }
- .swiper-title{
- background-color:rgba(0,0,0,0.4);
- color:#fff;
- padding:5px 10px;
- position: absolute;
- left: 1px;
- right: 1px;
- bottom: 0
- }
|