12345678910111213141516171819202122232425262728 |
- .banners{
- width: 100%;
- height: 400rpx;
- padding: 2rpx 0;
- }
- .banners image{
- width: 100%;
- height: 100%;
- }
- .textContainer{
- margin: 20rpx;
- }
- .titleHead{
- font-size: 50rpx;
- margin-bottom: 40rpx;
- font-weight: bold;
- }
- .introContent{
- font-size: 42rpx;
- font-family: '仿宋';
- }
|