movie-template.wxss 273 B

123456789101112131415161718
  1. @import "../stars/stars-template.wxss";
  2. .movie-container {
  3. display: inline-flex;
  4. flex-direction: column;
  5. padding: 0 22rpx;
  6. }
  7. .movie-img {
  8. width: 200rpx;
  9. height: 270rpx;
  10. padding-bottom: 20rpx;
  11. }
  12. .movie-title{
  13. margin-bottom: 16rpx;
  14. font-size: 24rpx;
  15. }