123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- @charset "UTF-8";
- .new-attributes .panel-body {
- border: 0;
- padding-left: 0;
- padding-top: 0;
- }
- .new-attributes .new-attributes_content {
- color: inherit;
- font-size: 15px;
- padding-right: 10px;
- line-height: 200%;
- }
- .new-attributes .news-list {
- display: table;
- table-layout: fixed;
- width: 100%;
- font-size: 1.2rem;
- line-height: 3rem;
- }
- .new-attributes .news-item {
- display: table-row;
- width: 100%;
- }
- .new-attributes .news-item-img {
- width: 100%;
- }
- .new-attributes .decoration:before,
- .new-attributes .decoration:after {
- content: "";
- display: block;
- width: 1px;
- height: 50%;
- background: #ccc;
- position: absolute;
- left: 0;
- right: 0;
- margin: auto;
- z-index: -1;
- }
- .new-attributes .news-item:nth-child(1) .decoration:before {
- display: none;
- }
- .new-attributes .news-item:nth-last-child(1) .decoration:after {
- display: none;
- }
- .new-attributes .decoration:before {
- top: 0;
- }
- .new-attributes .decoration:after {
- bottom: 0;
- }
- .new-attributes .decoration {
- display: table-cell;
- width: 10%;
- position: relative;
- vertical-align: middle;
- text-align: center;
- /*text-align: left;*/
- }
- .new-attributes .news-item:hover .news-box {
- background-color: #e14d57;
- color: #fff;
- }
- .new-attributes .news-item:hover .news-box:before {
- content: "";
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-right: 10px solid #e14d57;
- border-bottom: 10px solid transparent;
- position: absolute;
- left: -10px;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- .new-attributes .news-item:hover .solid-circle {
- background: #e14d57;
- }
- .new-attributes .news-item .news-title,
- .new-attributes .news-item-img .news-title {
- display: block;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .new-attributes .news-item:hover .news-title {
- color: #fff;
- text-decoration: underline;
- }
- .new-attributes .news-item:hover .news-time {
- color: #fff;
- }
- .new-attributes .news-box {
- display: table-cell;
- line-height: 3rem;
- width: 100%;
- vertical-align: middle;
- color: #000;
- padding-left: 15px;
- position: relative;
- border-radius: 2px;
- }
- .new-attributes .news-circle {
- display: inline-block;
- border-radius: 50%;
- border: 1px solid #ccc;
- background-color: #fff;
- vertical-align: middle;
- }
- .new-attributes .solid-circle {
- background: #ccc;
- border-radius: 50%;
- width: 0.6rem;
- height: 0.6rem;
- overflow: hidden;
- margin: 0.3rem;
- }
- @media screen and (max-width: 762px) {
- .news-info-container,
- .news-img {
- display: table-row !important;
- }
- .news-img>a {
- width: 100% !important;
- height: inherit !important;
- }
- }
- /* what new 含图片 start */
- .new-attributes .news-box-img {
- /* display: table; */
- display: flex;
- align-items: center;
- line-height: 3rem;
- width: 100%;
- vertical-align: middle;
- color: #000;
- /* padding-left: 15px; */
- position: relative;
- border-radius: 2px;
- padding: 20px;
- /* border-bottom: 2px solid rgb(221, 221, 221); */
- border-top: 2px solid rgb(221, 221, 221);
- }
- .news-img {
- /* width: 180px; */
- height: 206px;
- /* background: no-repeat url(../img/l_graphicLayer_webgl.png); */
- /* margin-right: 20px; */
- /* display: table-cell; */
- width: 260px;
- position: relative;
- border-radius: 5px;
- overflow: hidden;
- }
- .news-img>a {
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .news-title-href,
- .news-title-forbidden {
- font-size: 17px;
- color: rgb(52, 56, 68);
- font-weight: 600;
- }
- .news-title-href:hover {
- color: #e14d57
- }
- .news-info-container {
- /* float: left; */
- /* max-width: 523px; */
- /* display: table-cell; */
- width: 65%;
- padding-left: 30px;
- }
- .news-info-title {
- border-bottom: 2px solid #e14d57;
- display: inline-block;
- }
- /* what new 含图片 end */
|