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.
28 lines
461 B
28 lines
461 B
/* pages/movie-grid/movie-grid.wxss */
|
|
.movie-wrapper {
|
|
display: inline-block;
|
|
margin: 0 10rpx;
|
|
}
|
|
.movie-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
/* 图片的类poster */
|
|
.poster {
|
|
width: 185rpx;
|
|
height: 220rpx;
|
|
}
|
|
.name {
|
|
width: 200rpx;
|
|
color: #4a4a4a;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
white-space: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.wish-count {
|
|
color: #f40;
|
|
font-size: 36rpx;
|
|
} |