123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- .aui-palace-grid {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- position: relative;
- float: left;
- padding: 1px;
- width: 33.33%;
- box-sizing: border-box;
- margin: 10px 0;
- }
- .aui-hot-news{
- width:92%;
- height:34px;
- background-size:100%;
- border-radius:20px;
- padding-left:22px;
- padding-right:22px;
- background: #7ea6ff;
- margin: 0 4%;
- }
- .aui-hot-news-title img{
- width:24px;
- display:block;
- border:none;
- }
- .aui-flex-info-box {
- height: 35px;
- overflow: hidden
- }
- .t_news {
- height: 19px;
- color: #900;
- padding-left: 10px;
- margin: 8px 0;
- overflow: hidden;
- position: relative
- }
- .news_li,.swap {
- line-height: 19px;
- display: inline-block;
- position: absolute;
- top: 0;
- left:2px
- }
- .news_li a,.swap a {
- color: #1a1a1a;
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- word-wrap: break-word;
- display:block;
- word-break: break-all;
- }
- .swap {
- top: 19px
- }
- .news_li, .swap li{
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- word-wrap: break-word;
- word-break: break-all;
- }
- .aui-recommend {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- padding: 0 0.38rem;
- overflow: hidden;
- }
- .aui-recommend .aui-hot-list-img {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- height: 7rem;
- margin: 0.2rem auto;
- width: 98%;
- background: #ffffff;
- padding: 0.8rem;
- border-radius: 10px;
- display: flex;
- align-items: center;
- }
- .aui-recommend img {
- width: 8rem;
- height: 6rem;
- /*float: left;*/
- }
- .aui-recommend h1 {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- word-break: break-all;
- text-overflow: ellipsis;
- font-size: 1.1rem;
- font-weight: normal;
- margin-bottom: 0.5rem;
- padding-left: 0.5rem;
- }
- .aui-recommend p {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- word-break: break-all;
- text-overflow: ellipsis;
- font-size: 0.85rem;
- font-weight: normal;
- margin-bottom: 0.5rem;
- padding-left: 0.5rem;
- }
- .aui-recommend a {
- }
- .icon-home {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- background-image: url('../img/nav-icon-home-active.png');
- }
- .icon-chat {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- background-image: url('../img/nav-icon-chat.png');
- }
- .icon-user {
- /*AUI素材网 网址:http://www.a-ui.cn/*/
- background-image: url('../img/nav-icon-user.png');
- }
|