| 12345678910111213141516171819202122232425262728 |
- page {
- background-color: #d22516 !important;
- }
- .poster-poster .tip {
- height: 80rpx;
- font-size: 26rpx;
- color: #e8c787;
- text-align: center;
- line-height: 80rpx;
- }
- .poster-poster .tip .iconfont {
- font-size: 36rpx;
- vertical-align: -4rpx;
- margin-right: 18rpx;
- }
- .poster-poster .pictrue {
- width: 690rpx;
- height: 100%;
- margin: 0 auto 50rpx auto;
- }
- .poster-poster .pictrue image {
- width: 100%;
- height: 100%;
- }
|