style.scss 376 B

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