123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @import './common/common.less';
- .bgwrapper {
- background-color: #FFFFFF;
- }
- .padding0 {
- padding: 0;
- }
- .margin0 {
- margin: 0 !important;
- }
- .zx-article {
- padding: 0 15px;
- margin-bottom: 10px;
- }
- .article {
- padding: 15px;
- }
- .article-title {
- text-align: center;
- margin-top: 10px;
- border-bottom: 0.1rem solid #E7E7E7;
- h2 {
- font-size: 1.6rem;
- font-weight: normal;
- }
- }
- .article-label {
- padding-left: 30px;
- height: 45px;
- line-height: 35px;
- font-size: 1.4rem;
- span {
- font-size: 1.3rem;
- margin-right: 20px;
- }
- }
- .article-body {
- text-align: left;
- padding: 15px 10px 20px;
- word-break: break-all;
- word-wrap: break-word;
- font-size: 1.5rem;
- line-height: 25px;
- p {
- word-break: break-all;
- word-wrap: break-word;
- line-height: 25px;
- }
- }
- .pageing {
- font-size: 1.4rem;
- padding-bottom: 10px;
- a {
- margin-left: 5px;
- text-decoration: none;
- display: inline;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- outline: none;
- color: #16181B;
- font-size: 1.3rem;
- }
- a:hover {
- color: #C31A00;
- font-weight: bold;
- text-decoration: none;
- }
- }
- .sibar-titile {
- padding: 0 0 10px;
- margin: 0 10px;
- span {
- line-height: 30px;
- padding: 0 0 15px 0;
- font-size: 1.7rem;
- }
- }
- .icon-shadow {
- font-size: 40px;
- color: red;
- border-radius: 30px;
- box-shadow: 0 0 10px 10px #fff, 0 0 15px 15px #DADADA;
- }
- .itemlist {
- padding: 25px 30px 55px;
- margin-bottom: 20px;
- }
- .item {
- width: 50%;
- padding: 0 25px;
- .item-head {
- padding: 35px 0;
- }
- .item-name {
- a {
- text-decoration: none;
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- outline: none;
- color: #16181B;
- font-size: 1.5rem;
- padding: 0px 0 3px;
- }
- a:hover {
- color: #C31A00;
- font-weight: bold;
- text-decoration: none;
- }
- }
- }
- /*资讯列表*/
- a {
- display: inline-block;
- font-size: 1.6rem;
- color: #666;
- font-weight: normal;
- }
- a:hover {
- color: #C31A00;
- font-weight: bold;
- text-decoration: none;
- }
- .article-item {
- height: 70px;
- line-height: 70px;
- border-bottom: 0.1rem solid #E7E7E7;
- a {
- width: 50%;
- color: #666;
- margin-left: 5px;
- text-decoration: none;
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- outline: none;
- color: #16181B;
- font-size: 1.5rem;
- text-align: left;
- }
- a:hover {
- color: #C31A00;
- font-weight: bold;
- text-decoration: none;
- }
- .item-right {
- width: 95px;
- float: right;
- text-align: right;
- color: #8f8e94;
- font-size: 1.2rem;
- }
- }
- .btn-loadmore {
- display: inline-block;
- width: 140px;
- height: 36px;
- text-align: center;
- font-size: 1.4rem;
- color: #666;
- margin: 0 auto;
- line-height: 36px;
- margin-top: 20px;
- border: 1px solid #e0e0e0;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- cursor: pointer;
- }
|