1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .page_view {
- background-color: #ff8caf;
- }
- .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: #ffb2c9;
- }
- .detail_image1 {
- position: absolute;
- top: 180rpx;
- left: 580rpx;
- width: 300rpx;
- height: 350rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- z-index: 51;
- }
- .detail_image2 {
- position: absolute;
- top: 230rpx;
- left: 380rpx;
- width: 300rpx;
- height: 350rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- z-index: 50;
- }
|