index.wxss 460 B

12345678910111213141516171819202122232425262728
  1. page {
  2. background-color: #d22516 !important;
  3. }
  4. .poster-poster .tip {
  5. height: 80rpx;
  6. font-size: 26rpx;
  7. color: #e8c787;
  8. text-align: center;
  9. line-height: 80rpx;
  10. }
  11. .poster-poster .tip .iconfont {
  12. font-size: 36rpx;
  13. vertical-align: -4rpx;
  14. margin-right: 18rpx;
  15. }
  16. .poster-poster .pictrue {
  17. width: 690rpx;
  18. height: 100%;
  19. margin: 0 auto 50rpx auto;
  20. }
  21. .poster-poster .pictrue image {
  22. width: 100%;
  23. height: 100%;
  24. }