123456789101112131415161718192021222324252627282930313233 |
- .info-content {
- height: 100%;
- width: 90%;
- margin: 0 auto;
- }
- .info-content .i-title {
- font-family: PingFang SC;
- font-weight: 800;
- font-size: 42rpx;
- color: #FFFFFF;
- margin-top: 1vh;
- }
- .info-content .i-introduce {
- font-family: PingFang SC;
- font-weight: 800;
- font-size: 34rpx;
- color: #00FFFF;
- margin: 1vh 0;
- }
- .info-content .i-introduce-content {
- text-indent: 2ch;
- font-family: Microsoft YaHei;
- font-weight: 400;
- font-size: 30rpx;
- color: #FFFFFF;
- }
- .info-content .i-hr {
- height: 1rpx;
- width: 100%;
- background: #30A1DB;
- opacity: 0.5;
- margin: 2vh 0;
- }
|