crawler-MiniProgram/新闻小程序/pages/home/home.wxss

49 lines
781 B
Plaintext

/* 轮播图 */
swiper {
height: 300rpx;
}
swiper image {
width: 100%;
height: 100%;
}
/* 轮播公告 */
.swiper-view{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/* border-radius: 30rpx; */
background: #2b4b6b
}
.swiper_container {
height: 50rpx;
width: 100%;
}
.swiper-title {
height: 50rpx;
width: 100%;
font-size: 26rpx;
white-space: nowrap;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
color: white
}
/* 新闻列表 */
.newsItem {
border: 1px solid black;
margin: 20rpx;
height: 150rpx;
background-color: white;
}
.news_title {
font-size: larger;
}
.news_date {
font-size: small;
color: grey;
}