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