Files
order/native/pages/products/main.wxss

36 lines
533 B
Plaintext
Raw Normal View History

2020-11-17 18:52:15 +08:00
.noData {
text-align: center;
font-size: 12px;
color:#666;
width: 750rpx;
height:200rpx;
padding-top: 100rpx;
}
.noData .logo {
width:300rpx;
margin-top:180rpx;
}
.newsList {
width: 720rpx;
padding-top:30rpx;
padding-bottom:30rpx;
border-bottom: 1px solid #f0f0f0;
display: flex;
flex-direction: column;
}
.cover {
width: 100%;
}
.cover-img {
width: 100%;
border-radius: 10px;
}
.title {
margin-top: 10px;
}
.descript {
margin-top: 10px;
line-height: 25px;
font-size: 13px;
color:#666;
}