style.scss 346 B

123456789101112131415161718192021
  1. .poster-image{
  2. width: 630upx;
  3. height: 840upx;
  4. border-radius: 20upx;
  5. }
  6. .poster-title{
  7. margin-top: 50upx;
  8. font-size: 36upx;
  9. line-height: 46upx;
  10. color: #fff;
  11. }
  12. .poster-button{
  13. width: 250upx !important;
  14. height: 70upx !important;
  15. margin-top: 50upx;
  16. background-color: #41AE3C !important;
  17. border-radius: 35upx;
  18. color: #fff;
  19. }