| 123456789101112131415161718 |
- @import "../stars/stars-template.wxss";
- .movie-container {
- display: inline-flex;
- flex-direction: column;
- padding: 0 22rpx;
- }
- .movie-img {
- width: 200rpx;
- height: 270rpx;
- padding-bottom: 20rpx;
- }
- .movie-title{
- margin-bottom: 16rpx;
- font-size: 24rpx;
- }
|