12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @charset "UTF-8";
- .content.data-v-57280228 {
- height: 100vh;
- }
- .content_banner.data-v-57280228 {
- width: 100%;
- height: 476rpx;
- margin-bottom: 32rpx;
- }
- .content_item.data-v-57280228 {
- background-color: #fff;
- margin-bottom: 24rpx;
- padding: 24rpx 40rpx;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- }
- .content_item .flexM text.data-v-57280228:nth-child(1) {
- font-size: 36rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- margin-bottom: 10rpx;
- }
- .content_item .flexM text.data-v-57280228:nth-child(2) {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .content_item image.data-v-57280228 {
- width: 100rpx;
- height: 100rpx;
- }
|