You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

39 lines
617 B

/* pages/list/culturalUnit/index.wxss */
page {
background: #EDEDED;
}
.item {
width: 690rpx;
height: 420rpx;
background: #fff;
border-radius: 20rpx;
margin: 20rpx auto;
overflow: hidden;
}
.item image {
display: block;
width: 100%;
height: 300rpx;
margin-bottom: 10rpx;
}
.title {
font-size: 30rpx;
margin: 0 20rpx;
padding: 10rpx 0;
}
.location {
display: flex;
align-items: center;
margin: 0 20rpx;
font-size: 26rpx;
}
.location .iconfont {
color: #0B898E;
margin-right: 10rpx;
}
.nomoredata {
text-align: center;
color: #666;
line-height: 90rpx;
font-size: 26rpx;
}