123456789101112131415161718192021222324252627282930 |
- .page_view {
- background-color: #FF6D31;
- }
- .page_title {
- font-size: 55rpx;
- font-weight: bold;
- -webkit-transform: skew(-15deg);
- transform: skew(-15deg);
- color: #FFF;
- }
- .bg1 {
- position: absolute;
- top: 200rpx;
- left: 450rpx;
- width: 430rpx;
- height: 430rpx;
- border-radius: 50%;
- background-color: #ff9c5a;
- }
- .detail_image {
- position: absolute;
- top: 170rpx;
- left: 430rpx;
- width: 370rpx;
- height: 350rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- z-index: 50;
- }
|