python学习
This commit is contained in:
36
native/pages/products/main.wxss
Normal file
36
native/pages/products/main.wxss
Normal file
@@ -0,0 +1,36 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user