12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @import '../common/header1.less';
- @import url('../../font/iconfont.less');
- .morezx-page {
- position: fixed;
- top: 0;
- bottom: 0;
- overflow: hidden;
- width: 100%;
- z-index: 999;
- background: #fff;
- .morezx-wrapper {
- position: fixed;
- top: 40px;
- bottom: 40px;
- overflow: auto;
- width: 100%;
- }
- footer {
- position: fixed;
- bottom: 0;
- height: 40px;
- width: 100%;
- background: #fff;
- .center();
- .title-bg();
- }
- }
- .news-item {
- height: 45px;
- line-height: 45px;
- padding: 1px 10px 1px 0;
- font-size: 15px;
- .border-1px-bottom();
- .news-item-text {
- position: absolute;
- left: 35px;
- right: 105px;
- color: #030303;
- .textRow();
- }
- .news-item-time {
- width: 95px;
- float: right;
- text-align: right;
- color: #8F8E94;
- font-size: 12px;
- }
- }
|